const char * name
Protocol name.
void free_iob(struct io_buffer *iobuf)
Free I/O buffer.
static int rarp_rx(struct io_buffer *iobuf, struct net_device *netdev __unused, const void *ll_dest __unused, const void *ll_source __unused, unsigned int flags __unused)
Process incoming ARP packets.
#define __unused
Declare a variable or data structure as unused.
static struct net_device * netdev
Reverse Address Resolution Protocol.
static const char * rarp_ntoa(const void *net_addr __unused)
Transcribe RARP address.
A network-layer protocol.
Network device management.
struct net_protocol rarp_protocol __net_protocol
RARP protocol.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)