Home
last modified time | relevance | path

Searched defs:autoip (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/ipv4/
Dautoip.c106 autoip_set_struct(struct netif *netif, struct autoip *autoip) in autoip_set_struct()
127 struct autoip *autoip = netif_autoip_data(netif); in autoip_restart() local
138 struct autoip *autoip = netif_autoip_data(netif); in autoip_handle_arp_conflict() local
171 struct autoip *autoip = netif_autoip_data(netif); in autoip_create_addr() local
206 struct autoip *autoip = netif_autoip_data(netif); in autoip_arp_probe() local
230 struct autoip *autoip = netif_autoip_data(netif); in autoip_bind() local
257 struct autoip *autoip = netif_autoip_data(netif); in autoip_start() local
301 struct autoip *autoip = netif_autoip_data(netif); in autoip_start_probing() local
335 struct autoip *autoip = netif_autoip_data(netif); in autoip_network_changed() local
351 struct autoip *autoip = netif_autoip_data(netif); in autoip_stop() local
[all …]
/third_party/lwip/src/include/lwip/
Dautoip.h61 struct autoip struct
78 void autoip_set_struct(struct netif *netif, struct autoip *autoip); argument