Searched refs:inp_ip_ttl (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Draw_ip.c476 ip->ip_ttl = inp->inp_ip_ttl;
818 inp->inp_ip_ttl = V_ip_defttl;
H A Dip_output.c1007 inp->inp_ip_ttl = optval;
1179 optval = inp->inp_ip_ttl;
H A Din_pcb.h195 u_char inp_ip_ttl; /* (i) time to live proto */ member in struct:inpcb
H A Dtcp_syncache.c1220 ip_ttl = inp->inp_ip_ttl;
2003 sc->sc_ip_ttl = sotoinpcb(lso)->inp_ip_ttl;
H A Dudp_usrreq.c1404 ((struct ip *)ui)->ip_ttl = inp->inp_ip_ttl; /* XXX */
1611 inp->inp_ip_ttl = V_ip_defttl;
H A Dtcp_subr.c505 ip->ip_ttl = inp->inp_ip_ttl;
929 inp->inp_ip_ttl = V_ip_defttl;
H A Din_pcb.c2475 db_printf("inp_ip_ttl: %d inp_ip_p: %d inp_ip_minttl: %d\n",
2476 inp->inp_ip_ttl, inp->inp_ip_p, inp->inp_ip_minttl);
H A Dsctp_pcb.c2502 inp->ip_inp.inp.inp_ip_ttl = MODULE_GLOBAL(ip_defttl);
H A Dsctp_usrreq.c510 ip_inp->inp_ip_ttl = MODULE_GLOBAL(ip_defttl);
H A Dsctp_output.c4112 ip->ip_ttl = inp->ip_inp.inp.inp_ip_ttl;
/freebsd-10-stable/sys/netinet6/
H A Dsctp6_usrreq.c595 inp6->inp_ip_ttl = MODULE_GLOBAL(ip_defttl);
H A Dudp6_usrreq.c930 inp->inp_ip_ttl = V_ip_defttl;
H A Dip6_output.c1446 in6p->inp_ip_ttl = optval;

Completed in 262 milliseconds