Lines Matching full:dad
32 /* Time to wait for IPv6 DAD-gated events to finish.
33 * Equivalent to EVENT_WAIT_TIME if DAD is dissabled.
77 /* DAD adds the link-local address automatically. Check for it, and remove it if present. */ in reset_test_iface()
347 * Steps which bring ifa or ifb online wait for the DAD delay to allow IPv6 events to finish.
348 * For test builds that have DAD disabled, this is equivalent to the usual event wait time.
373 * Wait for the DAD delay since IPv6 connected events might be delayed by this amount. in cycle_ignored_iface()
1018 /* Make sure that DAD readiness is actually verified by conn_mgr_monitor */
1023 /* This test specifically requires DAD to function */ in ZTEST()
1032 /* After a delay too short for DAD, ensure no events */ in ZTEST()
1036 "No events should be fired before DAD success."); in ZTEST()
1038 /* After a delay long enough for DAD, ensure connectivity acquired */ in ZTEST()
1042 "NET_EVENT_L4_CONNECTED should be fired after DAD success."); in ZTEST()