Searched refs:setsockopt_bindtodevice (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/networking/udhcp/ |
D | socket.c | 97 if (setsockopt_bindtodevice(fd, inf)) in udhcp_listen_socket()
|
D | d6_socket.c | 121 if (setsockopt_bindtodevice(fd, inf)) in d6_listen_socket()
|
D | packet.c | 218 if (setsockopt_bindtodevice(fd, ifname) < 0) { in udhcp_send_kernel_packet()
|
/busybox-1.35.0/libbb/ |
D | xconnect.c | 50 int FAST_FUNC setsockopt_bindtodevice(int fd, const char *iface) in setsockopt_bindtodevice() function 66 int FAST_FUNC setsockopt_bindtodevice(int fd UNUSED_PARAM, in setsockopt_bindtodevice() function
|
/busybox-1.35.0/networking/ |
D | arping.c | 359 setsockopt_bindtodevice(probe_fd, device); in arping_main()
|
D | traceroute.c | 1064 setsockopt_bindtodevice(sndsock, device); in traceroute_init()
|
D | ping.c | 921 setsockopt_bindtodevice(pingsock, str_I); in ping()
|
D | ntpd.c | 2300 if (setsockopt_bindtodevice(G_listen_fd, G.if_name)) in ntp_init()
|
/busybox-1.35.0/include/ |
D | libbb.h | 738 int setsockopt_bindtodevice(int fd, const char *iface) FAST_FUNC;
|