FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TCPP_MAGIC
tools/tools/netrate/tcpp/tcpp_client.c
131
conn->conn_header.th_magic = TCPP_MAGIC;
tools/tools/netrate/tcpp/tcpp_server.c
152
if (conn->conn_header.th_magic != TCPP_MAGIC) {