Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

eth-pfilt.c File Reference

#include "config.h"
#include <sys/types.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <net/pfilt.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "dnet.h"

Go to the source code of this file.

Classes

struct  eth_handle

Functions

eth_teth_open (const char *device)
int eth_get (eth_t *e, eth_addr_t *ea)
int eth_set (eth_t *e, const eth_addr_t *ea)
ssize_t eth_send (eth_t *e, const void *buf, size_t len)
eth_teth_close (eth_t *e)


Function Documentation

eth_t* eth_close eth_t e  ) 
 

Definition at line 77 of file eth-pfilt.c.

References NULL.

int eth_get eth_t e,
eth_addr_t ea
 

Definition at line 49 of file eth-pfilt.c.

References ETH_ADDR_LEN, memcpy, and strlcpy.

eth_t* eth_open const char *  device  ) 
 

Definition at line 34 of file eth-pfilt.c.

References eth_close(), eth_handle::fd, NULL, and strlcpy.

ssize_t eth_send eth_t e,
const void *  buf,
size_t  len
 

Definition at line 71 of file eth-pfilt.c.

int eth_set eth_t e,
const eth_addr_t ea
 

Definition at line 61 of file eth-pfilt.c.

References eth_handle::device, ETH_ADDR_LEN, memcpy, eth_handle::sock, and strlcpy.


Generated on Sun May 14 14:51:21 2006 by  doxygen 1.4.2