HomeSort by relevance Sort by last modified time
    Searched refs:multicast_sd (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 47 if (sd == er->multicast_sd) {
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
169 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 82 int multicast_sd; member in struct:wps_er
wps_upnp_ssdp.c 236 if (!send_byebye || sm->multicast_sd < 0)
251 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg),
296 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
412 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
890 #if 0 /* not needed, because we don't receive using multicast_sd */
927 sm->multicast_sd = ssdp_open_multicast_sock(sm->ip_addr);
928 if (sm->multicast_sd < 0)
wps_upnp_i.h 132 int multicast_sd; /* send multicast messages over this socket */ member in struct:upnp_wps_device_sm
wps_upnp.c 997 if (sm->multicast_sd >= 0)
998 close(sm->multicast_sd);
999 sm->multicast_sd = -1;
1020 sm->multicast_sd = -1;
    [all...]
wps_er.c 1282 er->multicast_sd = -1;
    [all...]

Completed in 435 milliseconds