Home
last modified time | relevance | path

Searched refs:TCP_NDEBUG (Results 1 – 25 of 186) sorted by relevance

12345678

/netbsd/src/usr.sbin/trpt/
Dtrpt.c135 static caddr_t tcp_pcbs[TCP_NDEBUG];
140 static struct tcp_debug tcp_debug[TCP_NDEBUG];
175 if (npcbs >= TCP_NDEBUG) in main()
245 for (i = 0; i < TCP_NDEBUG; i++) { in main()
287 tcp_debx = TCP_NDEBUG - 1; in dotrace()
288 for (i = prev_debx % TCP_NDEBUG; i < TCP_NDEBUG; i++) { in dotrace()
315 for (i = 0; i <= tcp_debx % TCP_NDEBUG; i++) { in dotrace()
343 if (prev_debx >= TCP_NDEBUG) in dotrace()
/netbsd/src/sys/netinet/
Dtcp_debug.h74 #ifndef TCP_NDEBUG
75 #define TCP_NDEBUG 100 macro
Dtcp_debug.c104 struct tcp_debug tcp_debug[TCP_NDEBUG];
118 if (tcp_debx == TCP_NDEBUG) in tcp_trace()
Dfiles.netinet4 defparam opt_tcp_debug.h TCP_NDEBUG
/netbsd/src/sys/arch/next68k/conf/
DSLAB47 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
89 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd/src/sys/arch/mvme68k/conf/
DVME17241 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DVME16742 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DVME14739 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DVME17743 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DVME16242 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd/src/sys/arch/mipsco/conf/
DINSTALL46 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd/src/sys/arch/shark/conf/
DOFWGENCFG66 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd/src/sys/arch/sun3/conf/
DRAMDISK3X38 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DDISKLESS3X72 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DRAMDISK38 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd/src/sys/arch/news68k/conf/
DNEWS120080 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DINSTALL69 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd/src/sys/arch/pmax/conf/
DINSTALL6455 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd/src/sys/arch/evbppc/conf/
DVIRTEX_GSRD1100 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DVIRTEX_DFC106 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DVIRTEX_GSRD2108 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DRB850GX2109 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd/src/sys/arch/evbarm/conf/
DIXM120071 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DIMX31LITE71 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
DNAPPI71 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG

12345678