File nut/net/ethout.c
Included Files
#include </usr/avr/include/string.h>
#include <nut/include/sys/types.h>
#include <nut/include/netinet/if_ether.h>
#include <nut/include/netinet/in.h>
#include <nut/include/net/ether.h>
Global Function NutEtherOutput()
int NutEtherOutput ( NUTDEVICE* dev, u_short type, u_char* ha, NETBUF* nb )
Prototyped in:
nut/include/net/ether.h
Calls:
NutNetBufAlloc()
nut/dev/netbuf.c
NutNetBufFree()
nut/dev/netbuf.c
__byte_swap2(), memcpy(), memset()