Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0081000 /*
0081001 server/ip/gen/eth_hdr.h
0081002 */
0081003 
0081004 #ifndef __SERVER__IP__GEN__ETH_HDR_H__
0081005 #define __SERVER__IP__GEN__ETH_HDR_H__
0081006 
0081007 typedef struct eth_hdr
0081008 {
0081009          ether_addr_t eh_dst;
0081010          ether_addr_t eh_src;
0081011          ether_type_t eh_proto;
0081012 } eth_hdr_t;
0081013 
0081014 #endif /* __SERVER__IP__GEN__ETH_HDR_H__ */