Home
last modified time | relevance | path

Searched refs:inp_ip_ttl (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/netinet/
H A Draw_ip.c251 ip->ip_ttl = inp->inp_ip_ttl; in rip_output()
486 inp->inp_ip_ttl = ip_defttl; in rip_attach()
H A Din_pcb.h203 u_char inp_ip_ttl; /* time to live proto */ member
H A Dip_output.c1139 inp->inp_ip_ttl = optval; in ip_ctloutput()
1253 optval = inp->inp_ip_ttl; in ip_ctloutput()
H A Dudp_usrreq.c1111 ((struct ip *)ui)->ip_ttl = inp->inp_ip_ttl; /* XXX */ in udp_send()
1287 inp->inp_ip_ttl = ip_defttl; in udp_attach()
H A Dtcp_output.c1231 ip->ip_ttl = inp->inp_ip_ttl; /* XXX */ in tcp_output()
H A Dtcp_syncache.c1223 ip->ip_ttl = sc->sc_tp->t_inpcb->inp_ip_ttl; /* XXX */ in syncache_respond()
H A Dtcp_subr.c783 inp->inp_ip_ttl = ip_defttl; in tcp_newtcpcb()
/dragonfly/sys/netinet6/
H A Dudp6_usrreq.c548 inp->inp_ip_ttl = ip_defttl; in udp6_attach()