#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include "dnet.h"
Go to the source code of this file.
Functions | |
arp_t * | arp_open (void) |
int | arp_add (arp_t *a, const struct arp_entry *entry) |
int | arp_delete (arp_t *a, const struct arp_entry *entry) |
int | arp_get (arp_t *a, struct arp_entry *entry) |
int | arp_loop (arp_t *a, arp_handler callback, void *arg) |
arp_t * | arp_close (arp_t *a) |
|
Definition at line 27 of file arp-none.c. References errno. |
|
Definition at line 55 of file arp-none.c. References NULL. |
|
Definition at line 34 of file arp-none.c. References errno. |
|
Definition at line 41 of file arp-none.c. References errno. |
|
Definition at line 48 of file arp-none.c. References errno. |
|
Definition at line 20 of file arp-none.c. |