Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1547 #define PULLUP_TO(_len, p, T) PULLUP_LEN(_len, p, sizeof(T)) in ipfw_chk() macro
1603 PULLUP_TO(hlen, ulp, struct icmp6_hdr); in ipfw_chk()
1610 PULLUP_TO(hlen, ulp, struct tcphdr); in ipfw_chk()
1636 PULLUP_TO(hlen, ulp, struct udphdr); in ipfw_chk()
1642 PULLUP_TO(hlen, ulp, struct ip6_hbh); in ipfw_chk()
1650 PULLUP_TO(hlen, ulp, struct ip6_rthdr); in ipfw_chk()
1675 PULLUP_TO(hlen, ulp, struct ip6_frag); in ipfw_chk()
1698 PULLUP_TO(hlen, ulp, struct ip6_hbh); in ipfw_chk()
1706 PULLUP_TO(hlen, ulp, struct ip6_ext); in ipfw_chk()
1714 PULLUP_TO(hlen, ulp, uint32_t); /* SPI, Seq# */ in ipfw_chk()
[all …]