setmsg.h

来自「程序实现了Linux下dhcp客户端以及autoip客户端的功能」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef BUILDMSG_H#define BUILDMSG_H/** *Description: these functions are used to generate different types of Dhcp Messages */void setDhcpDiscover(unsigned);void setDhcpRequest(unsigned);void setDhcpRenew(unsigned);void setDhcpRebind(unsigned);void setDhcpReboot(unsigned);void setDhcpRelease(unsigned);void setDhcpDecline(unsigned);void setDhcpInform(unsigned);#endif

⌨️ 快捷键说明

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