Nut/OS  4.10.3
API Reference
arpout.c File Reference
#include <string.h>
#include <sys/heap.h>
#include <sys/thread.h>
#include <sys/types.h>
#include <net/if_var.h>
#include <netinet/if_ether.h>
#include <net/ether.h>
#include <netinet/in.h>
Include dependency graph for arpout.c:

Go to the source code of this file.

Functions

NETBUFNutArpAllocNetBuf (uint16_t type, uint32_t ip, uint8_t *mac)
 Allocate an ARP network buffer structure.
int NutArpOutput (NUTDEVICE *dev, NETBUF *nb)
 Send an ARP packet.