tag | line | file | source code |
DBG_ARP | 156 | net/inet/arp.c | if (inet_debug != DBG_ARP) return; |
DBG_ARP | 323 | net/inet/arp.c | DPRINTF((DBG_ARP, ">>")); |
DBG_ARP | 339 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: lookup(%s)\n", in_ntoa(paddr))); |
DBG_ARP | 369 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: lookup proxy(%s)\n", in_ntoa(paddr))); |
DBG_ARP | 395 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: destroy(%s)\n", in_ntoa(paddr))); |
DBG_ARP | 399 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: Destroying my own IP address %s !\n", |
DBG_ARP | 429 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: create(%s, ", in_ntoa(paddr))); |
DBG_ARP | 430 | net/inet/arp.c | DPRINTF((DBG_ARP, "%s, ", eth_print(addr))); |
DBG_ARP | 431 | net/inet/arp.c | DPRINTF((DBG_ARP, "%d, %d)\n", hlen, htype)); |
DBG_ARP | 474 | net/inet/arp.c | DPRINTF((DBG_ARP, "<<\n")); |
DBG_ARP | 481 | net/inet/arp.c | DPRINTF((DBG_ARP,"ARP: Bad packet received on device \"%s\" !\n", dev->name)); |
DBG_ARP | 490 | net/inet/arp.c | DPRINTF((DBG_ARP,"ARP: Non-IP request on device \"%s\" !\n", dev->name)); |
DBG_ARP | 504 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: udating entry for %s\n", in_ntoa(src))); |
DBG_ARP | 551 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: request was not for me!\n")); |
DBG_ARP | 575 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: send(paddr=%s, ", in_ntoa(paddr))); |
DBG_ARP | 576 | net/inet/arp.c | DPRINTF((DBG_ARP, "dev=%s, ", dev->name)); |
DBG_ARP | 577 | net/inet/arp.c | DPRINTF((DBG_ARP, "saddr=%s)\n", in_ntoa(saddr))); |
DBG_ARP | 624 | net/inet/arp.c | DPRINTF((DBG_ARP, ">>\n")); |
DBG_ARP | 637 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: find(haddr=%s, ", eth_print(haddr))); |
DBG_ARP | 638 | net/inet/arp.c | DPRINTF((DBG_ARP, "paddr=%s, ", in_ntoa(paddr))); |
DBG_ARP | 639 | net/inet/arp.c | DPRINTF((DBG_ARP, "dev=%s, saddr=%s)\n", dev->name, in_ntoa(saddr))); |
DBG_ARP | 663 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: find: found expired entry for %s\n", |
DBG_ARP | 688 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: add(%s, ", in_ntoa(addr))); |
DBG_ARP | 689 | net/inet/arp.c | DPRINTF((DBG_ARP, "%s, ", eth_print(haddr))); |
DBG_ARP | 690 | net/inet/arp.c | DPRINTF((DBG_ARP, "%d, %d)\n", dev->hard_header_len, dev->type)); |
DBG_ARP | 701 | net/inet/arp.c | DPRINTF((DBG_ARP, "ARP: updating entry for %s\n", in_ntoa(addr))); |
DBG_ARP | 902 | net/inet/arp.c | return(dbg_ioctl(arg, DBG_ARP)); |
DBG_ARP | 133 | net/inet/utils.c | case DBG_ARP: /* protocols */ |