Home
last modified time | relevance | path

Searched refs:IP_BOUND_IF (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/tests/
H A Dso_bindtodevice.c59 int boundif_name = domain == PF_INET ? IP_BOUND_IF : IPV6_BOUND_IF; in test_so_bindtodevice()
H A Dinet_transfer.c202 opt = IP_BOUND_IF; in socket_bind_to_interface()
/xnu-12377.41.6/bsd/netinet/
H A Din.h443 #define IP_BOUND_IF 25 /* int; set/get bound interface */ macro
H A Dip_icmp.c1195 case IP_BOUND_IF: in icmp_dgram_ctloutput()
H A Dip_output.c2612 case IP_BOUND_IF: in ip_ctloutput()
2781 case IP_BOUND_IF: in ip_ctloutput()
H A Din.c2389 case IP_BOUND_IF: in ipsockopt_cassert()
/xnu-12377.41.6/tests/skywalk/
H A Dskt_utunloop.c389 error = setsockopt(s, IPPROTO_IP, IP_BOUND_IF, &ifidx, sizeof(ifidx)); in makesocket()
H A Dskt_filter.c1144 error = setsockopt(fd, IPPROTO_IP, IP_BOUND_IF, &ifscope, in sender_socket_thread()