?? eth_hdr.h
字號:
/*server/ip/gen/eth_hdr.h*/#ifndef __SERVER__IP__GEN__ETH_HDR_H__#define __SERVER__IP__GEN__ETH_HDR_H__typedef struct eth_hdr{ ether_addr_t eh_dst; ether_addr_t eh_src; ether_type_t eh_proto;} eth_hdr_t;#endif /* __SERVER__IP__GEN__ETH_HDR_H__ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -