taglinefilesource code
proxy165net/ipv4/arp.cstatic struct arp_table *arp_lookup(u32 paddr, enum proxy proxy, unsigned short type);
proxy1131net/ipv4/arp.cstatic struct arp_table *arp_lookup(u32 paddr, enum proxy proxy, unsigned short type)
proxy1141net/ipv4/arp.cif (!entry && proxy != PROXY_NONE)
proxy1143net/ipv4/arp.cif ((proxy==PROXY_EXACT) ? (entry->ip==paddr)