reply.h
来自「关于Linux下DHCP支持IPv6的版本实现」· C头文件 代码 · 共 7 行
H
7 行
struct OPTIONS * copy_ia_option (struct DHCP_MESSAGE *, struct OPTIONS *);void copy_iaaddr_option (struct DHCP_MESSAGE *, struct OPTIONS *);struct DHCP_MESSAGE * create_reply_message (struct DHCP_MESSAGE *);struct DHCP_MESSAGE * create_dummy_reply_message (struct DHCP_MESSAGE *);struct DHCP_MESSAGE * create_reply_message_for_decline (struct DHCP_MESSAGE *);struct DHCP_MESSAGE * create_reply_message_for_release (struct DHCP_MESSAGE *);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?