Home
last modified time | relevance | path

Searched refs:rfc6864 (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/bsd/netinet/ !
H A Dip_var.h355 extern int rfc6864;
H A Dip_output.c204 __private_extern__ int rfc6864 = 1; variable
205 SYSCTL_INT(_net_inet_ip, OID_AUTO, rfc6864, CTLFLAG_RW | CTLFLAG_LOCKED,
206 &rfc6864, 0, "updated ip id field behavior");
574 if (rfc6864 && IP_OFF_IS_ATOMIC(ip->ip_off)) { in ip_output_list()
H A Draw_ip.c567 if (ip->ip_id == 0 && !(rfc6864 && IP_OFF_IS_ATOMIC(ntohs(ip->ip_off)))) { in rip_output()
H A Dtcp_subr.c4918 ip->ip_id = rfc6864 ? 0 : ip_randomid((uint64_t)m); in tcp_make_keepalive_frame()
/xnu-12377.41.6/bsd/net/ !
H A Dnat464_utils.c527 ip4->ip_id = rfc6864 ? 0 : htons(ip_randomid(ipid_salt)); in nat464_translate_icmp_ip()
H A Dpf_norm.c2171 if (rfc6864 && IP_OFF_IS_ATOMIC(ntohs(h->ip_off))) { in pf_normalize_ip()
H A Dpf.c4565 ip4->ip_id = rfc6864 ? 0 : htons(ip_randomid(ipid_salt)); in pf_change_icmp_af()
/xnu-12377.41.6/bsd/netinet6/ !
H A Dipsec.c2359 if (rfc6864 && IP_OFF_IS_ATOMIC(ntohs(ip->ip_off))) { in ipsec4_encapsulate()
5475 if (rfc6864 && IP_OFF_IS_ATOMIC(htons(ip->ip_off))) { in ipsec_fill_offload_frame()