Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h187 u_char inp_ip_ttl; /* time to live proto */ member
425 u_char inp_ip_ttl; /* time to live proto */ member
507 u_char inp_ip_ttl; /* time to live */ member
548 u_char inp_ip_ttl; /* time to live */ member
H A Din_pcblist.c218 xinp->inp_ip_ttl = inp->inp_ip_ttl; in inpcb_to_xinpcb_n()
H A Draw_ip.c549 ip->ip_ttl = inp->inp_ip_ttl; in rip_output()
995 inp->inp_ip_ttl = (u_char)ip_defttl; in rip_attach()
H A Din_pcb.c3093 inp_compat->inp_ip_ttl = inp->inp_ip_ttl; in inpcb_to_compat()
3116 xinp->inp_ip_ttl = inp->inp_ip_ttl; in inpcb_to_xinpcb64()
H A Dudp_usrreq.c1970 ((struct ip *)ui)->ip_ttl = inp->inp_ip_ttl; /* XXX */ in udp_output()
2338 inp->inp_ip_ttl = (uint8_t)ip_defttl; in udp_attach()
3110 ip->ip_ttl = inp->inp_ip_ttl; in udp_fill_keepalive_offload_frames()
H A Dip_icmp.c1153 inp->inp_ip_ttl = (u_char)ip_defttl; in icmp_dgram_attach()
H A Dip_output.c2430 inp->inp_ip_ttl = (uint8_t)optval; in ip_ctloutput()
2704 optval = inp->inp_ip_ttl; in ip_ctloutput()
H A Dtcp_subr.c1416 inp->inp_ip_ttl = (uint8_t)ip_defttl; in tcp_newtcpcb()
4921 ip->ip_ttl = inp->inp_ip_ttl; in tcp_make_keepalive_frame()
H A Dtcp_output.c3137 ip->ip_ttl = inp->inp_ip_ttl; /* XXX */ in tcp_output()
H A Dtcp_input.c2509 tp->t_inpcb->inp_ip_ttl = otp->t_inpcb->inp_ip_ttl; in tcp_create_server_socket()
/xnu-12377.41.6/bsd/kern/
H A Dsocket_info.c141 insi->insi_ip_ttl = inp->inp_ip_ttl; in fill_socketinfo()
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_usrreq.c854 inp->inp_ip_ttl = (u_char)ip_defttl; in udp6_attach()
H A Dip6_output.c2521 in6p->inp_ip_ttl = in ip6_ctloutput()