source:
trunk/minix/include/net/gen/eth_hdr.h@
12
| Last change on this file since 12 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 261 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 1 | /* |
| 2 | server/ip/gen/eth_hdr.h | |
| 3 | */ | |
| 4 | ||
| 5 | #ifndef __SERVER__IP__GEN__ETH_HDR_H__ | |
| 6 | #define __SERVER__IP__GEN__ETH_HDR_H__ | |
| 7 | ||
| 8 | typedef struct eth_hdr | |
| 9 | { | |
| 10 | ether_addr_t eh_dst; | |
| 11 | ether_addr_t eh_src; | |
| 12 | ether_type_t eh_proto; | |
| 13 | } eth_hdr_t; | |
| 14 | ||
| 15 | #endif /* __SERVER__IP__GEN__ETH_HDR_H__ */ |
Note:
See TracBrowser
for help on using the repository browser.