Searched refs:roundup2 (Results 1 – 1 of 1) sorted by relevance
909 #ifndef roundup2910 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro929 hdrlen = roundup2(hdrlen, 4); in ieee802_11_print()