Home
last modified time | relevance | path

Searched refs:RTF_DONE (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/tools/lldbmacros/
H A Droutedefines.py7 RTF_DONE = 0x40 variable
/xnu-8792.41.9/bsd/net/
H A Droute.h101 #define RTF_DONE 0x40 /* message confirmed */ macro
H A Drtsock.c728 rtm->rtm_flags |= RTF_DONE; in route_output()
1345 rtm->rtm_flags = RTF_DONE | flags; in rt_missmsg()
H A Droute.c1488 if (!(flags & RTF_DONE) && rt != NULL && in rtredirect()