Home
last modified time | relevance | path

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

/external/lib/lwip/core/ipv4/
A Dautoip.c133 autoip_set_struct(struct netif *netif, struct autoip *autoip) in autoip_set_struct() argument
140 memset(autoip, 0, sizeof(struct autoip)); in autoip_set_struct()
142 netif->autoip = autoip; in autoip_set_struct()
257 struct autoip *autoip = netif->autoip; in autoip_bind() local
287 struct autoip *autoip = netif->autoip; in autoip_start() local
308 autoip = (struct autoip *)mem_malloc(sizeof(struct autoip)); in autoip_start()
314 memset(autoip, 0, sizeof(struct autoip)); in autoip_start()
316 netif->autoip = autoip; in autoip_start()
335 struct autoip *autoip = netif->autoip; in autoip_start_probing() local
369 if (netif->autoip && netif->autoip->state != AUTOIP_STATE_OFF) { in autoip_network_changed()
[all …]
A Dip.c424 if ((netif->autoip != NULL) &&
425 ip_addr_cmp(&current_iphdr_dest, &(netif->autoip->llipaddr))) {
/external/lib/lwip/include/ipv4/lwip/
A Dautoip.h81 struct autoip struct
95 void autoip_set_struct(struct netif *netif, struct autoip *autoip);
/external/lib/lwip/include/lwip/
A Dnetif.h49 struct autoip;
179 struct autoip *autoip; member
/external/lib/lwip/
A Drules.mk46 $(LOCAL_DIR)/core/ipv4/autoip.c \
/external/lib/lwip/core/
A Dnetif.c156 netif->autoip = NULL; in netif_add()
547 if (netif->autoip) { in netif_set_link_up()

Completed in 10 milliseconds