/third_party/libcoap/examples/lwip/ |
H A D | server.c | 48 static ip4_addr_t ipaddr, netmask, gw; variable
|
H A D | client.c | 48 static ip4_addr_t ipaddr, netmask, gw; variable
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | usb_eth_drv.c | 65 ip4_addr_t ipaddr, netmask, gw; in eth_drv_init() local
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_gethostbyaddr.c | 203 char ipaddr[INET6_ADDRSTRLEN]; in file_lookup() local
|
H A D | ares_sysconfig_files.c | 121 char ipaddr[INET6_ADDRSTRLEN] = ""; in parse_sort() local
|
H A D | ares__iface_ips.c | 354 IP_ADAPTER_UNICAST_ADDRESS *ipaddr = NULL; in ares__iface_ips_enumerate() local [all...] |
H A D | ares_update_servers.c | 219 char ipaddr[INET6_ADDRSTRLEN] = ""; in parse_nameserver() local [all...] |
/third_party/lwip/src/core/ipv4/ |
H A D | ip4_addr.c | 60 ip4_addr_t ipaddr; in ip4_addr_isbroadcast_u32() local
|
H A D | autoip.c | 169 autoip_create_addr(struct netif *netif, ip4_addr_t *ipaddr) in autoip_create_addr() argument
|
H A D | etharp.c | 98 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 D | test_mqtt.c | 12 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 D | icmp_rate_limit01.c | 53 struct sockaddr_in ipaddr = { .sin_family = AF_INET }; in setup() local
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls_test.cc | 206 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 D | shrpx_mruby_module_env.cc | 91 auto &ipaddr = handler->get_ipaddr(); in env_get_remote_addr() local
|
/third_party/lwip/src/netif/ |
H A D | slipif.c | 172 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 D | f_ether.c | 271 ip4_addr_t ipaddr, netmask, gw; in netdev_register() local
|
/third_party/lwip/src/apps/http/ |
H A D | altcp_proxyconnect.c | 459 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 D | raw.c | 229 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 D | altcp.c | 303 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 D | altcp_tcp.c | 259 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 D | pppapi.c | 236 pppapi_pppol2tp_create(struct netif *pppif, struct netif *netif, ip_addr_t *ipaddr, u16_t port, in pppapi_pppol2tp_create() argument
|
H A D | pppol2tp.c | 109 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 D | tcp_helper.c | 274 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 D | test_udp.c | 38 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 D | ap_drv_ops.h | 307 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
|