Home
last modified time | relevance | path

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

/minix/sbin/route/
H A Drtutil.h37 #define RT_LFLAG __BIT(4) /* don't show LLINFO entries */ macro
H A Drtutil.c266 if ((flags & RT_LFLAG) && (rtm->rtm_flags & RTF_LLINFO)) in p_rtentry()
H A Droute.c173 Lflag = RT_LFLAG; in main()
/minix/usr.bin/netstat/
H A Dmain.c461 Lflag = RT_LFLAG; in main()