Searched refs:RTF_GWFLAG_COMPAT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Droute.h160 #define RTF_GWFLAG_COMPAT 0x80000000 /* a compatibility bit for interacting macro
H A Drtsock.c649 info.rti_flags |= RTF_GWFLAG_COMPAT;
844 if (rt->rt_flags & RTF_GWFLAG_COMPAT)
846 (rt->rt_flags & ~RTF_GWFLAG_COMPAT);
1585 if (rt->rt_flags & RTF_GWFLAG_COMPAT)
1587 (rt->rt_flags & ~RTF_GWFLAG_COMPAT);

Completed in 54 milliseconds