Home
last modified time | relevance | path

Searched refs:dhcp (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Ddhcp.c411 if (dhcp->t0_timeout && (++dhcp->lease_used == dhcp->t0_timeout)) { in dhcp_coarse_tmr()
539 dhcp->t1_renew_time = ((dhcp->t2_timeout - dhcp->lease_used) / 2); in dhcp_t1_timeout()
566 dhcp->t2_rebind_time = ((dhcp->t0_timeout - dhcp->lease_used) / 2); in dhcp_t2_timeout()
715 struct dhcp *dhcp; in dhcp_start() local
735 dhcp = (struct dhcp *)mem_malloc(sizeof(struct dhcp)); in dhcp_start()
813 struct dhcp dhcp; in dhcp_inform() local
898 struct dhcp *dhcp; in dhcp_arp_reply() local
1029 struct dhcp *dhcp; in dhcp_bind() local
1319 dhcp->t1_renew_time = dhcp->t2_rebind_time = dhcp->lease_used = dhcp->t0_timeout = 0; in dhcp_release()
1358 struct dhcp *dhcp; in dhcp_stop() local
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Ddhcp.h72 struct dhcp struct
114 void dhcp_set_struct(struct netif *netif, struct dhcp *dhcp); argument
116 #define dhcp_remove_struct(netif) do { (netif)->dhcp = NULL; } while(0)
140 #define netif_dhcp_data(netif) ((struct dhcp*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA_I…
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Ddhcp.h67 struct dhcp struct
109 void dhcp_set_struct(struct netif *netif, struct dhcp *dhcp); argument
111 #define dhcp_remove_struct(netif) do { (netif)->dhcp = NULL; } while(0)
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/
A Dlwip_netconf.c209 struct dhcp *dhcp = netif_dhcp_data(pnetif); in LwIP_DHCP() local
231 dhcp = netif_dhcp_data(pnetif); in LwIP_DHCP()
238 if(dhcp->state == 0) in LwIP_DHCP()
270 if (dhcp->tries > MAX_DHCP_TRIES) in LwIP_DHCP()
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_ethernet.c59 …struct dhcp *dhcp = (struct dhcp *)netif_get_client_data(net_if, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP… in tcpip_dhcpc_cb() local
61 …if (netif_is_up(net_if) && (dhcp->state == DHCP_STATE_BOUND) && !ip_addr_isany(&net_if->ip_addr)) { in tcpip_dhcpc_cb()
103 NETMGR_ETH_LOGI("%s: dhcp state =%d", __func__, dhcp->state); in tcpip_dhcpc_cb()
488 … = netmgr_eth_get_ip_stat(eth_stat.ip, eth_stat.mask, eth_stat.gate, eth_stat.dns, &eth_stat.dhcp); in netmgr_eth_get_stat()
A Dnetmgr_wifi.c531 …struct dhcp *dhcp = (struct dhcp *)netif_get_client_data(net_if, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP… in tcpip_dhcpc_cb() local
533 …if (netif_is_up(net_if) && (dhcp->state == DHCP_STATE_BOUND) && !ip_addr_isany(&net_if->ip_addr)) { in tcpip_dhcpc_cb()
582 NETMGR_WIFI_LOGI("%s: dhcp state =%d", __func__, dhcp->state); in tcpip_dhcpc_cb()
/AliOS-Things-master/components/netmgr/include/
A Dnetmgr_ethernet.h23 uint8_t dhcp; /* DHCP mode: @ref DHCP_Disable, @ref DHCP_Client, @ref DHCP_Server. */ member
A Dnetmgr_wifi.h43 uint8_t dhcp; /* DHCP mode: @ref DHCP_Disable, @ref DHCP_Client, @ref DHCP_Server. */ member
/AliOS-Things-master/components/drivers/peripheral/wifi/include/vfsdev/
A Dwifi_dev.h383 uint8_t dhcp; /* DHCP mode: @ref DHCP_Disable, @ref DHCP_Client, @ref DHCP_Server. */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/
A DFilelists.mk53 core/ipv4/dhcp.c \

Completed in 58 milliseconds