/external/wpa_supplicant_8/src/wps/ |
wps_er_ssdp.c | 47 if (sd == er->multicast_sd) { 150 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0, 167 er->multicast_sd = ssdp_open_multicast_sock(er->ip_addr, 170 if (er->multicast_sd < 0) { 183 if (eloop_register_sock(er->multicast_sd, EVENT_TYPE_READ, 197 if (er->multicast_sd >= 0) { 198 eloop_unregister_sock(er->multicast_sd, EVENT_TYPE_READ); 199 close(er->multicast_sd);
|
wps_er.h | 83 int multicast_sd; member in struct:wps_er
|
wps_upnp_ssdp.c | 231 if (!send_byebye || sm->multicast_sd < 0) 246 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 291 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0, 408 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0, 901 #if 0 /* not needed, because we don't receive using multicast_sd */ 938 sm->multicast_sd = ssdp_open_multicast_sock(sm->ip_addr, NULL); 939 if (sm->multicast_sd < 0)
|
wps_upnp_i.h | 131 int multicast_sd; /* send multicast messages over this socket */ member in struct:upnp_wps_device_sm
|
wps_upnp.c | 995 if (sm->multicast_sd >= 0) 996 close(sm->multicast_sd); 997 sm->multicast_sd = -1; 1017 sm->multicast_sd = -1; [all...] |
wps_er.c | 1261 er->multicast_sd = -1; [all...] |