tcp_debug
static struct tcp_debug tcp_debug[TCP_NDEBUG];
struct tcp_debug *td = &tcp_debug[tcp_debx++];
struct tcp_debug tcp_debug[TCP_NDEBUG];
if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) !=
sizeof(tcp_debug))
struct tcp_debug *td = &tcp_debug[i];
struct tcp_debug *td;
td = &tcp_debug[i];
td = &tcp_debug[i];
if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) !=
sizeof(tcp_debug))