Home
last modified time | relevance | path

Searched refs:netif_set_default (Results 1 - 10 of 10) sorted by relevance

/third_party/libcoap/examples/lwip/
H A Dserver.c101 netif_set_default(&netif); in main()
H A Dclient.c103 netif_set_default(&netif); in main()
/third_party/lwip/doc/
H A DNO_SYS_SampleCode.c78 netif_set_default(&netif); in main()
/third_party/lwip/src/include/lwip/
H A Dnetifapi.h97 * @see netif_set_default()
102 #define netifapi_netif_set_default(n) netifapi_netif_common(n, netif_set_default, NULL)
H A Dnetif.h465 void netif_set_default(struct netif *netif, struct net_group *group);
468 void netif_set_default(struct netif *netif);
/third_party/lwip/src/core/
H A Dnetif.c879 netif_set_default(NULL, group);
881 netif_set_default(NULL);
929 netif_set_default(struct netif *netif, struct net_group *group) function
931 netif_set_default(struct netif *netif)
956 netif_set_default(netif, get_curr_process_net_group());
/third_party/lwip/src/include/netif/ppp/
H A Dppp.h593 #define ppp_set_default(ppp) netif_set_default(ppp->netif)
/third_party/lwip/test/unit/etharp/
H A Dtest_etharp.c64 netif_set_default(netif_add(&test_netif, &test_ipaddr, &test_netmask, in default_netif_add()
/third_party/lwip/test/unit/ip6/
H A Dtest_ip6.c47 netif_set_default(&test_netif6); in default_netif_add()
/third_party/lwip/test/unit/udp/
H A Dtest_udp.c95 netif_set_default(&test_netif1); in default_netif_add()

Completed in 8 milliseconds