iPXE
Data Fields
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. More...
 
int(* check )(struct net_device *netdev, const void *net_addr)
 Check existence of address. More...
 

Detailed Description

A network-layer protocol that relies upon ARP.

Definition at line 17 of file arp.h.

Field Documentation

◆ net_protocol

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().

◆ check

int( * arp_net_protocol::check) (struct net_device *netdev, const void *net_addr)

Check existence of address.

Parameters
netdevNetwork device
net_addrNetwork-layer address
Return values
rcReturn status code

Definition at line 26 of file arp.h.

Referenced by arp_rx().


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