Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dautoip.h81 struct autoip struct
95 /** Set a struct autoip allocated by the application to work with */ argument
/external/syslinux/core/lwip/src/core/ipv4/
Dautoip.c141 autoip_set_struct(struct netif *netif, struct autoip *autoip) in autoip_set_struct()
265 struct autoip *autoip = netif->autoip; in autoip_bind() local
295 struct autoip *autoip = netif->autoip; in autoip_start() local
343 struct autoip *autoip = netif->autoip; in autoip_start_probing() local
/external/syslinux/core/lwip/src/include/lwip/
Dnetif.h175 struct autoip *autoip; member