tag | line | file | source code |
---|---|---|---|
proxy | 141 | net/inet/arp.c | static struct arp_table *arp_lookup(unsigned long paddr, enum proxy proxy); |
proxy | 1025 | net/inet/arp.c | static struct arp_table *arp_lookup(unsigned long paddr, enum proxy proxy) |
proxy | 1034 | net/inet/arp.c | if (!entry && proxy != PROXY_NONE) |
proxy | 1036 | net/inet/arp.c | if ((proxy==PROXY_EXACT) ? (entry->ip==paddr) |