Home
last modified time | relevance | path

Searched refs:autoip (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dautoip.c117 memset(autoip, 0, sizeof(struct autoip)); in autoip_set_struct()
129 struct autoip* autoip = netif_autoip_data(netif); in autoip_restart() local
140 struct autoip* autoip = netif_autoip_data(netif); in autoip_handle_arp_conflict() local
173 struct autoip* autoip = netif_autoip_data(netif); in autoip_create_addr() local
208 struct autoip* autoip = netif_autoip_data(netif); in autoip_arp_probe() local
232 struct autoip* autoip = netif_autoip_data(netif); in autoip_bind() local
259 struct autoip* autoip = netif_autoip_data(netif); in autoip_start() local
276 autoip = (struct autoip *)mem_malloc(sizeof(struct autoip)); in autoip_start()
282 memset(autoip, 0, sizeof(struct autoip)); in autoip_start()
303 struct autoip* autoip = netif_autoip_data(netif); in autoip_start_probing() local
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dautoip.h61 struct autoip struct
78 void autoip_set_struct(struct netif *netif, struct autoip *autoip); argument
80 #define autoip_remove_struct(netif) do { (netif)->autoip = NULL; } while (0)
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dautoip.h61 struct autoip struct
78 void autoip_set_struct(struct netif *netif, struct autoip *autoip); argument
80 #define autoip_remove_struct(netif) do { (netif)->autoip = NULL; } while (0)
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/
A Dlwip_netconf.c422 …while((pnetif->autoip->state == AUTOIP_STATE_PROBING) || (pnetif->autoip->state == AUTOIP_STATE_AN… in LwIP_AUTOIP()
/AliOS-Things-master/components/lwip/lwip2.0.0/
A DFilelists.mk52 CORE4FILES=core/ipv4/autoip.c \

Completed in 7 milliseconds