Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Droute.h198 #define RTF_STICKY 0x10000000 /* always route dst->src */ macro
208 RTF_REJECT | RTF_STATIC | RTF_STICKY)
/f-stack/tools/compat/include/net/
H A Droute.h196 #define RTF_STICKY 0x10000000 /* always route dst->src */ macro
206 RTF_REJECT | RTF_STATIC | RTF_STICKY)
/f-stack/tools/route/
H A Droute.c965 flags |= RTF_STICKY; in newroute()
968 flags &= ~RTF_STICKY; in newroute()