Searched refs:netif_create_ip6_linklocal_address (Results 1 – 6 of 6) sorted by relevance
139 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()
71 netif_create_ip6_linklocal_address(&netif, 1); in main()
75 netif_create_ip6_linklocal_address(&netif, 1); in main()
88 netif_create_ip6_linklocal_address(netif, 1); in testif_init()
523 void netif_create_ip6_linklocal_address(struct netif *netif, u8_t from_mac_48bit);
1515 netif_create_ip6_linklocal_address(struct netif *netif, u8_t from_mac_48bit) in netif_create_ip6_linklocal_address() function