#include <arp.h>
Data Fields | |
| struct net_protocol * | net_protocol |
| Network-layer protocol. | |
| int(* | check )(struct net_device *netdev, const void *net_addr) |
| Check existence of address. | |
Definition at line 18 of file arp.h.
struct net_protocol* arp_net_protocol::net_protocol [read] |
Network-layer protocol.
Definition at line 20 of file arp.h.
Referenced by arp_find_protocol(), and arp_rx().
| int( * arp_net_protocol::check)(struct net_device *netdev, const void *net_addr) |
1.5.7.1