Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcpdump/
Dprint-frag6.c57 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
62 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
69 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
Dip6.h185 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */ macro
Dprint-icmp6.c645 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
/freebsd-9-stable/sys/netinet/
Dip6.h241 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro
245 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw_log.c358 offset &= IP6F_OFF_MASK; in ipfw_log()
436 if (offset & (IP6F_OFF_MASK | IP6F_MORE_FRAG)) in ipfw_log()
Dip_fw2.c1090 IP6F_OFF_MASK; in ipfw_chk()
2296 ((offset & IP6F_OFF_MASK) == 0) && in ipfw_chk()
/freebsd-9-stable/sys/netinet6/
Dfrag6.c310 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
Dip6_input.c1781 if (fh.ip6f_offlg & IP6F_OFF_MASK) in ip6_nexthdr()
Dicmp6.c1110 if (fh->ip6f_offlg & IP6F_OFF_MASK) in icmp6_notify_error()
/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h745 #define IP6F_OFF_MASK 0xf8ff macro
1384 #if !defined(IP6F_OFF_MASK)
1385 # define IP6F_OFF_MASK 0xf8ff macro
Dfil.c694 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);
/freebsd-9-stable/sys/net/
Dflowtable.c711 IP6F_OFF_MASK; in ipv6_mbuf_demarshal()
/freebsd-9-stable/sys/contrib/pf/net/
Dpf_norm.c1545 fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK);