RTEMS CPU Kit with SuperCore
Macros | Functions
ether_addr.c File Reference
#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>
Include dependency graph for ether_addr.c:

Macros

#define _PATH_ETHERS   "/etc/ethers"
 

Functions

int ether_line (char *l, struct ether_addr *e, char *hostname)
 
struct ether_addrether_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)