Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A DIP6_EXTHDR_CHECK_61873584.c58 packet1.frag.ip6f_ident = id;
74 packet2.frag.ip6f_ident = id;
/xnu-8020.101.4/bsd/net/
H A Dpf_norm.c440 key->fr_id6 = fh->ip6f_ident; in pf_ip6hdr2key()
1227 (*frag)->fr_id6 = frent->fr_ip6f_opt.ip6f_ident; in pf_reassemble6()
1539 (*frag)->fr_id6 = fh->ip6f_ident; in pf_frag6cache()
1550 DPFPRINTF(("frag6cache[%d]: new %d-%d\n", ntohl(fh->ip6f_ident), in pf_frag6cache()
1577 ntohl(fh->ip6f_ident), frp->fr_off, frp->fr_end, in pf_frag6cache()
1584 ntohl(fh->ip6f_ident), frp->fr_off, frp->fr_end, in pf_frag6cache()
1596 ntohl(fh->ip6f_ident), precut, frp->fr_off, in pf_frag6cache()
1646 ntohl(fh->ip6f_ident), -precut, frp->fr_off, in pf_frag6cache()
1669 ntohl(fh->ip6f_ident), off, fr_max, fra->fr_off, in pf_frag6cache()
1676 ntohl(fh->ip6f_ident), aftercut, off, fr_max, in pf_frag6cache()
[all …]
H A Dnat464_utils.c612 p_ip6_frag->ip6f_ident = ip_id_val; in nat464_insert_frag46()
685 ip4->ip_id = ntohl(frag6.ip6f_ident) & 0xffff; in nat464_translate_64()
/xnu-8020.101.4/bsd/netinet/
H A Dip6.h283 u_int32_t ip6f_ident; /* identification */ member
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c276 pkt->pkt_flow_ip_frag_id = ip6f->ip6f_ident; in flow_pkt_classify()
/xnu-8020.101.4/bsd/netinet6/
H A Dfrag6.c461 if (ip6f->ip6f_ident == q6->ip6q_ident && in frag6_input()
491 q6->ip6q_ident = ip6f->ip6f_ident; in frag6_input()
H A Dip6_output.c1919 ip6f->ip6f_ident = id; in ip6_do_fragmentation()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c375 key.ipfk_ident = ip6f->ip6f_ident; in fsw_ip_frag_reass_v6()