Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDin_pcb.h537 #define INP_RECVIF 0x00000080 /* receive incoming interface */ macro
564 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
HDip_output.c1253 OPTSET(INP_RECVIF); in ip_ctloutput()
1455 optval = OPTBIT(INP_RECVIF); in ip_ctloutput()
HDip_input.c1240 if (inp->inp_flags & INP_RECVIF) { in ip_savecontrol()
HDin_pcb.c3188 if (inp_flags & INP_RECVIF) { in db_print_inpflags()