Home
last modified time | relevance | path

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

/minix/sbin/route/
H A Drtutil.h34 #define RT_TFLAG __BIT(1) /* show tag field */ macro
H A Drtutil.c217 if (flags & RT_TFLAG) { in p_rthdr()
296 if (flags & RT_TFLAG) in p_rtentry()
H A Droute.c188 Tflag = RT_TFLAG; in main()
/minix/usr.bin/netstat/
H A Dmain.c508 tagflag = RT_TFLAG; in main()