Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h698 #define INP_RECVIF 0x00000080 /* receive incoming interface */ macro
725 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
/f-stack/freebsd/netinet/
H A Din_pcb.h698 #define INP_RECVIF 0x00000080 /* receive incoming interface */ macro
725 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
H A Dip_output.c1283 OPTSET(INP_RECVIF); in ip_ctloutput()
1498 optval = OPTBIT(INP_RECVIF); in ip_ctloutput()
H A Dip_input.c1263 if (inp->inp_flags & INP_RECVIF) { in ip_savecontrol()
H A Din_pcb.c3166 if (inp_flags & INP_RECVIF) { in db_print_inpflags()