Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet6/ !
H A Din6_proto.c444 int ip6_defhlim = IPV6_DEFHLIM; variable
612 hlim, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_defhlim, 0, "");
H A Dip6_var.h472 extern int ip6_defhlim; /* default hop limit */
H A Din6_src.c1629 chlim = (uint8_t)ip6_defhlim; in in6_selecthlim()
1634 return (uint8_t)ip6_defhlim; in in6_selecthlim()
H A Dipsec.c5272 ip6->ip6_hlim = (u_int8_t)ip6_defhlim; in ipsec_send_natt_keepalive()
5389 ip6->ip6_hlim = (uint8_t)ip6_defhlim; in ipsec_fill_offload_frame()
H A Dicmp6.c2470 ip6->ip6_hlim = (uint8_t)ip6_defhlim; in icmp6_reflect()
/xnu-11417.140.69/bsd/netinet/ !
H A Dudp_usrreq.c3163 ip6->ip6_hlim = (uint8_t)ip6_defhlim; in udp_fill_keepalive_offload_frames()