Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dtcp_debug.c96 __private_extern__ int tcpconsdebug = 0; variable
97 SYSCTL_INT(_net_inet_tcp, OID_AUTO, tcpconsdebug, CTLFLAG_RW | CTLFLAG_LOCKED,
98 &tcpconsdebug, 0, "Turn tcp debugging on or off");
180 if (tcpconsdebug == 0) {
/xnu-8020.121.3/bsd/kern/
H A Duipc_socket.c627 extern int tcpconsdebug; in socreate_internal()
792 if (tcpconsdebug == 2) { in socreate_internal()