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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c662 #define PULLUP_TO(len) do { \ macro
677 PULLUP_TO(off + 4); /* XXX ? */
692 PULLUP_TO(off + 14);
718 PULLUP_TO(off + 4);
740 PULLUP_TO(off + 2);
746 #undef PULLUP_TO macro
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c2044 #define PULLUP_TO(len) \ macro
2060 PULLUP_TO(hlen + sizeof(struct tcphdr));
2072 PULLUP_TO(hlen + sizeof(struct udphdr));
2080 PULLUP_TO(hlen + 4); /* type, code and checksum. */
2087 #undef PULLUP_TO macro

Completed in 20 milliseconds