Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A DIP6_EXTHDR_CHECK_61873584.c58 packet1.frag.ip6f_ident = id;
74 packet2.frag.ip6f_ident = id;
/xnu-12377.81.4/tests/skywalk/
H A Dskt_reass.c262 ip6f->ip6f_ident = 0xee; in bad_fraglen_build()
336 ip6f->ip6f_ident = 0xee; in timeout_build()
420 ip6f->ip6f_ident = 0xee; in atomic_build()
513 ip6f->ip6f_ident = 0xee; in queue_limit_build()
H A Dskywalk_test_utils.c2440 ip6f->ip6f_ident = htonl(ip_id); in sktu_create_ip6_frames()
/xnu-12377.81.4/bsd/net/
H A Dpf_norm.c441 key->fr_id6 = fh->ip6f_ident; in pf_ip6hdr2key()
1231 (*frag)->fr_id6 = frent->fr_ip6f_opt.ip6f_ident; in pf_reassemble6()
1544 (*frag)->fr_id6 = fh->ip6f_ident; in pf_frag6cache()
1555 DPFPRINTF(("frag6cache[%d]: new %d-%d\n", ntohl(fh->ip6f_ident), in pf_frag6cache()
1582 ntohl(fh->ip6f_ident), frp->fr_off, frp->fr_end, in pf_frag6cache()
1589 ntohl(fh->ip6f_ident), frp->fr_off, frp->fr_end, in pf_frag6cache()
1601 ntohl(fh->ip6f_ident), precut, frp->fr_off, in pf_frag6cache()
1651 ntohl(fh->ip6f_ident), -precut, frp->fr_off, in pf_frag6cache()
1674 ntohl(fh->ip6f_ident), off, fr_max, fra->fr_off, in pf_frag6cache()
1681 ntohl(fh->ip6f_ident), aftercut, off, fr_max, in pf_frag6cache()
[all …]
H A Dnat464_utils.c624 p_ip6_frag->ip6f_ident = ip_id_val; in nat464_insert_frag46()
697 ip4->ip_id = ntohl(frag6.ip6f_ident) & 0xffff; in nat464_translate_64()
/xnu-12377.81.4/bsd/netinet/
H A Dip6.h283 u_int32_t ip6f_ident; /* identification */ member
/xnu-12377.81.4/bsd/netinet6/
H A Dfrag6.c462 if (ip6f->ip6f_ident == q6->ip6q_ident && in frag6_input()
493 q6->ip6q_ident = ip6f->ip6f_ident; in frag6_input()
H A Dip6_output.c1973 ip6f->ip6f_ident = id; in ip6_do_fragmentation()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c303 pkt->pkt_flow_ip_frag_id = ip6f->ip6f_ident; in flow_pkt_classify()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c380 key.ipfk_ident = ip6f->ip6f_ident; in fsw_ip_frag_reass_v6()