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

/freebsd-10-stable/sys/netinet/
H A Din_pcb.h569 #define IN6P_HOPLIMIT 0x00020000 /* receive hoplimit */ macro
587 IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|\
H A Din_pcb.c2370 if (inp_flags & IN6P_HOPLIMIT) {
/freebsd-10-stable/sys/netinet6/
H A Dip6_output.c1502 OPTSET(IN6P_HOPLIMIT);
1632 OPTSET2292(IN6P_HOPLIMIT);
1826 optval = OPTBIT(IN6P_HOPLIMIT);
1919 optval = OPTBIT(IN6P_HOPLIMIT);
H A Dip6_input.c1351 if ((inp->inp_flags & IN6P_HOPLIMIT) != 0) {

Completed in 75 milliseconds