/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | ip_addr.h | 23 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf,
|
H A D | utils_module_tests.c | 578 hostapd_ip_txt(NULL, buf, sizeof(buf)) != NULL || in ip_addr_tests() 579 hostapd_ip_txt(&addr, buf, 1) != buf || buf[0] != '\0' || in ip_addr_tests() 580 hostapd_ip_txt(&addr, buf, 0) != NULL || in ip_addr_tests() 581 hostapd_ip_txt(&addr, buf, sizeof(buf)) != buf) in ip_addr_tests() 586 hostapd_ip_txt(&addr, buf, 1) != buf || buf[0] != '\0' || in ip_addr_tests() 587 hostapd_ip_txt(&addr, buf, sizeof(buf)) != buf) in ip_addr_tests()
|
H A D | ip_addr.c | 14 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, in hostapd_ip_txt() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | ip_addr.h | 26 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf,
|
H A D | utils_module_tests.c | 579 hostapd_ip_txt(NULL, buf, sizeof(buf)) != NULL || in ip_addr_tests() 580 hostapd_ip_txt(&addr, buf, 1) != buf || buf[0] != '\0' || in ip_addr_tests() 581 hostapd_ip_txt(&addr, buf, 0) != NULL || in ip_addr_tests() 582 hostapd_ip_txt(&addr, buf, sizeof(buf)) != buf) in ip_addr_tests() 587 hostapd_ip_txt(&addr, buf, 1) != buf || buf[0] != '\0' || in ip_addr_tests() 588 hostapd_ip_txt(&addr, buf, sizeof(buf)) != buf) in ip_addr_tests()
|
H A D | ip_addr.c | 14 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, in hostapd_ip_txt() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_client.c | 589 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)), in radius_client_auth_failover() 592 anonymize_ip(hostapd_ip_txt(&old->addr, abuf, sizeof(abuf))), in radius_client_auth_failover() 621 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)), in radius_client_acct_failover() 624 anonymize_ip(hostapd_ip_txt(&old->addr, abuf, sizeof(abuf))), in radius_client_acct_failover() 1100 hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)), in radius_change_server() 1104 anonymize_ip(hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf))), in radius_change_server() 1626 hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)), in radius_client_dump_auth_server() 1674 hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)), in radius_client_dump_acct_server()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_client.c | 588 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)), in radius_client_auth_failover() 617 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)), in radius_client_acct_failover() 1084 hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)), in radius_change_server() 1588 hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)), in radius_client_dump_auth_server() 1636 hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf)), in radius_client_dump_acct_server()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_tcp.c | 419 conn->sock, anonymize_ip(hostapd_ip_txt(&ctrl->ipaddr, txt, sizeof(txt)))); in dpp_relay_new_conn() 1579 anonymize_ip(hostapd_ip_txt(addr, txt, sizeof(txt))), port); in dpp_tcp_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 9107 conn->sock, hostapd_ip_txt(&ctrl->ipaddr, txt, sizeof(txt))); in dpp_relay_new_conn() 9918 hostapd_ip_txt(addr, txt, sizeof(txt)), port); in dpp_tcp_init()
|