Searched refs:forwarding (Results 1 – 4 of 4) sorted by relevance
29 static int forwarding(T&& t) in forwarding() function71 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()
86 /// 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 same171 /// Removes the forwarding entry with the given subnet. This will not affect any overlapping172 /// subnets (superset or subset) so the subnet must exactly match an entry in the forwarding
47 // Causes the device to start and gives it Callbacks to use for forwarding messages
377 // To re-open a node without forwarding to the remote target, the node
Completed in 7 milliseconds