Home
last modified time | relevance | path

Searched refs:SO_BINDTODEVICE (Results 1 – 25 of 28) sorted by relevance

12

/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c161 #if defined(SO_BINDTODEVICE) in lws_plat_set_socket_options()
164 if (setsockopt(fd, SOL_SOCKET, SO_BINDTODEVICE, vhost->iface, in lws_plat_set_socket_options()
505 if (setsockopt(fd, SOL_SOCKET, SO_BINDTODEVICE, &i, sizeof(i)) < 0) { in lws_plat_BINDTODEVICE()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h257 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h253 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h242 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h253 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h253 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h257 #define SO_BINDTODEVICE 25 macro
/third_party/musl/include/sys/
Dsocket.h253 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h253 #define SO_BINDTODEVICE 25 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired.c265 if (setsockopt(drv->dhcp_sock, SOL_SOCKET, SO_BINDTODEVICE, in wired_init_sockets()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired.c265 if (setsockopt(drv->dhcp_sock, SOL_SOCKET, SO_BINDTODEVICE, in wired_init_sockets()
/third_party/toybox/toys/pending/
Darping.c238 if (setsockopt(p_fd, SOL_SOCKET, SO_BINDTODEVICE, TT.iface, in arping_main()
Dtraceroute.c176 if (setsockopt(sock, SOL_SOCKET, SO_BINDTODEVICE, &ifr, sizeof(ifr))) in bind_to_interface()
Ddhcpd.c793 …setsockopt(gstate.listensock, SOL_SOCKET, SO_BINDTODEVICE, gconfig.interface, strlen(gconfig.inter… in open_listensock6()
839 setsockopt(gstate.listensock, SOL_SOCKET, SO_BINDTODEVICE, &ifr, sizeof(ifr)); in open_listensock()
Ddhcp.c633 setsockopt(state->sockfd, SOL_SOCKET, SO_BINDTODEVICE, &ifr, sizeof(ifr)); in mode_app()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstmultiudpsink.c1401 #ifdef SO_BINDTODEVICE in gst_multiudpsink_start()
1405 SO_BINDTODEVICE, sink->multi_iface, in gst_multiudpsink_start()
1412 SO_BINDTODEVICE, sink->multi_iface, in gst_multiudpsink_start()
/third_party/lwip/src/include/lwip/
Dsockets.h221 #define SO_BINDTODEVICE 0x100b /* bind to device */ macro
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsrc.c654 #ifdef SO_BINDTODEVICE in gst_rist_src_setup_rtcp_socket()
656 SO_BINDTODEVICE, bond->multicast_iface, in gst_rist_src_setup_rtcp_socket()
/third_party/node/deps/cares/src/lib/
Dares_process.c1002 #ifdef SO_BINDTODEVICE in configure_socket()
1004 if (setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE, in configure_socket()
/third_party/curl/lib/
Dconnect.c289 #ifdef SO_BINDTODEVICE in bindlocal()
305 if(setsockopt(sockfd, SOL_SOCKET, SO_BINDTODEVICE, in bindlocal()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp_ssdp.c868 if (setsockopt(sd, SOL_SOCKET, SO_BINDTODEVICE, &req, in ssdp_open_multicast_sock()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_upnp_ssdp.c868 if (setsockopt(sd, SOL_SOCKET, SO_BINDTODEVICE, &req, in ssdp_open_multicast_sock()
/third_party/ltp/testcases/network/netstress/
Dnetstress.c155 SAFE_SETSOCKOPT(sd, SOL_SOCKET, SO_BINDTODEVICE, dev, in init_socket_opts()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_client.c1179 if (setsockopt(sel_sock, SOL_SOCKET, SO_BINDTODEVICE, in radius_change_server()
/third_party/libcoap/src/
Dcoap_io.c283 if (setsockopt(sockfd, SOL_SOCKET, SO_BINDTODEVICE, (char *)&ifr, sizeof(ifr)) < 0) {

12