iPXE
Data Fields
neighbour_discovery Struct Reference

A neighbour discovery protocol. More...

#include <neighbour.h>

Data Fields

const char * name
 Name. More...
 
int(* tx_request )(struct net_device *netdev, struct net_protocol *net_protocol, const void *net_dest, const void *net_source)
 Transmit neighbour discovery request. More...
 

Detailed Description

A neighbour discovery protocol.

Definition at line 19 of file neighbour.h.

Field Documentation

◆ name

const char* neighbour_discovery::name

Name.

Definition at line 21 of file neighbour.h.

Referenced by neighbour_discover(), neighbour_expired(), and nstat().

◆ tx_request

int( * neighbour_discovery::tx_request) (struct net_device *netdev, struct net_protocol *net_protocol, const void *net_dest, const void *net_source)

Transmit neighbour discovery request.

Parameters
netdevNetwork device
net_protocolNetwork-layer protocol
net_destDestination network-layer address
net_sourceSource network-layer address
Return values
rcReturn status code

Definition at line 31 of file neighbour.h.

Referenced by neighbour_expired().


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