⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bootp_proto.h

📁 klibc精简化的c程序库
💻 H
字号:
#ifndef IPCONFIG_BOOTP_PROTO_H#define IPCONFIG_BOOTP_PROTO_Hint bootp_send_request(struct netdev *dev);int bootp_recv_reply(struct netdev *dev);int bootp_parse(struct netdev *dev, struct bootp_hdr *hdr, uint8_t * exts,		int extlen);int bootp_init_if(struct netdev *dev);#endif /* IPCONFIG_BOOTP_PROTO_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -