Home
last modified time | relevance | path

Searched defs:ipaddr (Results 26 - 50 of 62) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_drv_ops.h312 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
323 hostapd_drv_br_delete_ip_neigh(struct hostapd_data *hapd, u8 version, const u8 *ipaddr) hostapd_drv_br_delete_ip_neigh() argument
H A Ddpp_hostapd.c558 struct hostapd_ip_addr ipaddr; in hostapd_dpp_auth_init() local
H A Dsta_info.h110 be32 ipaddr; member
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c382 char ipaddr[INET6_ADDRSTRLEN] = ""; in get_DNS_Windows() local
858 char ipaddr[INET6_ADDRSTRLEN] = ""; in ares__init_sysconfig_libresolv() local
[all...]
H A Dares__hosts_file.c190 const void *ares_dns_pton(const char *ipaddr, struct ares_addr *addr, in ares_dns_pton() argument
226 static ares_bool_t ares__normalize_ipaddr(const char *ipaddr, char *out, in ares__normalize_ipaddr() argument
332 const char *ipaddr = ares__llist_node_val(node); in ares__hosts_file_merge_entry() local
368 const char *ipaddr = ares__llist_node_val(node); ares__hosts_file_match() local
415 const char *ipaddr = ares__llist_last_val(entry->ips); ares__hosts_file_add() local
805 ares__hosts_search_ipaddr(ares_channel_t *channel, ares_bool_t use_env, const char *ipaddr, const ares_hosts_entry_t **entry) ares__hosts_search_ipaddr() argument
883 const char *ipaddr = ares__llist_node_val(node); ares__hosts_entry_to_hostent() local
1082 const char *ipaddr = ares__llist_node_val(node); ares__hosts_entry_to_addrinfo() local
[all...]
/third_party/lwip/src/api/
H A Dapi_msg.c2186 lwip_netconn_do_dns_found(const char *name, const ip_addr_t *ipaddr, void *arg) argument
[all...]
H A Dsockets.c314 sockaddr_to_ipaddr_port(const struct sockaddr *sockaddr, ip_addr_t *ipaddr, u16_t *port) sockaddr_to_ipaddr_port() argument
[all...]
/third_party/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c1012 altcp_mbedtls_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_mbedtls_connect() argument
/third_party/lwip/src/apps/sntp/
H A Dsntp.c584 sntp_dns_found(const char *hostname, const ip_addr_t *ipaddr, void *arg) in sntp_dns_found() argument
/third_party/lwip/src/apps/http/
H A Dhttp_client.c417 httpc_get_internal_addr(httpc_state_t* req, const ip_addr_t *ipaddr) in httpc_get_internal_addr() argument
440 httpc_dns_found(const char* hostname, const ip_addr_t *ipaddr, void *arg) in httpc_dns_found() argument
/third_party/lwip/src/core/
H A Ddns.c227 ip_addr_t ipaddr; member
H A Dnetif.c540 netif_do_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr, ip_addr_t *old_addr) argument
324 netif_add(struct netif *netif, struct net_group *group, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) global() argument
583 netif_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr) global() argument
741 netif_set_addr(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw) global() argument
1749 netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr) global() argument
1763 netif_null_output_ip4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) global() argument
[all...]
H A Dtcp.c820 tcp_bind(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) argument
1233 tcp_connect(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port, tcp_connected_fn connected) global() argument
[all...]
/third_party/lwip/src/netif/ppp/
H A Dppp.c491 static err_t ppp_netif_output_ip4(struct netif *netif, struct pbuf *pb, const ip4_addr_t *ipaddr) { in ppp_netif_output_ip4() argument
501 static err_t ppp_netif_output_ip6(struct netif *netif, struct pbuf *pb, const ip6_addr_t *ipaddr) { in ppp_netif_output_ip6() argument
/third_party/toybox/toys/pending/
H A Ddhcp6.c121 uint8_t ipaddr[17] ; member
H A Ddhcp.c142 struct in_addr ipaddr; member
182 struct in_addr ipaddr; member
878 static uint8_t *dhcpc_addreqipaddr(struct in_addr *ipaddr, uint8_t *optptr) in dhcpc_addreqipaddr() argument
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c373 static void write_ipaddr(FILE *out, struct cil_ipaddr *ipaddr) in write_ipaddr() argument
1470 struct cil_ipaddr *ipaddr = node->data; in cil_write_ast_node() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c443 struct hostapd_ip_addr ipaddr; in wpas_dpp_auth_init() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c55 struct hostapd_ip_addr ipaddr; member
338 dpp_ipaddr_to_sockaddr(struct sockaddr *addr, socklen_t *addrlen, const struct hostapd_ip_addr *ipaddr, int port) dpp_ipaddr_to_sockaddr() argument
[all...]
/third_party/curl/tests/server/
H A Dsws.c1284 static curl_socket_t connect_to(const char *ipaddr, unsigned short port) in connect_to() argument
1395 http_connect(curl_socket_t *infdp, curl_socket_t rootfd, const char *ipaddr, unsigned short ipport, int keepalive_secs) http_connect() argument
[all...]
/third_party/cares/include/
H A Dares.h521 struct in_addr ipaddr; member
/third_party/nghttp2/src/
H A Dshrpx_client_handler.cc508 void ClientHandler::init_forwarded_for(int family, const StringRef &ipaddr) { in init_forwarded_for() argument
433 ClientHandler(Worker *worker, int fd, SSL *ssl, const StringRef &ipaddr, const StringRef &port, int family, const UpstreamAddr *faddr) ClientHandler() argument
/third_party/node/deps/cares/include/
H A Dares.h554 struct in_addr ipaddr; member
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c863 smtp_dns_found(const char* hostname, const ip_addr_t *ipaddr, void *arg) in smtp_dns_found() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c757 struct hostapd_ip_addr ipaddr; in wpas_dpp_auth_init() local

Completed in 49 milliseconds

123