Searched refs:ctrl_sock (Results 1 - 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 3518 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init() 3537 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_init() 3560 hapd->ctrl_sock = socket(res->ai_family, res->ai_socktype, in hostapd_ctrl_iface_init() 3562 if (hapd->ctrl_sock < 0) { in hostapd_ctrl_iface_init() 3567 if (bind(hapd->ctrl_sock, res->ai_addr, res->ai_addrlen) < 0) { in hostapd_ctrl_iface_init() 3586 if (eloop_register_read_sock(hapd->ctrl_sock, in hostapd_ctrl_iface_init() 3599 if (hapd->ctrl_sock >= 0) in hostapd_ctrl_iface_init() 3600 close(hapd->ctrl_sock); in hostapd_ctrl_iface_init() 3607 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init() 3734 hapd->ctrl_sock in hostapd_ctrl_iface_init() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 4169 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init() 4188 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_init() 4211 hapd->ctrl_sock = socket(res->ai_family, res->ai_socktype, in hostapd_ctrl_iface_init() 4213 if (hapd->ctrl_sock < 0) { in hostapd_ctrl_iface_init() 4218 if (bind(hapd->ctrl_sock, res->ai_addr, res->ai_addrlen) < 0) { in hostapd_ctrl_iface_init() 4237 if (eloop_register_read_sock(hapd->ctrl_sock, in hostapd_ctrl_iface_init() 4250 if (hapd->ctrl_sock >= 0) in hostapd_ctrl_iface_init() 4251 close(hapd->ctrl_sock); in hostapd_ctrl_iface_init() 4258 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init() 4385 hapd->ctrl_sock in hostapd_ctrl_iface_init() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hostapd.h | 205 int ctrl_sock; member
|
H A D | hostapd.c | 2427 hapd->ctrl_sock = -1; in hostapd_alloc_bss_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.h | 195 int ctrl_sock; member
|
H A D | hostapd.c | 2231 hapd->ctrl_sock = -1; in hostapd_alloc_bss_data()
|
/third_party/curl/lib/ |
H A D | ftp.c | 362 curl_socket_t ctrl_sock = conn->sock[FIRSTSOCKET]; in ReceivedServerConnect() local 394 socketstate = Curl_socket_check(ctrl_sock, data_sock, CURL_SOCKET_BAD, 0); in ReceivedServerConnect()
|
Completed in 26 milliseconds