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