Lines Matching full:up
60 /* Tracks the total number of ifaces that are up (theoretically). */
150 /* Bring iface up. */ in ZTEST()
153 /* Verify that a single iface went up once (according to the enable callback) */ in ZTEST()
157 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
159 "Iface under test should be up after net_if_up"); in ZTEST()
168 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
181 /* Bring iface up */ in ZTEST()
184 /* Verify that the iface went up, but callbacks were not fired*/ in ZTEST()
190 "Iface under test should be up after net_if_up"); in ZTEST()
212 /* Bring iface up. */ in ZTEST()
215 /* Verify that a single iface went up once (according to the enable callback) */ in ZTEST()
219 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
221 "Iface under test should be up after net_if_up"); in ZTEST()
230 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
243 /* Bring iface up */ in ZTEST()
246 /* Verify that the iface went up, but callbacks were not fired*/ in ZTEST()
252 "Iface under test should be up after net_if_up"); in ZTEST()
274 /* Bring iface up twice */ in ZTEST()
278 /* Verify that a single iface went up once (according to the enable callback)*/ in ZTEST()
282 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
284 "Iface under test should be up after net_if_up"); in ZTEST()
294 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
314 /* Verify that the iface failed to go up */ in ZTEST()
316 "Iface under test should have failed to go up"); in ZTEST()
323 /* Bring iface up before test */ in ZTEST()
336 "Iface under test should have failed to go up"); in ZTEST()
345 /* Bring iface up before test */ in test_addr_add_common()