/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-sockets.c | 167 #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 D | ares__socket.c | 204 #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 D | socket.h | 253 #define SO_BINDTODEVICE 25 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 242 #define SO_BINDTODEVICE 25 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 253 #define SO_BINDTODEVICE 25 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 253 #define SO_BINDTODEVICE 25 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 257 #define SO_BINDTODEVICE 25 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 253 #define SO_BINDTODEVICE 25 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 257 #define SO_BINDTODEVICE 25 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 47 pub const SO_BINDTODEVICE: ::c_int = 25; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 52 pub const SO_BINDTODEVICE: ::c_int = 25; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 46 pub const SO_BINDTODEVICE: ::c_int = 0x000d; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 34 pub const SO_BINDTODEVICE: ::c_int = 25; consts
|
/third_party/toybox/toys/pending/ |
H A D | arping.c | 238 if (setsockopt(p_fd, SOL_SOCKET, SO_BINDTODEVICE, TT.iface, in arping_main()
|
H A D | traceroute.c | 176 if (setsockopt(sock, SOL_SOCKET, SO_BINDTODEVICE, &ifr, sizeof(ifr))) in bind_to_interface()
|
H A D | dhcpd.c | 793 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 D | driver_wired.c | 265 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 D | driver_wired.c | 265 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 D | sockets.h | 221 #define SO_BINDTODEVICE 0x100b /* bind to device */ macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_ssdp.c | 868 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 D | wps_upnp_ssdp.c | 868 if (setsockopt(sd, SOL_SOCKET, SO_BINDTODEVICE, &req, in ssdp_open_multicast_sock()
|
/third_party/ltp/testcases/network/netstress/ |
H A D | netstress.c | 155 SAFE_SETSOCKOPT(sd, SOL_SOCKET, SO_BINDTODEVICE, dev, in init_socket_opts()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 656 libc::SO_BINDTODEVICE,
|
/third_party/curl/lib/ |
H A D | cf-socket.c | 454 #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 D | radius_client.c | 1189 if (setsockopt(sel_sock, SOL_SOCKET, SO_BINDTODEVICE, in radius_change_server() 1193 "RADIUS: setsockopt[SO_BINDTODEVICE]: %s", in radius_change_server()
|