Home
last modified time | relevance | path

Searched refs:forwarding (Results 1 – 4 of 4) sorted by relevance

/system/utest/fbl/
A Dforward_tests.cpp29 static int forwarding(T&& t) in forwarding() function
71 EXPECT_EQ(CAT_RVALUE, forwarding(42)); in forward_test()
72 EXPECT_EQ(CAT_LVALUE, forwarding(val)); in forward_test()
73 EXPECT_EQ(CAT_LVALUE, forwarding(ref)); in forward_test()
75 EXPECT_EQ(CAT_RVALUE, forwarding(val + 1)); in forward_test()
/system/fidl/fuchsia-net-stack/
A Dstack.fidl86 /// The IP address of the next hop, used to look up the next forwarding entry.
90 /// An entry in the forwarding table for the network stack.
164 /// List all the entries in the forwarding table for the network stack.
167 … /// Add a new entry to the forwarding table. If the table already contains an entry with the same
171 /// Removes the forwarding entry with the given subnet. This will not affect any overlapping
172 /// subnets (superset or subset) so the subnet must exactly match an entry in the forwarding
/system/fidl/fuchsia-hardware-vsock/
A Dvsock.fidl47 // Causes the device to start and gives it Callbacks to use for forwarding messages
/system/fidl/fuchsia-io/
A Dio.fidl377 // To re-open a node without forwarding to the remote target, the node

Completed in 5 milliseconds