tag | line | file | source code |
tip | 532 | net/inet/arp.c | long sip,tip; |
tip | 595 | net/inet/arp.c | memcpy(&tip,arp_ptr,4); |
tip | 600 | net/inet/arp.c | if(tip == INADDR_LOOPBACK) |
tip | 623 | net/inet/arp.c | addr_hint = ip_chk_addr(tip); |
tip | 657 | net/inet/arp.c | dest_hash = HASH(tip); |
tip | 663 | net/inet/arp.c | if(proxy_entry->ip == tip && proxy_entry->htype==htype) |
tip | 670 | net/inet/arp.c | arp_send(ARPOP_REPLY,ETH_P_ARP,sip,dev,tip,sha,ha); |
tip | 686 | 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); |