Home
last modified time | relevance | path

Searched refs:netif_create_ip6_linklocal_address (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/test/unit/ip6/
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/
Dserver.c71 netif_create_ip6_linklocal_address(&netif, 1); in main()
/third_party/lwip/doc/
DNO_SYS_SampleCode.c75 netif_create_ip6_linklocal_address(&netif, 1); in main()
/third_party/lwip/test/fuzz/
Dfuzz.c88 netif_create_ip6_linklocal_address(netif, 1); in testif_init()
/third_party/lwip/src/include/lwip/
Dnetif.h523 void netif_create_ip6_linklocal_address(struct netif *netif, u8_t from_mac_48bit);
/third_party/lwip/src/core/
Dnetif.c1515 netif_create_ip6_linklocal_address(struct netif *netif, u8_t from_mac_48bit) in netif_create_ip6_linklocal_address() function