Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din_pcb.h332 #define INP_RECVIF 0x80 /* receive incoming interface */ macro
362 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
375 #define IN6P_RECVIF INP_RECVIF
H A Dip_output.c1166 OPTSET(INP_RECVIF); in ip_ctloutput()
1282 optval = OPTBIT(INP_RECVIF); in ip_ctloutput()
H A Dip_input.c2243 if (inp->inp_flags & INP_RECVIF) { in ip_savecontrol()