Searched refs:netif_add (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/core/
H A Dnetif.c113 netif_add(&loop_netif, &loop_ipaddr, &loop_netmask, &loop_gw, NULL, netif_loopif_init, ip_input);
115 netif_add(&loop_netif, &loop_ipaddr, &loop_netmask, &loop_gw, NULL, netif_loopif_init, tcpip_input);
137 netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, function
/external/syslinux/core/lwip/src/api/
H A Dnetifapi.c42 * Call netif_add() inside the tcpip_thread context.
47 if (!netif_add( msg->netif,
92 * Call netif_add() in a thread-safe way by running that function inside the
95 * @note for params @see netif_add()
/external/syslinux/core/lwip/src/include/lwip/
H A Dnetif.h255 struct netif *netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask,
/external/syslinux/core/lwip/src/netif/ppp/
H A Dppp.c1340 if (netif_add(&pc->netif, &pc->addrs.our_ipaddr, &pc->addrs.netmask,
1352 PPPDEBUG(LOG_ERR, ("sifup[%d]: netif_add failed\n", pd));

Completed in 350 milliseconds