NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
typemask
lib/libtelnet/auth.c
81
#define typemask(x) (1<<((x)-1))
lib/libtelnet/encrypt.c
92
#define typemask(x) ((x) > 0 ? 1 << ((x)-1) : 0)