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