- t2ex
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c - 90.8KB - 2,575 lines
326: if (ipq_lock_try() == 0) { \
327: printf("%s:%d: ipq already locked\n", __FILE__, __LINE__); \
328: panic("ipq_lock"); \
- More results from ip_input.c
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c - 67.3KB - 1,940 lines
549: /* XXX should be panic ? */
550: printf("ip_output: No IPsec request specified.\n");
551: error = EINVAL;
- More results from ip_output.c
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_debug.c - 7.9KB - 223 lines
165: if (tp)
166: printf("%p %s:", tp, tcpstates[ostate]);
167: else
- More results from tcp_debug.c
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
541: #ifdef TCPREASS_DEBUG
542: printf("tcp_reass[%p]: concat %u:%u(%u) to %u:%u(%u)\n",
543: tp, pkt_seq, pkt_seq + pkt_len, pkt_len,
- More results from tcp_input.c
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_output.c - 62.9KB - 1,704 lines
1678: if (maxburst < 0)
1679: printf("tcp_output: maxburst exceeded by %d\n", -maxburst);
1680: #endif
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_sack.c - 21.2KB - 591 lines
580:
581: printf("snd_una=%" PRIu32 ", snd_max=%" PRIu32 "\n",
582: tp->snd_una, tp->snd_max);
- More results from tcp_sack.c
- 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
- More results from tcp_subr.c
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_var.h - 41.5KB - 925 lines
389: if (tcp_reass_lock_try(tp) == 0) { \
390: printf("%s:%d: tcpcb %p reass already locked\n", \
391: __FILE__, __LINE__, tp); \
- More results from tcp_var.h
- bsd_source/t2ex/network/net/src_bsd/netinet/udp_usrreq.c - 51.8KB - 1,650 lines
1544: if ((*mp = m_pullup(m, minlen)) == NULL) {
1545: printf("udp4_espinudp: m_pullup failed\n");
1546: return -1;
- More results from udp_usrreq.c
- bsd_source/t2ex/network/net/src_bsd/sys/sysctl.h - 56.4KB - 1,335 lines
1080: void name(struct sysctllog **clog) { \
1081: printf("%s\n", desc); \
1082: __CONCAT(___,name)(clog); } \
- More results from sysctl.h