Home
last modified time | relevance | path

Searched refs:netif_create_ip6_linklocal_address (Results 1 - 7 of 7) sorted by relevance

/third_party/lwip/test/unit/ip6/
H A Dtest_ip6.c139 netif_create_ip6_linklocal_address(&test_netif6, 1); in START_TEST()
264 netif_create_ip6_linklocal_address(&test_netif6, 1); in START_TEST()
275 netif_create_ip6_linklocal_address(&test_netif6, 0); in START_TEST()
/third_party/libcoap/examples/lwip/
H A Dserver.c107 netif_create_ip6_linklocal_address(&netif, 1); in main()
H A Dclient.c106 netif_create_ip6_linklocal_address(&netif, 1); in main()
/third_party/lwip/doc/
H A DNO_SYS_SampleCode.c75 netif_create_ip6_linklocal_address(&netif, 1); in main()
/third_party/lwip/test/fuzz/
H A Dfuzz.c88 netif_create_ip6_linklocal_address(netif, 1); in testif_init()
/third_party/lwip/src/include/lwip/
H A Dnetif.h556 void netif_create_ip6_linklocal_address(struct netif *netif, u8_t from_mac_48bit);
/third_party/lwip/src/core/
H A Dnetif.c316 * IPv6: Don't forget to call netif_create_ip6_linklocal_address() after
1641 netif_create_ip6_linklocal_address(struct netif *netif, u8_t from_mac_48bit) function
1647 LWIP_ASSERT("netif_create_ip6_linklocal_address: invalid netif", netif != NULL);

Completed in 6 milliseconds