Home
last modified time | relevance | path

Searched defs:ipaddr (Results 1 - 25 of 62) sorted by relevance

123

/third_party/libcoap/examples/lwip/
H A Dserver.c48 static ip4_addr_t ipaddr, netmask, gw; variable
H A Dclient.c48 static ip4_addr_t ipaddr, netmask, gw; variable
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_eth_drv.c65 ip4_addr_t ipaddr, netmask, gw; in eth_drv_init() local
/third_party/node/deps/cares/src/lib/
H A Dares_gethostbyaddr.c203 char ipaddr[INET6_ADDRSTRLEN]; in file_lookup() local
H A Dares_sysconfig_files.c121 char ipaddr[INET6_ADDRSTRLEN] = ""; in parse_sort() local
H A Dares__iface_ips.c354 IP_ADAPTER_UNICAST_ADDRESS *ipaddr = NULL; in ares__iface_ips_enumerate() local
[all...]
H A Dares_update_servers.c219 char ipaddr[INET6_ADDRSTRLEN] = ""; in parse_nameserver() local
[all...]
/third_party/lwip/src/core/ipv4/
H A Dip4_addr.c60 ip4_addr_t ipaddr; in ip4_addr_isbroadcast_u32() local
H A Dautoip.c169 autoip_create_addr(struct netif *netif, ip4_addr_t *ipaddr) in autoip_create_addr() argument
H A Detharp.c98 ip4_addr_t ipaddr; member
285 etharp_find_entry(const ip4_addr_t *ipaddr, u8_t flags, struct netif *netif) in etharp_find_entry() argument
451 etharp_update_arp_entry(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags) global() argument
532 etharp_add_static_entry(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr) global() argument
561 etharp_remove_static_entry(const ip4_addr_t *ipaddr) global() argument
615 etharp_find_addr(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr **eth_ret, const ip4_addr_t **ip_ret) global() argument
644 etharp_get_entry(size_t i, ip4_addr_t **ipaddr, struct netif **netif, struct eth_addr **eth_ret) global() argument
823 etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr) global() argument
965 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q) global() argument
1221 etharp_request_dst(struct netif *netif, const ip4_addr_t *ipaddr, const struct eth_addr *hw_dst_addr) global() argument
1238 etharp_request(struct netif *netif, const ip4_addr_t *ipaddr) global() argument
[all...]
/third_party/lwip/test/unit/mqtt/
H A Dtest_mqtt.c12 test_mqtt_netif_output(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) test_mqtt_netif_output() argument
/third_party/ltp/testcases/cve/
H A Dicmp_rate_limit01.c53 struct sockaddr_in ipaddr = { .sin_family = AF_INET }; in setup() local
/third_party/nghttp2/src/
H A Dshrpx_tls_test.cc206 static Address parse_addr(const char *ipaddr) { in parse_addr() argument
231 static constexpr char ipaddr[] = "127.0.0.1"; in test_shrpx_tls_verify_numeric_hostname() local
244 static constexpr char ipaddr[] = "::1"; in test_shrpx_tls_verify_numeric_hostname() local
257 static constexpr char ipaddr[] = "192.168.0.127"; in test_shrpx_tls_verify_numeric_hostname() local
270 static constexpr char ipaddr[] = "192.168.0.1"; test_shrpx_tls_verify_numeric_hostname() local
283 static constexpr char ipaddr[] = "127.0.0.1"; test_shrpx_tls_verify_numeric_hostname() local
[all...]
H A Dshrpx_mruby_module_env.cc91 auto &ipaddr = handler->get_ipaddr(); in env_get_remote_addr() local
/third_party/lwip/src/netif/
H A Dslipif.c172 slipif_output_v4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) in slipif_output_v4() argument
191 slipif_output_v6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr) in slipif_output_v6() argument
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_ether.c271 ip4_addr_t ipaddr, netmask, gw; in netdev_register() local
/third_party/lwip/src/apps/http/
H A Daltcp_proxyconnect.c459 altcp_proxyconnect_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_proxyconnect_connect() argument
/third_party/lwip/src/core/
H A Draw.c229 raw_bind(struct raw_pcb *pcb, const ip_addr_t *ipaddr) in raw_bind() argument
286 raw_connect(struct raw_pcb *pcb, const ip_addr_t *ipaddr) in raw_connect() argument
362 raw_sendto(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *ipaddr) raw_sendto() argument
[all...]
H A Daltcp.c303 altcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_bind() argument
316 altcp_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_connect() argument
552 altcp_default_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_default_bind() argument
H A Daltcp_tcp.c259 altcp_tcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_tcp_bind() argument
271 altcp_tcp_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_tcp_connect() argument
/third_party/lwip/src/netif/ppp/
H A Dpppapi.c236 pppapi_pppol2tp_create(struct netif *pppif, struct netif *netif, ip_addr_t *ipaddr, u16_t port, in pppapi_pppol2tp_create() argument
H A Dpppol2tp.c109 pppol2tp_create(struct netif *pppif, struct netif *netif, const ip_addr_t *ipaddr, u16_t port, const u8_t *secret, u8_t secret_len, ppp_link_status_cb_fn link_status_cb, void *ctx_cb) pppol2tp_create() argument
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.c274 test_tcp_netif_output(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) test_tcp_netif_output() argument
/third_party/lwip/test/unit/udp/
H A Dtest_udp.c38 default_netif_output(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) in default_netif_output() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.h307 hostapd_drv_br_add_ip_neigh(struct hostapd_data *hapd, int version, const u8 *ipaddr, int prefixlen, const u8 *addr) hostapd_drv_br_add_ip_neigh() argument
318 hostapd_drv_br_delete_ip_neigh(struct hostapd_data *hapd, u8 version, const u8 *ipaddr) hostapd_drv_br_delete_ip_neigh() argument

Completed in 19 milliseconds

123