NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
tohex
sbin/ifconfig/util.c
117
*p++ = (tohex((u_char)val[0]) << 4) |
sbin/ifconfig/util.c
118
tohex((u_char)val[1]);