taglinefilesource code
inet_debug124net/inet/arp.cif (inet_debug != DBG_ARP) return;
inet_debug80net/inet/eth.cif (inet_debug != DBG_ETH) return;
inet_debug65net/inet/icmp.cif (inet_debug != DBG_ICMP) return;
inet_debug89net/inet/inet.hextern int    inet_debug;
inet_debug53net/inet/ip.cif (inet_debug != DBG_IP) return;
inet_debug47net/inet/route.cif (rt == NULL || inet_debug != DBG_RT) return;
inet_debug621net/inet/slhc.cif (inet_debug == DBG_SLIP) printk("\runcomp: change %x len %d\n", changes, len);
inet_debug69net/inet/slip.cif (inet_debug != DBG_SLIP) return;
inet_debug49net/inet/sock.cint inet_debug = DBG_OFF;    /* INET module debug flag  */
inet_debug61net/inet/tcp.cif (inet_debug != DBG_TCP) return;
inet_debug505net/inet/tcp.cif (inet_debug == DBG_SLIP) printk("\rtcp_ack: malloc failed\n");
inet_debug521net/inet/tcp.cif (inet_debug == DBG_SLIP) printk("\rtcp_ack: build_header failed\n");
inet_debug555net/inet/tcp.cif (inet_debug == DBG_SLIP) printk("\rtcp_ack: seq %x ack %x\n",
inet_debug2673net/inet/tcp.cif (inet_debug == DBG_SLIP) printk("\rtcp_rcv: back checksum\n");
inet_debug2768net/inet/tcp.cif (inet_debug == DBG_SLIP) printk("\rtcp_rcv: not in seq\n");
inet_debug47net/inet/udp.cif (inet_debug != DBG_UDP) return;
inet_debug341net/inet/udp.cinet_debug = 0;
inet_debug344net/inet/udp.cinet_debug = DBG_UDP;
inet_debug86net/inet/utils.cif (level != inet_debug) return;
inet_debug109net/inet/utils.cinet_debug = DBG_OFF;
inet_debug112net/inet/utils.cinet_debug = level;
inet_debug132net/inet/utils.cinet_debug = val;