| tag | line | file | source code |
|---|---|---|---|
| proxy | 146 | net/ipv4/arp.c | static struct arp_table *arp_lookup(unsigned long paddr, enum proxy proxy); |
| proxy | 1061 | net/ipv4/arp.c | static struct arp_table *arp_lookup(unsigned long paddr, enum proxy proxy) |
| proxy | 1070 | net/ipv4/arp.c | if (!entry && proxy != PROXY_NONE) |
| proxy | 1072 | net/ipv4/arp.c | if ((proxy==PROXY_EXACT) ? (entry->ip==paddr) |