OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PREFIX_SIZE
usr.sbin/bgpd/rde.h
669
#define PREFIX_SIZE(x) (((x) + 7) / 8 + 1)
usr.sbin/dvmrpd/dvmrpd.h
409
#define PREFIX_SIZE(x) (((x) + 7) / 8)
usr.sbin/ldpd/ldpe.h
185
#define PREFIX_SIZE(x) (((x) + 7) / 8)
usr.sbin/rpki-client/ip.c
28
#define PREFIX_SIZE(x) (((x) + 7) / 8)