Home
last modified time | relevance | path

Searched refs:RTF_PROTO3 (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Droute.h113 #define RTF_PROTO3 0x40000 /* protocol specific routing flag */ macro
128 #define RTPRF_OURS RTF_PROTO3 /* set on routes we manage */
/xnu-12377.41.6/tools/lldbmacros/
H A Droutedefines.py18 RTF_PROTO3 = 0x40000 variable
H A Dnet.py772 if (rt.rt_flags & RTF_PROTO3):