Searched refs:netif_add (Results 1 – 8 of 8) sorted by relevance
| /tests/ |
| D | lwiptest.c | 24 netif_add(&netif, &addr, &mask, &gw, NULL, ethernetif_init, ethernet_input); in main()
|
| /lib/liblwip/src/core/ |
| D | netif.c | 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() 139 netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, in netif_add() function
|
| /lib/liblwip/src/api/ |
| D | netifapi.c | 47 if (!netif_add( msg->netif, in do_netifapi_netif_add()
|
| /lib/liblwip/src/include/lwip/ |
| D | netif.h | 259 struct netif *netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask,
|
| /lib/liblwip/test/unit/etharp/ |
| D | test_etharp.c | 62 netif_set_default(netif_add(&test_netif, &test_ipaddr, &test_netmask, in default_netif_add()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 1352 if (netif_add(&pc->netif, &pc->addrs.our_ipaddr, &pc->addrs.netmask, in sifup()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 417 - netif_add(struct netif *netif, ip_addr_t *ipaddr,
|
| /lib/liblwip/ |
| D | CHANGELOG | 274 * netif.c: fixed bug #34121 netif_add/netif_set_ipaddr fail on NULL ipaddr 1755 Initialize igmp_mac_filter to NULL in netif_add (this field should be set in 1773 igmp_start is call inside netif_add. Now, igmp initialization is in the same 2743 * netif.c: In netif_add() fixed missing clear of ip_addr, netmask, gw and flags.
|