Home
last modified time | relevance | path

Searched refs:SO_BINDTODEVICE (Results 1 - 25 of 49) sorted by relevance

12

/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c167 #if defined(SO_BINDTODEVICE) in lws_plat_set_socket_options()
169 lwsl_info("binding listen skt to %s using SO_BINDTODEVICE\n", vhost->iface); in lws_plat_set_socket_options()
170 if (setsockopt(fd, SOL_SOCKET, SO_BINDTODEVICE, vhost->iface, in lws_plat_set_socket_options()
511 if (setsockopt(fd, SOL_SOCKET, SO_BINDTODEVICE, &i, sizeof(i)) < 0) { in lws_plat_BINDTODEVICE()
/third_party/node/deps/cares/src/lib/
H A Dares__socket.c204 #ifdef SO_BINDTODEVICE in configure_socket()
206 setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE, channel->local_dev_name, in configure_socket()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h253 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h242 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h253 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h253 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h257 #define SO_BINDTODEVICE 25 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h253 #define SO_BINDTODEVICE 25 macro
/third_party/musl/include/sys/
H A Dsocket.h257 #define SO_BINDTODEVICE 25 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs47 pub const SO_BINDTODEVICE: ::c_int = 25; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs52 pub const SO_BINDTODEVICE: ::c_int = 25; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs46 pub const SO_BINDTODEVICE: ::c_int = 0x000d; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs34 pub const SO_BINDTODEVICE: ::c_int = 25; consts
/third_party/toybox/toys/pending/
H A Darping.c238 if (setsockopt(p_fd, SOL_SOCKET, SO_BINDTODEVICE, TT.iface, in arping_main()
H A Dtraceroute.c176 if (setsockopt(sock, SOL_SOCKET, SO_BINDTODEVICE, &ifr, sizeof(ifr))) in bind_to_interface()
H A Ddhcpd.c793 setsockopt(gstate.listensock, SOL_SOCKET, SO_BINDTODEVICE, gconfig.interface, strlen(gconfig.interface)+1); in open_listensock6()
839 setsockopt(gstate.listensock, SOL_SOCKET, SO_BINDTODEVICE, &ifr, sizeof(ifr)); in open_listensock()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wired.c265 if (setsockopt(drv->dhcp_sock, SOL_SOCKET, SO_BINDTODEVICE, in wired_init_sockets()
268 "setsockopt[SOL_SOCKET,SO_BINDTODEVICE]: %s", in wired_init_sockets()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired.c265 if (setsockopt(drv->dhcp_sock, SOL_SOCKET, SO_BINDTODEVICE, in wired_init_sockets()
268 "setsockopt[SOL_SOCKET,SO_BINDTODEVICE]: %s", in wired_init_sockets()
/third_party/lwip/src/include/lwip/
H A Dsockets.h221 #define SO_BINDTODEVICE 0x100b /* bind to device */ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A 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/
H A Dwps_upnp_ssdp.c868 if (setsockopt(sd, SOL_SOCKET, SO_BINDTODEVICE, &req, in ssdp_open_multicast_sock()
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c155 SAFE_SETSOCKOPT(sd, SOL_SOCKET, SO_BINDTODEVICE, dev, in init_socket_opts()
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs656 libc::SO_BINDTODEVICE,
/third_party/curl/lib/
H A Dcf-socket.c454 #ifdef SO_BINDTODEVICE in bindlocal()
465 if(setsockopt(sockfd, SOL_SOCKET, SO_BINDTODEVICE, in bindlocal()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_client.c1189 if (setsockopt(sel_sock, SOL_SOCKET, SO_BINDTODEVICE, in radius_change_server()
1193 "RADIUS: setsockopt[SO_BINDTODEVICE]: %s", in radius_change_server()

Completed in 29 milliseconds

12