Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h821 #define INP_RECVTOS IN6P_TCLASS /* receive incoming IP TOS */ macro
H A Dip_output.c2473 OPTSET(INP_RECVTOS); in ip_ctloutput()
2744 optval = OPTBIT(INP_RECVTOS); in ip_ctloutput()
H A Dip_input.c3541 if (inp->inp_flags & INP_RECVTOS) { in ip_savecontrol()