Home
last modified time | relevance | path

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

/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c599 #define PULLUP_TO(len) do { \ in ip6_fw_chk() macro
614 PULLUP_TO(off + 4); /* XXX ? */ in ip6_fw_chk()
629 PULLUP_TO(off + 14); in ip6_fw_chk()
655 PULLUP_TO(off + 4); in ip6_fw_chk()
677 PULLUP_TO(off + 2); in ip6_fw_chk()
683 #undef PULLUP_TO in ip6_fw_chk()
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.c374 #define PULLUP_TO(len) \ in ip_fw3_chk() macro
387 PULLUP_TO(hlen + sizeof(struct tcphdr)); in ip_fw3_chk()
394 PULLUP_TO(hlen + sizeof(struct udphdr)); in ip_fw3_chk()
400 PULLUP_TO(hlen + 4); in ip_fw3_chk()
411 #undef PULLUP_TO in ip_fw3_chk()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c3308 #define PULLUP_TO(len) \ in ipfw_setup_local() macro
3323 PULLUP_TO(hlen + sizeof(struct tcphdr)); in ipfw_setup_local()
3331 PULLUP_TO(hlen + sizeof(struct udphdr)); in ipfw_setup_local()
3338 PULLUP_TO(hlen + 4); /* type, code and checksum. */ in ipfw_setup_local()
3347 #undef PULLUP_TO in ipfw_setup_local()