#include "nip_init.h"
#include "net/net_if.h"
Go to the source code of this file.
Data Structures | |
struct | ethernet_header_s |
Defines | |
#define | ETH_NIC_CHECK_MAC |
if defined the physical address check will be left to the NIC | |
Functions | |
void | nip_eth_configure_if_defaults (nip_net_if_id_t net_if_id) |
void | nip_eth_disp_receive (void) |
uint8_t | nip_eth_header (nip_net_if_id_t net_if_id, nip_net_trans_id_t trans_id, uint16_t type, void *daddr, void *saddr, uint16_t len) |
#define ETH_NIC_CHECK_MAC |
if defined the physical address check will be left to the NIC
Definition at line 37 of file ethernet.h.
void nip_eth_configure_if_defaults | ( | nip_net_if_id_t | net_if_id | ) |
void nip_eth_disp_receive | ( | void | ) |
uint8_t nip_eth_header | ( | nip_net_if_id_t | net_if_id, | |
nip_net_trans_id_t | trans_id, | |||
uint16_t | type, | |||
void * | daddr, | |||
void * | saddr, | |||
uint16_t | len | |||
) |