Searched refs:RTF_PROXY (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.h231 #define RTF_PROXY 0x8000000 /* proxying, no interface scope */ macro
H A Droute.c1823 * from a RTF_PROXY route. For the latter, the clone
1824 * gets to keep the RTF_PROXY flag.
1828 (rt->rt_flags & RTF_PROXY)) {
3082 rt->rt_flags |= RTF_PROXY;
3084 rt->rt_flags &= ~RTF_PROXY;
H A Drtsock.c440 * RTF_PROXY can only be set internally from within the kernel.
442 if (rtm->rtm_flags & RTF_PROXY)
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c944 (route->ro_rt->rt_flags & (RTF_UP|RTF_PROXY)) ==
945 (RTF_UP|RTF_PROXY)) {
H A Dnd6_prproxy.c64 * routes with the RTF_PROXY flag, which serves as an indication that the
72 * The setting and clearing of RTF_PROXY flag, as well as the entering and
276 * i.e. either set or clear RTF_PROXY on the cloning prefix route; all route
427 * RTF_PROXY; i.e. nd6_need_cache() needs to return
563 ours = (rt->rt_flags & RTF_PROXY) ? TRUE : FALSE;
575 * routing (RTF_PROXY) and interface (all-multicast) related operations on
H A Dnd6.c1451 * hence the test for RTF_PROXY.
1456 !(rt->rt_flags & RTF_PROXY))) {

Completed in 38 milliseconds