XenevaOS
Loading...
Searching...
No Matches
Macros | Functions
ethernet.h File Reference
#include <stdint.h>
#include <aurora.h>
#include <fs\vfs.h>
Include dependency graph for ethernet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ETHERNET_TYPE_IPV4   0x0800
 
#define ETHERNET_TYPE_ARP   0x0806
 
#define ETHERNET_TYPE_WAKE_ON_LAN   0x0842
 
#define ETHERNET_TYPE_AVTP   0x22F0
 
#define ETHERNET_TYPE_IETF_TRILL_PROTOCOL   0x22F3
 
#define ETHERNET_TYPE_STREAM_RESV_PROTOCOL   0x22EA
 
#define ETHERNET_TYPE_IPV6   0x86DD
 

Functions

void AuEthernetSend (AuVFSNode *nic, void *data, size_t len, uint16_t type, uint8_t *dest)
 
AU_EXTERN AU_EXPORT void AuEthernetHandle (void *frame, int size, AuVFSNode *nic)
 

Macro Definition Documentation

◆ ETHERNET_TYPE_ARP

#define ETHERNET_TYPE_ARP   0x0806

◆ ETHERNET_TYPE_AVTP

#define ETHERNET_TYPE_AVTP   0x22F0

◆ ETHERNET_TYPE_IETF_TRILL_PROTOCOL

#define ETHERNET_TYPE_IETF_TRILL_PROTOCOL   0x22F3

◆ ETHERNET_TYPE_IPV4

#define ETHERNET_TYPE_IPV4   0x0800

BSD 2-Clause License

Copyright (c) 2022-2023, Manas Kamal Choudhury All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

◆ ETHERNET_TYPE_IPV6

#define ETHERNET_TYPE_IPV6   0x86DD

◆ ETHERNET_TYPE_STREAM_RESV_PROTOCOL

#define ETHERNET_TYPE_STREAM_RESV_PROTOCOL   0x22EA

◆ ETHERNET_TYPE_WAKE_ON_LAN

#define ETHERNET_TYPE_WAKE_ON_LAN   0x0842

Function Documentation

◆ AuEthernetHandle()

AU_EXTERN AU_EXPORT void AuEthernetHandle ( void *  frame,
int  size,
AuVFSNode nic 
)

◆ AuEthernetSend()

void AuEthernetSend ( AuVFSNode nic,
void *  data,
size_t  len,
uint16_t  type,
uint8_t dest 
)
extern