gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:printf from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c - 84.9KB - 2,586 lines
840: #if 0
841:                         printf("non PKTHDR to tcp_respond\n");
842: #endif
1489: #ifdef TCPREASS_DEBUG 1490: printf("tcp_freeq[%p,%d]: %u:%u(%u) 0x%02x\n", 1491: tp, i++, qe->ipqe_seq, qe->ipqe_seq + qe->ipqe_len,
2402: #ifdef TCPISS_DEBUG 2403: printf("ISS hash 0x%08x, ", tcp_iss); 2404: #endif
2406: #ifdef TCPISS_DEBUG 2407: printf("new ISS 0x%08x\n", tcp_iss); 2408: #endif
2432: #ifdef TCPISS_DEBUG 2433: printf("Random %08x, ", tcp_iss); 2434: #endif
2437: #ifdef TCPISS_DEBUG 2438: printf("Old ISS %08x, ISS %08x\n", addin, tcp_iss); 2439: #endif
2444: #ifdef TCPISS_DEBUG 2445: printf("ISS %08x\n", tcp_iss); 2446: #endif