Searched refs:ip6f_offlg (Results 1 – 11 of 11) sorted by relevance
57 packet1.frag.ip6f_offlg = htons(0) | IP6F_MORE_FRAG;73 packet2.frag.ip6f_offlg = htons(8);
345 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()371 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in frag6_input()522 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()542 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()551 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()602 offsetof(struct ip6_frag, ip6f_offlg)); in frag6_input()614 ip6af->ip6af_mff = ip6f->ip6f_offlg & IP6F_MORE_FRAG; in frag6_input()
1896 ip6f->ip6f_offlg = htons((u_short)((off - hlen) & ~7)); in ip6_do_fragmentation()1900 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_do_fragmentation()
2210 if (fh.ip6f_offlg & IP6F_OFF_MASK) { in ip6_nexthdr()
1079 if (fh->ip6f_offlg & IP6F_OFF_MASK) { in icmp6_notify_error()
607 p_ip6_frag->ip6f_offlg = (uint16_t)(frag_offset << 3); in nat464_insert_frag46()609 p_ip6_frag->ip6f_offlg |= 0x1; in nat464_insert_frag46()611 p_ip6_frag->ip6f_offlg = htons(p_ip6_frag->ip6f_offlg); in nat464_insert_frag46()658 ip_frag_off = (ntohs(frag6.ip6f_offlg & IP6F_OFF_MASK)) >> 3; in nat464_translate_64()687 if (frag6.ip6f_offlg & IP6F_MORE_FRAG) { in nat464_translate_64()
1112 (ntohs((fr)->fr_ip6f_opt.ip6f_offlg & IP6F_OFF_MASK))1283 frent->fr_ip6f_opt.ip6f_offlg = in pf_reassemble6()1284 htons(ntohs(frent->fr_ip6f_opt.ip6f_offlg) + in pf_reassemble6()1299 frea->fr_ip6f_opt.ip6f_offlg = in pf_reassemble6()1300 htons(ntohs(frea->fr_ip6f_opt.ip6f_offlg) + in pf_reassemble6()1488 off = ntohs(fh->ip6f_offlg & IP6F_OFF_MASK); in pf_frag6cache()1633 fh->ip6f_offlg &= ~IP6F_OFF_MASK; in pf_frag6cache()1634 fh->ip6f_offlg |= in pf_frag6cache()1635 htons(ntohs(fh->ip6f_offlg & IP6F_OFF_MASK) in pf_frag6cache()2443 fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK); in pf_normalize_ip6()[all …]
1359 if ((ip6_frag.ip6f_offlg & IP6F_OFF_MASK) != 0) { in if_ports_used_match_mbuf()
281 if ((ip6f->ip6f_offlg & IP6F_OFF_MASK) != 0) { in flow_pkt_classify()288 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in flow_pkt_classify()
358 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in fsw_ip_frag_reass_v6()362 fragflag = ip6f->ip6f_offlg & IP6F_MORE_FRAG; in fsw_ip_frag_reass_v6()371 ASSERT((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) != 0); in fsw_ip_frag_reass_v6()596 offsetof(struct ip6_frag, ip6f_offlg)); in ipf_process()
282 u_int16_t ip6f_offlg; /* offset, reserved, and flag */ member