Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h185 #define INP_RECVTOS 0x00004000 /* receive incoming IP TOS */ macro
205 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
H A Dip_output.c1273 OPTSET(INP_RECVTOS); in ip_ctloutput()
1484 optval = OPTBIT(INP_RECVTOS); in ip_ctloutput()
H A Dip_input.c1302 if (inp->inp_flags & INP_RECVTOS) { in ip_savecontrol()