Changeset 7c7fd4d in rtems
- Timestamp:
- 02/04/99 14:53:06 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c1a37d3e
- Parents:
- cd792a86
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/netinet/tcp_debug.c
rcd792a86 r7c7fd4d 71 71 72 72 #ifdef TCPDEBUG 73 static int tcpconsdebug = 0; 73 static int tcpconsdebug = 0; /* set to 1 to enable prints */ 74 74 #endif 75 75 -
c/src/exec/libnetworking/opt_tcpdebug.h
rcd792a86 r7c7fd4d 5 5 /* intentionally empty file */ 6 6 7 /* 8 * Uncomment the following line to turn on debug code. When you define 9 * this symbol, tcp_trace() is called. If you want tcp_trace() to 10 * print, then you need to edit netinet/tcp_debug to set the variable 11 * "tcpconsdebug" to 1. 12 */ 13 14 /* 15 #define TCPDEBUG 16 */ -
c/src/lib/libnetworking/netinet/tcp_debug.c
rcd792a86 r7c7fd4d 71 71 72 72 #ifdef TCPDEBUG 73 static int tcpconsdebug = 0; 73 static int tcpconsdebug = 0; /* set to 1 to enable prints */ 74 74 #endif 75 75 -
c/src/lib/libnetworking/opt_tcpdebug.h
rcd792a86 r7c7fd4d 5 5 /* intentionally empty file */ 6 6 7 /* 8 * Uncomment the following line to turn on debug code. When you define 9 * this symbol, tcp_trace() is called. If you want tcp_trace() to 10 * print, then you need to edit netinet/tcp_debug to set the variable 11 * "tcpconsdebug" to 1. 12 */ 13 14 /* 15 #define TCPDEBUG 16 */ -
c/src/libnetworking/netinet/tcp_debug.c
rcd792a86 r7c7fd4d 71 71 72 72 #ifdef TCPDEBUG 73 static int tcpconsdebug = 0; 73 static int tcpconsdebug = 0; /* set to 1 to enable prints */ 74 74 #endif 75 75 -
c/src/libnetworking/opt_tcpdebug.h
rcd792a86 r7c7fd4d 5 5 /* intentionally empty file */ 6 6 7 /* 8 * Uncomment the following line to turn on debug code. When you define 9 * this symbol, tcp_trace() is called. If you want tcp_trace() to 10 * print, then you need to edit netinet/tcp_debug to set the variable 11 * "tcpconsdebug" to 1. 12 */ 13 14 /* 15 #define TCPDEBUG 16 */ -
cpukit/libnetworking/netinet/tcp_debug.c
rcd792a86 r7c7fd4d 71 71 72 72 #ifdef TCPDEBUG 73 static int tcpconsdebug = 0; 73 static int tcpconsdebug = 0; /* set to 1 to enable prints */ 74 74 #endif 75 75 -
cpukit/libnetworking/opt_tcpdebug.h
rcd792a86 r7c7fd4d 5 5 /* intentionally empty file */ 6 6 7 /* 8 * Uncomment the following line to turn on debug code. When you define 9 * this symbol, tcp_trace() is called. If you want tcp_trace() to 10 * print, then you need to edit netinet/tcp_debug to set the variable 11 * "tcpconsdebug" to 1. 12 */ 13 14 /* 15 #define TCPDEBUG 16 */
Note: See TracChangeset
for help on using the changeset viewer.