Searched refs:IP_BOUND_IF (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din.h438 #define IP_BOUND_IF 25 /* int; set/get bound interface */ macro
485 #define IP_FORCE_OUT_IFP 69 /* deprecated; use IP_BOUND_IF instead */
644 * Note: if IP_BOUND_IF is set on the socket, ipi_ifindex in the ancillary
H A Dip_icmp.c1068 case IP_BOUND_IF:
H A Dip_output.c2388 * Apple private interface, similar to IP_BOUND_IF, except
2391 * unbind. Applications are encouraged to use IP_BOUND_IF
2550 * The socket option IP_BOUND_IF binds a particular AF_INET
2560 * IP_BOUND_IF, since the former practically bypasses the
2561 * routing table; in this case, IP_BOUND_IF sets the default
2565 case IP_BOUND_IF:
2716 case IP_BOUND_IF:

Completed in 26 milliseconds