Home
last modified time | relevance | path

Searched refs:INP_RECVTOS (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h705 #define INP_RECVTOS 0x00004000 /* receive incoming IP TOS */ macro
725 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
/f-stack/freebsd/netinet/
H A Din_pcb.h705 #define INP_RECVTOS 0x00004000 /* receive incoming IP TOS */ macro
725 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
H A Dip_output.c1296 OPTSET(INP_RECVTOS); in ip_ctloutput()
1520 optval = OPTBIT(INP_RECVTOS); in ip_ctloutput()
H A Dip_input.c1296 if (inp->inp_flags & INP_RECVTOS) { in ip_savecontrol()
H A Din_pcb.c3182 if (inp_flags & INP_RECVTOS) { in db_print_inpflags()