Searched refs:autoip (Results 1 – 6 of 6) sorted by relevance
133 autoip_set_struct(struct netif *netif, struct autoip *autoip) in autoip_set_struct() argument140 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() local287 struct autoip *autoip = netif->autoip; in autoip_start() local308 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() local369 if (netif->autoip && netif->autoip->state != AUTOIP_STATE_OFF) { in autoip_network_changed()[all …]
424 if ((netif->autoip != NULL) &&425 ip_addr_cmp(¤t_iphdr_dest, &(netif->autoip->llipaddr))) {
81 struct autoip struct95 void autoip_set_struct(struct netif *netif, struct autoip *autoip);
49 struct autoip;179 struct autoip *autoip; member
46 $(LOCAL_DIR)/core/ipv4/autoip.c \
156 netif->autoip = NULL; in netif_add()547 if (netif->autoip) { in netif_set_link_up()
Completed in 10 milliseconds