dhcpmsg.h | 26 typedef struct dhcp_msg dhcp_msg; typedef in typeref:struct:dhcp_msg 35 struct dhcp_msg struct 101 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid); 103 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid,
|