 |
io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
|
Go to the documentation of this file.
55 #define MAX_DHCP_RETRY 2
56 #define DHCP_WAIT_TIME 10
59 #define DHCP_SERVER_PORT 547
60 #define DHCP_CLIENT_PORT 546
62 #define DCHP_HOST_NAME "WIZnet\0"
@ DHCP_IP_CHANGED
Change IP address by new ip from DHCP (if cbfunc == null, act as default default_ip_update)
void InitDhcpOption(unsigned asize, unsigned agrowby)
@ DHCP_IP_LEASED
Stand by.
void DHCP_Option_Select(uint8_t Option)
void DHCP_init(uint8_t s, uint8_t *buf)
void AppendDhcpOption(uint8_t value)
uint8_t DHCP_run(wiz_NetInfo *netinfo)
@ DHCP_STOPPED
Stop procssing DHCP protocol.
@ DHCP_IP_ASSIGN
First Occupy IP from DHPC server (if cbfunc == null, act as default default_ip_assign)
void DumpDhcpOption(char *sMark)
Network Information for _WIZCHIP_.
void DHCP_time_handler(void)
@ DHCP_RUNNING
Procssing DHCP proctocol.
@ DHCP_FAILED
Procssing Fail.