Home | History | Annotate | Download | only in libpcap

Lines Matching refs:roundup

1699 #ifndef roundup
1700 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */
1702 pb->zbufsize = roundup(v, getpagesize());