Home
last modified time | relevance | path

Searched refs:IP6F_OFF_MASK (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dip6.h287 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro
291 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c281 if ((ip6f->ip6f_offlg & IP6F_OFF_MASK) != 0) { in flow_pkt_classify()
/xnu-8020.101.4/bsd/net/
H A Dpf_norm.c1112 (ntohs((fr)->fr_ip6f_opt.ip6f_offlg & IP6F_OFF_MASK))
1488 off = ntohs(fh->ip6f_offlg & IP6F_OFF_MASK); in pf_frag6cache()
1633 fh->ip6f_offlg &= ~IP6F_OFF_MASK; 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()
H A Dnat464_utils.c658 ip_frag_off = (ntohs(frag6.ip6f_offlg & IP6F_OFF_MASK)) >> 3; in nat464_translate_64()
H A Dif_ports_used.c1359 if ((ip6_frag.ip6f_offlg & IP6F_OFF_MASK) != 0) { in if_ports_used_match_mbuf()
/xnu-8020.101.4/bsd/netinet6/
H A Dfrag6.c522 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
H A Dip6_input.c2210 if (fh.ip6f_offlg & IP6F_OFF_MASK) { in ip6_nexthdr()
H A Dicmp6.c1079 if (fh->ip6f_offlg & IP6F_OFF_MASK) { in icmp6_notify_error()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c358 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in fsw_ip_frag_reass_v6()