Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-802_11.c2016 #ifndef roundup2
2017 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
2058 hdrlen = roundup2(hdrlen, 4); in ieee802_11_print()