Searched refs:loop_netif (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | netif.c | 79 static struct netif loop_netif; variable 113 netif_add(&loop_netif, &loop_ipaddr, &loop_netmask, &loop_gw, NULL, netif_loopif_init, ip_input); in netif_init() 115 …netif_add(&loop_netif, &loop_ipaddr, &loop_netmask, &loop_gw, NULL, netif_loopif_init, tcpip_input… in netif_init() 117 netif_set_up(&loop_netif); in netif_init() 601 struct netif *stats_if = &loop_netif; in netif_loop_output() 683 struct netif *stats_if = &loop_netif; in netif_poll()
|