Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Din6_pcb.h121 extern uint8_t in6_selecthlim(struct in6pcb *, struct ifnet *);
H A Dudp6_output.c435 ip6->ip6_hlim = in6_selecthlim(in6p, in6p->in6p_route.ro_rt ? in udp6_output()
H A Draw_ip6.c685 ip6->ip6_hlim = in6_selecthlim(in6p, oifp); in rip6_output()
H A Din6_src.c1521 in6_selecthlim(struct in6pcb *in6p, struct ifnet *ifp) in in6_selecthlim() function
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_subr.c892 ip6->ip6_hlim = in6_selecthlim(tp ? tp->t_inpcb : NULL, in tcp_respond()
3945 ip6->ip6_hlim = in6_selecthlim(inp, ifp); in tcp_make_keepalive_frame()
H A Dtcp_output.c2793 ip6->ip6_hlim = in6_selecthlim(inp, inp->in6p_route.ro_rt ? in tcp_output()