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

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c663 #define PULLUP_TO(len) do { \ macro
678 PULLUP_TO(off + 4); /* XXX ? */
693 PULLUP_TO(off + 14);
719 PULLUP_TO(off + 4);
741 PULLUP_TO(off + 2);
747 #undef PULLUP_TO macro
/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c2123 #define PULLUP_TO(len) \ macro
2139 PULLUP_TO(hlen + sizeof(struct tcphdr));
2151 PULLUP_TO(hlen + sizeof(struct udphdr));
2159 PULLUP_TO(hlen + 4); /* type, code and checksum. */
2166 #undef PULLUP_TO macro

Completed in 58 milliseconds