Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din_pcb.h357 #define INP_RECVTOS 0x10000000 /* receive incoming IP TOS */ macro
362 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
H A Dip_output.c1170 OPTSET(INP_RECVTOS); in ip_ctloutput()
1274 optval = OPTBIT(INP_RECVTOS); in ip_ctloutput()
H A Dip_input.c2217 if (inp->inp_flags & INP_RECVTOS) { in ip_savecontrol()