RTEMS CPU Kit with SuperCore
|
#include <stdio.h>
#include <paths.h>
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/ethernet.h>
Macros | |
#define | _PATH_ETHERS "/etc/ethers" |
Functions | |
int | ether_line (char *l, struct ether_addr *e, char *hostname) |
struct ether_addr * | ether_aton (char *a) |
char * | ether_ntoa (struct ether_addr *n) |
int | ether_ntohost (char *hostname, struct ether_addr *e) |
int | ether_hostton (char *hostname, struct ether_addr *e) |