Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dnetif.c81 static struct netif loop_netif; variable
115 netif_add(&loop_netif, &loop_ipaddr, &loop_netmask, &loop_gw, NULL, netif_loopif_init, ip_input); in netif_init()
117 …netif_add(&loop_netif, &loop_ipaddr, &loop_netmask, &loop_gw, NULL, netif_loopif_init, tcpip_input… in netif_init()
119 netif_set_up(&loop_netif); in netif_init()
623 struct netif *stats_if = &loop_netif; in netif_loop_output()
705 struct netif *stats_if = &loop_netif; in netif_poll()

Completed in 3 milliseconds