Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A DIP6_EXTHDR_CHECK_61873584.c58 packet1.frag.ip6f_ident = id;
74 packet2.frag.ip6f_ident = id;
/xnu-11215.1.10/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.c2461 ip6f->ip6f_ident = htonl(ip_id); in sktu_create_ip6_frames()
/xnu-11215.1.10/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.c618 p_ip6_frag->ip6f_ident = ip_id_val; in nat464_insert_frag46()
691 ip4->ip_id = ntohl(frag6.ip6f_ident) & 0xffff; in nat464_translate_64()
/xnu-11215.1.10/bsd/netinet/
H A Dip6.h283 u_int32_t ip6f_ident; /* identification */ member
/xnu-11215.1.10/bsd/netinet6/
H A Dfrag6.c458 if (ip6f->ip6f_ident == q6->ip6q_ident && in frag6_input()
488 q6->ip6q_ident = ip6f->ip6f_ident; in frag6_input()
H A Dip6_output.c1938 ip6f->ip6f_ident = id; in ip6_do_fragmentation()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c303 pkt->pkt_flow_ip_frag_id = ip6f->ip6f_ident; in flow_pkt_classify()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c377 key.ipfk_ident = ip6f->ip6f_ident; in fsw_ip_frag_reass_v6()