arp_net_protocol Struct Reference

A network-layer protocol that relies upon ARP. More...

#include <arp.h>


Data Fields

struct net_protocolnet_protocol
 Network-layer protocol.
int(* check )(struct net_device *netdev, const void *net_addr)
 Check existence of address.


Detailed Description

A network-layer protocol that relies upon ARP.

Definition at line 18 of file arp.h.


Field Documentation

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)

Check existence of address.

Parameters:
netdev Network device
net_addr Network-layer address
Return values:
rc Return status code

Referenced by arp_rx().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:02 2010 for gPXE by  doxygen 1.5.7.1