Searched refs:IP_BOUND_IF (Results 1 – 8 of 8) sorted by relevance
59 int boundif_name = domain == PF_INET ? IP_BOUND_IF : IPV6_BOUND_IF; in test_so_bindtodevice()
202 opt = IP_BOUND_IF; in socket_bind_to_interface()
443 #define IP_BOUND_IF 25 /* int; set/get bound interface */ macro
1195 case IP_BOUND_IF: in icmp_dgram_ctloutput()
2612 case IP_BOUND_IF: in ip_ctloutput()2781 case IP_BOUND_IF: in ip_ctloutput()
2389 case IP_BOUND_IF: in ipsockopt_cassert()
389 error = setsockopt(s, IPPROTO_IP, IP_BOUND_IF, &ifidx, sizeof(ifidx)); in makesocket()
1144 error = setsockopt(fd, IPPROTO_IP, IP_BOUND_IF, &ifscope, in sender_socket_thread()