Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Din6_proto.c417 int ip6_defhlim = IPV6_DEFHLIM; variable
585 hlim, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_defhlim, 0, "");
H A Dip6_var.h466 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.c2472 ip6->ip6_hlim = (uint8_t)ip6_defhlim; in icmp6_reflect()
/xnu-12377.1.9/bsd/netinet/
H A Dudp_usrreq.c3141 ip6->ip6_hlim = (uint8_t)ip6_defhlim; in udp_fill_keepalive_offload_frames()