source:
trunk/minix/include/net/gen/eth_hdr.h@
19
Last change on this file since 19 was 9, checked in by , 14 years ago | |
---|---|
File size: 261 bytes |
Line | |
---|---|
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.