Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Din_pcb.h566 #define INP_RECVTOS 0x00004000 /* receive incoming IP TOS */ macro
586 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
Dip_output.c1060 OPTSET(INP_RECVTOS); in ip_ctloutput()
1231 optval = OPTBIT(INP_RECVTOS); in ip_ctloutput()
Dip_input.c1665 if (inp->inp_flags & INP_RECVTOS) { in ip_savecontrol()
Din_pcb.c2358 if (inp_flags & INP_RECVTOS) { in db_print_inpflags()