tag | line | file | source code |
tip | 479 | net/inet/arp.c | long sip,tip; |
tip | 542 | net/inet/arp.c | memcpy(&tip,arp_ptr,4); |
tip | 547 | net/inet/arp.c | if(tip == INADDR_LOOPBACK) |
tip | 570 | net/inet/arp.c | addr_hint = ip_chk_addr(tip); |
tip | 604 | net/inet/arp.c | dest_hash = HASH(tip); |
tip | 610 | net/inet/arp.c | if(proxy_entry->ip == tip && proxy_entry->htype==htype) |
tip | 617 | net/inet/arp.c | arp_send(ARPOP_REPLY,ETH_P_ARP,sip,dev,tip,sha,ha); |
tip | 633 | net/inet/arp.c | arp_send(ARPOP_REPLY,ETH_P_ARP,sip,dev,tip,sha,dev->dev_addr); |
tip | 172 | net/inet/rarp.c | long sip,tip; |
tip | 223 | net/inet/rarp.c | memcpy(&tip,rarp_ptr,4); |