tag | line | file | source code |
DPRINTF | 232 | drivers/net/slip.c | DPRINTF((DBG_SLIP,"SLIP: mtu changed!\n")); |
DPRINTF | 385 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "<< \"%s\" recv:\r\n", sl->dev->name)); |
DPRINTF | 390 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: packet is %d at 0x%X\n", |
DPRINTF | 405 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: sl_next(0x%X) called!\n", sl)); |
DPRINTF | 418 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: sl_encaps(0x%X, %d) called\n", icp, len)); |
DPRINTF | 419 | drivers/net/slip.c | DPRINTF((DBG_SLIP, ">> \"%s\" sent:\r\n", sl->dev->name)); |
DPRINTF | 480 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: kicking TTY for %d bytes at 0x%X\n", count, bp)); |
DPRINTF | 483 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: TTY already done with %d bytes!\n", count)); |
DPRINTF | 499 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: sl_xmit(\"%s\") skb=0x%X busy=%d\n", |
DPRINTF | 508 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: sl_xmit: BUSY\r\n")); |
DPRINTF | 661 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: channel %d not connected!\n", sl->line)); |
DPRINTF | 677 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: no memory for SLIP XMIT buffer!\n")); |
DPRINTF | 687 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: no memory for SLIP RECV buffer!\n")); |
DPRINTF | 705 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: no memory for SLIP COMPRESS buffer!\n")); |
DPRINTF | 715 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: no memory for SLCOMP!\n")); |
DPRINTF | 719 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: channel %d opened.\n", sl->line)); |
DPRINTF | 732 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: channel %d not connected!\n", sl->line)); |
DPRINTF | 745 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: channel %d closed.\n", sl->line)); |
DPRINTF | 764 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: slip_recv(%d) called\n", tty->line)); |
DPRINTF | 827 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: TTY %d already connected to %s !\n", |
DPRINTF | 834 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: TTY %d not connected: all channels in use!\n", |
DPRINTF | 844 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: TTY %d connected to %s.\n", |
DPRINTF | 865 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: TTY %d not connected !\n", tty->line)); |
DPRINTF | 870 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: TTY %d disconnected from %s.\n", |
DPRINTF | 1066 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: ioctl: TTY %d not connected !\n", tty->line)); |
DPRINTF | 1070 | drivers/net/slip.c | DPRINTF((DBG_SLIP, "SLIP: ioctl(%d, 0x%X, 0x%X)\n", tty->line, cmd, arg)); |
DPRINTF | 323 | net/inet/arp.c | DPRINTF((DBG_ARP, ">>")); |
DPRINTF | 339 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: lookup(%s)\n", in_ntoa(paddr))); |
DPRINTF | 369 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: lookup proxy(%s)\n", in_ntoa(paddr))); |
DPRINTF | 395 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: destroy(%s)\n", in_ntoa(paddr))); |
DPRINTF | 399 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: Destroying my own IP address %s !\n", |
DPRINTF | 429 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: create(%s, ", in_ntoa(paddr))); |
DPRINTF | 430 | net/inet/arp.c | DPRINTF((DBG_ARP, "%s, ", eth_print(addr))); |
DPRINTF | 431 | net/inet/arp.c | DPRINTF((DBG_ARP, "%d, %d)\n", hlen, htype)); |
DPRINTF | 474 | net/inet/arp.c | DPRINTF((DBG_ARP, "<<\n")); |
DPRINTF | 481 | net/inet/arp.c | DPRINTF((DBG_ARP,"ARP: Bad packet received on device \"%s\" !\n", dev->name)); |
DPRINTF | 490 | net/inet/arp.c | DPRINTF((DBG_ARP,"ARP: Non-IP request on device \"%s\" !\n", dev->name)); |
DPRINTF | 504 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: udating entry for %s\n", in_ntoa(src))); |
DPRINTF | 551 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: request was not for me!\n")); |
DPRINTF | 575 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: send(paddr=%s, ", in_ntoa(paddr))); |
DPRINTF | 576 | net/inet/arp.c | DPRINTF((DBG_ARP, "dev=%s, ", dev->name)); |
DPRINTF | 577 | net/inet/arp.c | DPRINTF((DBG_ARP, "saddr=%s)\n", in_ntoa(saddr))); |
DPRINTF | 624 | net/inet/arp.c | DPRINTF((DBG_ARP, ">>\n")); |
DPRINTF | 637 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: find(haddr=%s, ", eth_print(haddr))); |
DPRINTF | 638 | net/inet/arp.c | DPRINTF((DBG_ARP, "paddr=%s, ", in_ntoa(paddr))); |
DPRINTF | 639 | net/inet/arp.c | DPRINTF((DBG_ARP, "dev=%s, saddr=%s)\n", dev->name, in_ntoa(saddr))); |
DPRINTF | 663 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: find: found expired entry for %s\n", |
DPRINTF | 688 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: add(%s, ", in_ntoa(addr))); |
DPRINTF | 689 | net/inet/arp.c | DPRINTF((DBG_ARP, "%s, ", eth_print(haddr))); |
DPRINTF | 690 | net/inet/arp.c | DPRINTF((DBG_ARP, "%d, %d)\n", dev->hard_header_len, dev->type)); |
DPRINTF | 701 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: updating entry for %s\n", in_ntoa(addr))); |
DPRINTF | 168 | net/inet/dev.c | DPRINTF((DBG_DEV, "ip_addr_match(%s, ", in_ntoa(me))); |
DPRINTF | 169 | net/inet/dev.c | DPRINTF((DBG_DEV, "%s)\n", in_ntoa(him))); |
DPRINTF | 194 | net/inet/dev.c | DPRINTF((DBG_DEV, "chk_addr(%s) --> ", in_ntoa(addr))); |
DPRINTF | 199 | net/inet/dev.c | DPRINTF((DBG_DEV, "BROADCAST\n")); |
DPRINTF | 205 | net/inet/dev.c | DPRINTF((DBG_DEV, "LOOPBACK\n")); |
DPRINTF | 222 | net/inet/dev.c | DPRINTF((DBG_DEV, "MYADDR\n")); |
DPRINTF | 229 | net/inet/dev.c | DPRINTF((DBG_DEV, "SUBBROADCAST-0\n")); |
DPRINTF | 234 | net/inet/dev.c | DPRINTF((DBG_DEV, "SUBBROADCAST-1\n")); |
DPRINTF | 242 | net/inet/dev.c | DPRINTF((DBG_DEV, "CLASS A BROADCAST-1\n")); |
DPRINTF | 248 | net/inet/dev.c | DPRINTF((DBG_DEV, "CLASS B BROADCAST-1\n")); |
DPRINTF | 254 | net/inet/dev.c | DPRINTF((DBG_DEV, "CLASS C BROADCAST-1\n")); |
DPRINTF | 260 | net/inet/dev.c | DPRINTF((DBG_DEV, "NONE\n")); |
DPRINTF | 420 | net/inet/dev.c | DPRINTF((DBG_DEV, "dev_queue_xmit(skb=%X, dev=%X, pri = %d)\n", |
DPRINTF | 452 | net/inet/dev.c | DPRINTF((DBG_DEV, "dev_queue_xmit dev->buffs[%d]=%X\n", |
DPRINTF | 663 | net/inet/dev.c | DPRINTF((DBG_DEV, |
DPRINTF | 102 | net/inet/eth.c | DPRINTF((DBG_DEV, "ETH: header(%s, ", in_ntoa(saddr))); |
DPRINTF | 103 | net/inet/eth.c | DPRINTF((DBG_DEV, "%s, 0x%X)\n", in_ntoa(daddr), type)); |
DPRINTF | 111 | net/inet/eth.c | DPRINTF((DBG_DEV, "ETH: No header for loopback\n")); |
DPRINTF | 119 | net/inet/eth.c | DPRINTF((DBG_DEV, "ETH: Using MAC Broadcast\n")); |
DPRINTF | 151 | net/inet/eth.c | DPRINTF((DBG_DEV, "ETH: Using MAC Broadcast\n")); |
DPRINTF | 155 | net/inet/eth.c | DPRINTF((DBG_DEV, "ETH: RebuildHeader: SRC=%s ", in_ntoa(src))); |
DPRINTF | 156 | net/inet/eth.c | DPRINTF((DBG_DEV, "DST=%s\n", in_ntoa(dst))); |
DPRINTF | 88 | net/inet/icmp.c | DPRINTF((DBG_ICMP, "icmp_send(skb_in = %X, type = %d, code = %d, dev=%X)\n", |
DPRINTF | 130 | net/inet/icmp.c | DPRINTF((DBG_ICMP, ">>\n")); |
DPRINTF | 151 | net/inet/icmp.c | DPRINTF((DBG_ICMP, "ICMP: %s: network unreachable.\n", |
DPRINTF | 155 | net/inet/icmp.c | DPRINTF((DBG_ICMP, "ICMP: %s: host unreachable.\n", |
DPRINTF | 163 | net/inet/icmp.c | DPRINTF((DBG_ICMP, "ICMP: %s:%d: port unreachable.\n", |
DPRINTF | 174 | net/inet/icmp.c | DPRINTF((DBG_ICMP, "ICMP: Unreachable: CODE=%d from %s\n", |
DPRINTF | 225 | net/inet/icmp.c | DPRINTF((DBG_ICMP, "ICMP: Unreach: CODE=%d\n", |
DPRINTF | 364 | net/inet/icmp.c | DPRINTF((DBG_ICMP, "ICMP: Discarded broadcast from %s\n", |
DPRINTF | 416 | net/inet/icmp.c | DPRINTF((DBG_ICMP, |
DPRINTF | 144 | net/inet/ip.c | DPRINTF((DBG_IP, "handler = %X, protocol = %d, copy=%d \n", |
DPRINTF | 214 | net/inet/ip.c | DPRINTF((DBG_IP, "ip_build_header (skb=%X, saddr=%X, daddr=%X, *dev=%X,\n" |
DPRINTF | 231 | net/inet/ip.c | DPRINTF((DBG_IP, "ip_build_header: saddr set to %s\n", in_ntoa(saddr))); |
DPRINTF | 627 | net/inet/ip.c | DPRINTF((DBG_IP, "IP: queue_expire: fragment queue 0x%X timed out!\n", qp)); |
DPRINTF | 882 | net/inet/ip.c | DPRINTF((DBG_IP, "IP: defrag: fixed low overlap %d bytes\n", i)); |
DPRINTF | 904 | net/inet/ip.c | DPRINTF((DBG_IP, "IP: defrag: removing frag 0x%X (len %d)\n", |
DPRINTF | 916 | net/inet/ip.c | DPRINTF((DBG_IP, "IP: defrag: fixed high overlap %d bytes\n", i)); |
DPRINTF | 975 | net/inet/ip.c | DPRINTF((DBG_IP, "IP: Fragmentation Desired\n")); |
DPRINTF | 976 | net/inet/ip.c | DPRINTF((DBG_IP, " DEV=%s, MTU=%d, LEN=%d SRC=%s", |
DPRINTF | 978 | net/inet/ip.c | DPRINTF((DBG_IP, " DST=%s\n", in_ntoa(iph->daddr))); |
DPRINTF | 983 | net/inet/ip.c | DPRINTF((DBG_IP, "IP: Fragmentation Desired, but DF set !\n")); |
DPRINTF | 984 | net/inet/ip.c | DPRINTF((DBG_IP, " DEV=%s, MTU=%d, LEN=%d SRC=%s", |
DPRINTF | 986 | net/inet/ip.c | DPRINTF((DBG_IP, " DST=%s\n", in_ntoa(iph->daddr))); |
DPRINTF | 1012 | net/inet/ip.c | DPRINTF((DBG_IP,"IP: frag: creating fragment of %d bytes (%d total)\n", |
DPRINTF | 1088 | net/inet/ip.c | DPRINTF((DBG_IP, "\nIP: *** datagram expired: TTL=0 (ignored) ***\n")); |
DPRINTF | 1089 | net/inet/ip.c | DPRINTF((DBG_IP, " SRC = %s ", in_ntoa(iph->saddr))); |
DPRINTF | 1090 | net/inet/ip.c | DPRINTF((DBG_IP, " DST = %s (ignored)\n", in_ntoa(iph->daddr))); |
DPRINTF | 1106 | net/inet/ip.c | DPRINTF((DBG_IP, "\nIP: *** routing (phase I) failed ***\n")); |
DPRINTF | 1125 | net/inet/ip.c | DPRINTF((DBG_IP, "\nIP: *** routing (phase II) failed ***\n")); |
DPRINTF | 1142 | net/inet/ip.c | DPRINTF((DBG_IP, "\nIP: *** fwd %s -> ", in_ntoa(iph->saddr))); |
DPRINTF | 1143 | net/inet/ip.c | DPRINTF((DBG_IP, "%s (via %s), LEN=%d\n", |
DPRINTF | 1195 | net/inet/ip.c | DPRINTF((DBG_IP, "<<\n")); |
DPRINTF | 1199 | net/inet/ip.c | DPRINTF((DBG_IP, "\nIP: *** datagram error ***\n")); |
DPRINTF | 1200 | net/inet/ip.c | DPRINTF((DBG_IP, " SRC = %s ", in_ntoa(iph->saddr))); |
DPRINTF | 1201 | net/inet/ip.c | DPRINTF((DBG_IP, " DST = %s (ignored)\n", in_ntoa(iph->daddr))); |
DPRINTF | 1278 | net/inet/ip.c | DPRINTF((DBG_IP, "Using protocol = %X:\n", ipprot)); |
DPRINTF | 1354 | net/inet/ip.c | DPRINTF((DBG_IP, ">>\n")); |
DPRINTF | 52 | net/inet/loopback.c | DPRINTF((DBG_LOOPB, "loopback_xmit(dev=%X, skb=%X)\n", dev, skb)); |
DPRINTF | 125 | net/inet/packet.c | DPRINTF((DBG_PKT, "packet_sendto: write buffer full?\n")); |
DPRINTF | 91 | net/inet/protocol.c | DPRINTF((DBG_PROTO, "get_protocol (%d)\n ", prot)); |
DPRINTF | 94 | net/inet/protocol.c | DPRINTF((DBG_PROTO, "trying protocol %d\n", p->protocol)); |
DPRINTF | 65 | net/inet/raw.c | DPRINTF((DBG_RAW, "raw_err(err=%d, hdr=%X, daddr=%X, saddr=%X, protocl=%X)\n", |
DPRINTF | 96 | net/inet/raw.c | DPRINTF((DBG_RAW, "raw_rcv(skb=%X, dev=%X, opt=%X, daddr=%X,\n" |
DPRINTF | 144 | net/inet/raw.c | DPRINTF((DBG_RAW, "raw_sendto(sk=%X, from=%X, len=%d, noblock=%d, flags=%X,\n" |
DPRINTF | 191 | net/inet/raw.c | DPRINTF((DBG_RAW, "raw_sendto: write buffer full?\n")); |
DPRINTF | 219 | net/inet/raw.c | DPRINTF((DBG_RAW, "raw_sendto: error building ip header.\n")); |
DPRINTF | 270 | net/inet/raw.c | DPRINTF((DBG_RAW, "raw_close: deleting protocol %d\n", |
DPRINTF | 274 | net/inet/raw.c | DPRINTF((DBG_RAW, "raw_close: del_protocol failed.\n")); |
DPRINTF | 300 | net/inet/raw.c | DPRINTF((DBG_RAW, "raw init added protocol %d\n", sk->protocol)); |
DPRINTF | 319 | net/inet/raw.c | DPRINTF((DBG_RAW, "raw_recvfrom (sk=%X, to=%X, len=%d, noblock=%d, flags=%X,\n" |
DPRINTF | 72 | net/inet/route.c | DPRINTF((DBG_RT, "RT: flushing for dst %s\n", in_ntoa(dst))); |
DPRINTF | 108 | net/inet/route.c | DPRINTF((DBG_RT, "RT: flushing for dev 0x%08lx (%s)\n", (long)dev, dev->name)); |
DPRINTF | 148 | net/inet/route.c | DPRINTF((DBG_RT, "RT: no memory for new route!\n")); |
DPRINTF | 222 | net/inet/route.c | DPRINTF((DBG_RT, "RT: mask = %X\n", mask)); |
DPRINTF | 259 | net/inet/route.c | DPRINTF((DBG_RT, "RT: adding before r=%X\n", r)); |
DPRINTF | 275 | net/inet/route.c | DPRINTF((DBG_RT, "RT: adding after r1=%X\n", r1)); |
DPRINTF | 292 | net/inet/route.c | DPRINTF((DBG_RT, "RT: We only know about AF_INET !\n")); |
DPRINTF | 314 | net/inet/route.c | DPRINTF((DBG_RT, "RT: dev for %s gw ", |
DPRINTF | 316 | net/inet/route.c | DPRINTF((DBG_RT, "%s (0x%04X) is 0x%X (%s)\n", |
DPRINTF | 382 | net/inet/route.c | DPRINTF((DBG_RT, "%s (%s)\n", |
DPRINTF | 388 | net/inet/route.c | DPRINTF((DBG_RT, "RT: %s via ", in_ntoa(daddr))); |
DPRINTF | 390 | net/inet/route.c | DPRINTF((DBG_RT, "%s (%s)\n", |
DPRINTF | 397 | net/inet/route.c | DPRINTF((DBG_RT, "%s (BCAST %s)\n", |
DPRINTF | 404 | net/inet/route.c | DPRINTF((DBG_RT, "NONE\n")); |
DPRINTF | 191 | net/inet/sock.c | DPRINTF((DBG_INET, "get_new_socknum returning %d, start = %d\n", |
DPRINTF | 205 | net/inet/sock.c | DPRINTF((DBG_INET, "get_new_socknum returning %d, start = %d\n", |
DPRINTF | 218 | net/inet/sock.c | DPRINTF((DBG_INET, "put_sock(num = %d, sk = %X\n", num, sk)); |
DPRINTF | 238 | net/inet/sock.c | DPRINTF((DBG_INET, "mask = %X\n", mask)); |
DPRINTF | 270 | net/inet/sock.c | DPRINTF((DBG_INET, "remove_sock(sk1=%X)\n", sk1)); |
DPRINTF | 301 | net/inet/sock.c | if (sk1->num != 0) DPRINTF((DBG_INET, "remove_sock: sock not found.\n")); |
DPRINTF | 310 | net/inet/sock.c | DPRINTF((DBG_INET, "destroying socket %X\n", sk)); |
DPRINTF | 435 | net/inet/sock.c | DPRINTF((DBG_INET, "possible memory leak in socket = %X\n", sk)); |
DPRINTF | 441 | net/inet/sock.c | DPRINTF((DBG_INET, "leaving destroy_sock\n")); |
DPRINTF | 895 | net/inet/sock.c | DPRINTF((DBG_INET, "inet_release(sock = %X, peer = %X)\n", sock, peer)); |
DPRINTF | 908 | net/inet/sock.c | DPRINTF((DBG_INET, "sk->linger set.\n")); |
DPRINTF | 930 | net/inet/sock.c | DPRINTF((DBG_INET, "inet_release returning\n")); |
DPRINTF | 964 | net/inet/sock.c | DPRINTF((DBG_INET, "bind sk =%X to port = %d\n", sk, snum)); |
DPRINTF | 983 | net/inet/sock.c | DPRINTF((DBG_INET, "sock_array[%d] = %X:\n", snum &(SOCK_ARRAY_SIZE -1), |
DPRINTF | 1419 | net/inet/sock.c | DPRINTF((DBG_INET, "select on non-selectable socket.\n")); |
DPRINTF | 1432 | net/inet/sock.c | DPRINTF((DBG_INET, "INET: in inet_ioctl\n")); |
DPRINTF | 1517 | net/inet/sock.c | DPRINTF((DBG_INET, "sock_wmalloc(%X,%d,%d,%d) returning NULL\n", |
DPRINTF | 1536 | net/inet/sock.c | DPRINTF((DBG_INET, "sock_rmalloc(%X,%d,%d,%d) returning NULL\n", |
DPRINTF | 1574 | net/inet/sock.c | DPRINTF((DBG_INET, "sock_wfree(sk=%X, mem=%X, size=%d)\n", sk, mem, size)); |
DPRINTF | 1584 | net/inet/sock.c | DPRINTF((DBG_INET, |
DPRINTF | 1595 | net/inet/sock.c | DPRINTF((DBG_INET, "sock_rfree(sk=%X, mem=%X, size=%d)\n", sk, mem, size)); |
DPRINTF | 1601 | net/inet/sock.c | DPRINTF((DBG_INET, |
DPRINTF | 1620 | net/inet/sock.c | DPRINTF((DBG_INET, "get_sock(prot=%X, num=%d, raddr=%X, rnum=%d, laddr=%X)\n", |
DPRINTF | 1673 | net/inet/sock.c | DPRINTF((DBG_INET, "release_sock: skb = %X:\n", skb)); |
DPRINTF | 1682 | net/inet/sock.c | DPRINTF((DBG_INET, "sk->back_log = %X\n", sk->back_log)); |
DPRINTF | 204 | net/inet/tcp.c | DPRINTF((DBG_TCP, "TCP: tcp_err(%d, hdr=%X, daddr=%X saddr=%X, protocol=%X)\n", |
DPRINTF | 230 | net/inet/tcp.c | DPRINTF((DBG_TCP, "TCP: icmp_err got error\n")); |
DPRINTF | 262 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_readable(sk=%X)\n", sk)); |
DPRINTF | 287 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_readable, more than 20 packets without a psh\n")); |
DPRINTF | 308 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp readable returning %d bytes\n", amount)); |
DPRINTF | 323 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_select(sk=%X, sel_type = %d, wait = %X)\n", |
DPRINTF | 363 | net/inet/tcp.c | DPRINTF((DBG_TCP, |
DPRINTF | 383 | net/inet/tcp.c | DPRINTF((DBG_TCP, |
DPRINTF | 413 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_ioctl(sk=%X, cmd = %d, arg=%X)\n", sk, cmd, arg)); |
DPRINTF | 430 | net/inet/tcp.c | DPRINTF((DBG_TCP, "returning %d\n", amount)); |
DPRINTF | 570 | net/inet/tcp.c | DPRINTF((DBG_TCP, "sk->cong_window = %d, sk->packets_out = %d\n", |
DPRINTF | 572 | net/inet/tcp.c | DPRINTF((DBG_TCP, "sk->send_seq = %d, sk->window_seq = %d\n", |
DPRINTF | 708 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write(sk=%X, from=%X, len=%d, nonblock=%d, flags=%X)\n", |
DPRINTF | 745 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write: return 1\n")); |
DPRINTF | 762 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write: return 2\n")); |
DPRINTF | 774 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write: return 3\n")); |
DPRINTF | 852 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write: return 4\n")); |
DPRINTF | 868 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write: return 5\n")); |
DPRINTF | 894 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write: return 6\n")); |
DPRINTF | 906 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write: return 7\n")); |
DPRINTF | 933 | net/inet/tcp.c | DPRINTF((DBG_TCP, "sk->cong_window = %d, sk->packets_out = %d\n", |
DPRINTF | 935 | net/inet/tcp.c | DPRINTF((DBG_TCP, "sk->send_seq = %d, sk->window_seq = %d\n", |
DPRINTF | 955 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write: return 8\n")); |
DPRINTF | 984 | net/inet/tcp.c | DPRINTF((DBG_TCP, "in tcp read wakeup\n")); |
DPRINTF | 1083 | net/inet/tcp.c | DPRINTF((DBG_TCP, "sk->window left = %d, sk->prot->rspace(sk)=%d\n", |
DPRINTF | 1125 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read_urg(sk=%X, to=%X, len=%d, flags=%X)\n", |
DPRINTF | 1246 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read(sk=%X, to=%X, len=%d, nonblock=%d, flags=%X)\n", |
DPRINTF | 1255 | net/inet/tcp.c | DPRINTF((DBG_TCP, "skb = %X:\n", skb)); |
DPRINTF | 1264 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read: returning %d\n", |
DPRINTF | 1277 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read: returning %d\n", |
DPRINTF | 1292 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read: returning %d\n", copied)); |
DPRINTF | 1303 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read: returning %d\n", |
DPRINTF | 1313 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read: returning %d\n", copied)); |
DPRINTF | 1317 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read about to sleep. state = %d\n", |
DPRINTF | 1342 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read: returning %d\n", |
DPRINTF | 1351 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read woke up. \n")); |
DPRINTF | 1435 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_read: returning %d\n", copied)); |
DPRINTF | 1477 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_shutdown_send buff = %X\n", buff)); |
DPRINTF | 1492 | net/inet/tcp.c | DPRINTF((DBG_TCP, "Unable to build header for fin.\n")); |
DPRINTF | 1586 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_reset buff = %X\n", buff)); |
DPRINTF | 1709 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_conn_request(sk = %X, skb = %X, daddr = %X, sadd4= %X, \n" |
DPRINTF | 1719 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_conn_request on dead socket\n")); |
DPRINTF | 1748 | net/inet/tcp.c | DPRINTF((DBG_TCP, "newsk = %X\n", newsk)); |
DPRINTF | 1910 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_close((struct sock *)%X, %d)\n",sk, timeout)); |
DPRINTF | 2005 | net/inet/tcp.c | DPRINTF((DBG_TCP, "Unable to build header for fin.\n")); |
DPRINTF | 2062 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_write_xmit(sk=%X)\n", sk)); |
DPRINTF | 2085 | net/inet/tcp.c | DPRINTF((DBG_TCP, "Sending a packet.\n")); |
DPRINTF | 2142 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_ack ack=%d, window=%d, " |
DPRINTF | 2252 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_ack: Updating rcv ack sequence.\n")); |
DPRINTF | 2271 | net/inet/tcp.c | DPRINTF((DBG_TCP, "skb=%X skb->h.seq = %d acked ack=%d\n", |
DPRINTF | 2332 | net/inet/tcp.c | DPRINTF((DBG_TCP, "Nothing to do, going to sleep.\n")); |
DPRINTF | 2373 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_ack closing socket - %X\n", sk)); |
DPRINTF | 2389 | net/inet/tcp.c | DPRINTF((DBG_TCP, "leaving tcp_ack\n")); |
DPRINTF | 2411 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_data len = %d sk = %X:\n", skb->len, sk)); |
DPRINTF | 2428 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_data: closing socket - %X\n", sk)); |
DPRINTF | 2444 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_data: skb = %X:\n", skb)); |
DPRINTF | 2455 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_data adding to chain sk = %X:\n", sk)); |
DPRINTF | 2505 | net/inet/tcp.c | DPRINTF((DBG_TCP, "skb = %X:\n", skb)); |
DPRINTF | 2619 | net/inet/tcp.c | DPRINTF((DBG_TCP, "data received on dead socket.\n")); |
DPRINTF | 2624 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_data: entering last_ack state sk = %X\n", sk)); |
DPRINTF | 2670 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_fin(sk=%X, th=%X, saddr=%X, dev=%X)\n", |
DPRINTF | 2718 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_accept(sk=%X, flags=%X, addr=%s)\n", |
DPRINTF | 2785 | net/inet/tcp.c | DPRINTF((DBG_TCP, "TCP connect daddr=%s\n", in_ntoa(sin.sin_addr.s_addr))); |
DPRINTF | 2789 | net/inet/tcp.c | DPRINTF((DBG_TCP, "TCP connection to broadcast address not allowed\n")); |
DPRINTF | 2873 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_sequence(sk=%X, th=%X, len = %d, opt=%d, saddr=%X)\n", |
DPRINTF | 2883 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp_sequence: rejecting packet.\n")); |
DPRINTF | 2920 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp.c: tcp_rcv skb = NULL\n")); |
DPRINTF | 2925 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp.c: tcp_rcv protocol = NULL\n")); |
DPRINTF | 2930 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp.c: tcp_rcv opt = NULL\n")); |
DPRINTF | 2934 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp.c: tcp_rcv dev = NULL\n")); |
DPRINTF | 2941 | net/inet/tcp.c | DPRINTF((DBG_TCP, "<<\n")); |
DPRINTF | 2942 | net/inet/tcp.c | DPRINTF((DBG_TCP, "len = %d, redo = %d, skb=%X\n", len, redo, skb)); |
DPRINTF | 2950 | net/inet/tcp.c | DPRINTF((DBG_TCP, "sk = %X:\n", sk)); |
DPRINTF | 2956 | net/inet/tcp.c | DPRINTF((DBG_TCP, "packet dropped with bad checksum.\n")); |
DPRINTF | 3010 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp.c: tcp_rcv bug sk=NULL redo = 1\n")); |
DPRINTF | 3016 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp.c: tcp_rcv sk->prot = NULL \n")); |
DPRINTF | 3023 | net/inet/tcp.c | DPRINTF((DBG_TCP, "dropping packet due to lack of buffer space.\n")); |
DPRINTF | 3030 | net/inet/tcp.c | DPRINTF((DBG_TCP, "About to do switch.\n")); |
DPRINTF | 3139 | net/inet/tcp.c | DPRINTF((DBG_TCP, "packet received for closed,dead socket\n")); |
DPRINTF | 3352 | net/inet/tcp.c | DPRINTF((DBG_TCP, "in tcp_write_wakeup\n")); |
DPRINTF | 103 | net/inet/timer.c | DPRINTF ((DBG_TMR, "net_timer: found sk=%X why = %d\n", sk, why)); |
DPRINTF | 130 | net/inet/timer.c | DPRINTF ((DBG_TMR, "possible memory leak. sk = %X\n", sk)); |
DPRINTF | 165 | net/inet/timer.c | DPRINTF ((DBG_TMR, "retransmitting.\n")); |
DPRINTF | 169 | net/inet/timer.c | DPRINTF ((DBG_TMR, "timer.c TIME_WRITE time-out 1\n")); |
DPRINTF | 174 | net/inet/timer.c | DPRINTF ((DBG_TMR, "timer.c TIME_WRITE time-out 2\n")); |
DPRINTF | 200 | net/inet/timer.c | DPRINTF ((DBG_TMR, "timer.c TIME_KEEPOPEN time-out 1\n")); |
DPRINTF | 207 | net/inet/timer.c | DPRINTF ((DBG_TMR, "timer.c TIME_KEEPOPEN time-out 2\n")); |
DPRINTF | 106 | net/inet/udp.c | DPRINTF((DBG_UDP,"UDP: err(err=%d, header=%X, daddr=%X, saddr=%X, protocl=%X)\n\ |
DPRINTF | 143 | net/inet/udp.c | DPRINTF((DBG_UDP, "UDP: check(uh=%X, len = %d, saddr = %X, daddr = %X)\n", |
DPRINTF | 226 | net/inet/udp.c | DPRINTF((DBG_UDP, "UDP: send(dst=%s:%d buff=%X len=%d)\n", |
DPRINTF | 249 | net/inet/udp.c | DPRINTF((DBG_UDP, "UDP: >> IP_Header: %X -> %X dev=%X prot=%X len=%d\n", |
DPRINTF | 261 | net/inet/udp.c | DPRINTF((DBG_UDP, "UDP: >> MAC+IP len=%d\n", tmp)); |
DPRINTF | 309 | net/inet/udp.c | DPRINTF((DBG_UDP, "UDP: sendto(len=%d, flags=%X)\n", len, flags)); |
DPRINTF | 572 | net/inet/udp.c | DPRINTF((DBG_UDP, "UDP: bad checksum\n")); |
DPRINTF | 598 | net/inet/udp.c | DPRINTF((DBG_UDP, "<< \n")); |
DPRINTF | 203 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 211 | net/socket.c | DPRINTF((net_debug, "NET: sock_alloc: no free sockets, sleeping...\n")); |
DPRINTF | 214 | net/socket.c | DPRINTF((net_debug, "NET: sock_alloc: sleep was interrupted\n")); |
DPRINTF | 217 | net/socket.c | DPRINTF((net_debug, "NET: sock_alloc: wakeup... trying again...\n")); |
DPRINTF | 236 | net/socket.c | DPRINTF((net_debug, "NET: sock_release: socket 0x%x, inode 0x%x\n", |
DPRINTF | 265 | net/socket.c | DPRINTF((net_debug, "NET: sock_lseek: huh?\n")); |
DPRINTF | 275 | net/socket.c | DPRINTF((net_debug, "NET: sock_read: buf=0x%x, size=%d\n", ubuf, size)); |
DPRINTF | 290 | net/socket.c | DPRINTF((net_debug, "NET: sock_write: buf=0x%x, size=%d\n", ubuf, size)); |
DPRINTF | 304 | net/socket.c | DPRINTF((net_debug, "NET: sock_readdir: huh?\n")); |
DPRINTF | 315 | net/socket.c | DPRINTF((net_debug, "NET: sock_ioctl: inode=0x%x cmd=0x%x arg=%d\n", |
DPRINTF | 330 | net/socket.c | DPRINTF((net_debug, "NET: sock_select: inode = 0x%x, kind = %s\n", inode, |
DPRINTF | 350 | net/socket.c | DPRINTF((net_debug, "NET: sock_close: inode=0x%x (cnt=%d)\n", |
DPRINTF | 368 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 372 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 433 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 443 | net/socket.c | DPRINTF((net_debug, "NET: sock_socket: family not found\n")); |
DPRINTF | 490 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 541 | net/socket.c | DPRINTF((net_debug, "NET: sock_bind: fd = %d\n", fd)); |
DPRINTF | 546 | net/socket.c | DPRINTF((net_debug, "NET: sock_bind: bind failed\n")); |
DPRINTF | 563 | net/socket.c | DPRINTF((net_debug, "NET: sock_listen: fd = %d\n", fd)); |
DPRINTF | 568 | net/socket.c | DPRINTF((net_debug, "NET: sock_listen: socket isn't unconnected\n")); |
DPRINTF | 589 | net/socket.c | DPRINTF((net_debug, "NET: sock_accept: fd = %d\n", fd)); |
DPRINTF | 595 | net/socket.c | DPRINTF((net_debug, "NET: sock_accept: socket isn't unconnected\n")); |
DPRINTF | 599 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 626 | net/socket.c | DPRINTF((net_debug, "NET: sock_accept: connected socket 0x%x via 0x%x\n", |
DPRINTF | 644 | net/socket.c | DPRINTF((net_debug, "NET: sock_connect: fd = %d\n", fd)); |
DPRINTF | 661 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 667 | net/socket.c | DPRINTF((net_debug, "NET: sock_connect: connect failed\n")); |
DPRINTF | 679 | net/socket.c | DPRINTF((net_debug, "NET: sock_getsockname: fd = %d\n", fd)); |
DPRINTF | 692 | net/socket.c | DPRINTF((net_debug, "NET: sock_getpeername: fd = %d\n", fd)); |
DPRINTF | 706 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 725 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 744 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 763 | net/socket.c | DPRINTF((net_debug, |
DPRINTF | 782 | net/socket.c | DPRINTF((net_debug, "NET: sock_setsockopt(fd=%d, level=%d, optname=%d,\n", |
DPRINTF | 784 | net/socket.c | DPRINTF((net_debug, " optval = %X, optlen = %d)\n", |
DPRINTF | 801 | net/socket.c | DPRINTF((net_debug, "NET: sock_getsockopt(fd=%d, level=%d, optname=%d,\n", |
DPRINTF | 803 | net/socket.c | DPRINTF((net_debug, " optval = %X, optlen = %X)\n", |
DPRINTF | 821 | net/socket.c | DPRINTF((net_debug, "NET: sock_shutdown(fd = %d, how = %d)\n", fd, how)); |
DPRINTF | 1015 | net/socket.c | DPRINTF((net_debug, "NET: SOCKET level I/O control request.\n")); |
DPRINTF | 1019 | net/socket.c | DPRINTF((net_debug, "NET: ARP level I/O control request.\n")); |
DPRINTF | 1059 | net/socket.c | DPRINTF((net_debug, "NET: Installed protocol %d in slot %d (0x%X)\n", |