Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
emit_2_bytes
arch/arc/net/bpf_jit_arcv2.c
636
emit_2_bytes(buf, bytes >> 16);
arch/arc/net/bpf_jit_arcv2.c
637
emit_2_bytes(buf + 2, bytes & 0xffff);