Home
last modified time | relevance | path

Searched refs:in6_selecthlim (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Din6_pcb.h121 extern uint8_t in6_selecthlim(struct in6pcb *, struct ifnet *);
H A Dudp6_output.c448 ip6->ip6_hlim = in6_selecthlim(in6p, in6p->in6p_route.ro_rt ? in udp6_output()
H A Draw_ip6.c692 ip6->ip6_hlim = in6_selecthlim(in6p, oifp); in rip6_output()
H A Din6_src.c1615 in6_selecthlim(struct in6pcb *in6p, struct ifnet *ifp) in in6_selecthlim() function
/xnu-11215.1.10/bsd/netinet/
H A Dtcp_subr.c899 ip6->ip6_hlim = in6_selecthlim(tp ? tp->t_inpcb : NULL, in tcp_respond()
4697 ip6->ip6_hlim = in6_selecthlim(inp, ifp); in tcp_make_keepalive_frame()
H A Dtcp_output.c2968 ip6->ip6_hlim = in6_selecthlim(inp, inp->in6p_route.ro_rt ? in tcp_output()