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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 136 int multicast_sd; /* send multicast messages over this socket */ member in struct:upnp_wps_device_sm
wps_upnp_ssdp.c 243 if (!send_byebye || sm->multicast_sd < 0)
259 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg),
304 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
434 if (sendto(sm->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
879 sm->multicast_sd = sd = socket(AF_INET, SOCK_DGRAM, 0);
895 #if 0 /* not needed, because we don't receive using multicast_sd */
wps_upnp.c 1020 if (sm->multicast_sd >= 0)
1021 close(sm->multicast_sd);
1022 sm->multicast_sd = -1;
1044 sm->multicast_sd = -1;
    [all...]

Completed in 784 milliseconds