Searched refs:tcpconsdebug (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_debug.c98 __private_extern__ int tcpconsdebug = 0; variable
99 SYSCTL_INT(_net_inet_tcp, OID_AUTO, tcpconsdebug, CTLFLAG_RW | CTLFLAG_LOCKED,
100 &tcpconsdebug, 0, "Turn tcp debugging on or off");
192 if (tcpconsdebug == 0)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_socket.c556 extern int tcpconsdebug;
651 if (tcpconsdebug == 2)

Completed in 113 milliseconds