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

/freebsd-11.0-release/sys/netinet/
H A Din_pcb.h573 #define INP_RECVIF 0x00000080 /* receive incoming interface */ macro
600 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
H A Dip_output.c1098 OPTSET(INP_RECVIF);
1285 optval = OPTBIT(INP_RECVIF);
H A Dip_input.c1206 if (inp->inp_flags & INP_RECVIF) {
H A Din_pcb.c2515 if (inp_flags & INP_RECVIF) {

Completed in 108 milliseconds