iPXE
|
A network-layer protocol that relies upon ARP. More...
#include <arp.h>
Data Fields | |
struct net_protocol * | net_protocol |
Network-layer protocol. More... | |
int(* | check )(struct net_device *netdev, const void *net_addr) |
Check existence of address. More... | |
struct net_protocol* arp_net_protocol::net_protocol |
Network-layer protocol.
Definition at line 19 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) |