Searched refs:netif_add (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | netif.c | 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() 137 netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, in netif_add() function
|
/external/syslinux/core/lwip/src/api/ |
D | netifapi.c | 47 if (!netif_add( msg->netif, in do_netifapi_netif_add()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | netif.h | 255 struct netif *netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask,
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.c | 1340 if (netif_add(&pc->netif, &pc->addrs.our_ipaddr, &pc->addrs.netmask, in sifup()
|
/external/syslinux/core/lwip/doc/ |
D | rawapi.txt | 411 - netif_add(struct netif *netif, struct ip_addr *ipaddr,
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 1456 Initialize igmp_mac_filter to NULL in netif_add (this field should be set in 1474 igmp_start is call inside netif_add. Now, igmp initialization is in the same 2444 * netif.c: In netif_add() fixed missing clear of ip_addr, netmask, gw and flags.
|