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

/freebsd-11.0-release/sys/netinet/
H A Din_pcb.h576 #define INP_RECVTTL 0x00000400 /* receive incoming IP TTL */ macro
600 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
H A Dip_output.c1094 OPTSET(INP_RECVTTL);
1281 optval = OPTBIT(INP_RECVTTL);
H A Dip_input.c1180 if (inp->inp_flags & INP_RECVTTL) {
H A Din_pcb.c2523 if (inp_flags & INP_RECVTTL) {

Completed in 77 milliseconds