Searched refs:ip6f_ident (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | IP6_EXTHDR_CHECK_61873584.c | 58 packet1.frag.ip6f_ident = id; 74 packet2.frag.ip6f_ident = id;
|
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skt_reass.c | 262 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 D | skywalk_test_utils.c | 2440 ip6f->ip6f_ident = htonl(ip_id); in sktu_create_ip6_frames()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | pf_norm.c | 441 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 D | nat464_utils.c | 624 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 D | ip6.h | 283 u_int32_t ip6f_ident; /* identification */ member
|
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | frag6.c | 462 if (ip6f->ip6f_ident == q6->ip6q_ident && in frag6_input() 493 q6->ip6q_ident = ip6f->ip6f_ident; in frag6_input()
|
| H A D | ip6_output.c | 1973 ip6f->ip6f_ident = id; in ip6_do_fragmentation()
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_classifier.c | 303 pkt->pkt_flow_ip_frag_id = ip6f->ip6f_ident; in flow_pkt_classify()
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ip_frag.c | 380 key.ipfk_ident = ip6f->ip6f_ident; in fsw_ip_frag_reass_v6()
|