Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h178 #define INP_RECVIF 0x00000080 /* receive incoming interface */ macro
205 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
H A Dip_output.c1260 OPTSET(INP_RECVIF); in ip_ctloutput()
1462 optval = OPTBIT(INP_RECVIF); in ip_ctloutput()
H A Dip_input.c1270 if (inp->inp_flags & INP_RECVIF) { in ip_savecontrol()