DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ROUNDUP8
usr.sbin/rtadvd/if.c
112
#define ROUNDUP8(a) (1 + (((a) - 1) | 7))
usr.sbin/rtsold/if.c
207
#define ROUNDUP8(a) (1 + (((a) - 1) | 7))