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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-802_11.c1705 #ifndef roundup2
1706 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
1740 hdrlen = roundup2(hdrlen, 4);

Completed in 79 milliseconds