Ethernet.cpp File Reference


Detailed Description

Contains the code for the packet queue and other NIC support routines.

Id
Ethernet.cpp,v 1.3 2008/03/26 19:13:35 iamcamiel Exp

X-1.3 Camiel Vanderhoeven 26-MAR-2008 Fix compiler warnings.

X-1.2 Camiel Vanderhoeven 14-MAR-2008 Formatting.

X-1.1 David Hittner 26-FEB-2008 File creation.

Definition in file Ethernet.cpp.

#include "StdAfx.h"
#include "Ethernet.h"
#include "telnet.h"

Go to the source code of this file.

Functions

static u32 eth_crc32 (u32 crc, const void *vbuf, int len)

Variables

static const u32 crcTable [256]


Function Documentation

static u32 eth_crc32 ( u32  crc,
const void *  vbuf,
int  len 
) [static]

Definition at line 122 of file Ethernet.cpp.

References crcTable.

Referenced by CPacketQueue::add_tail().


Variable Documentation

const u32 crcTable[256] [static]

Definition at line 76 of file Ethernet.cpp.

Referenced by eth_crc32().


SourceForge.net Logo
Project space on SourceForge.net