Searched refs:toIf (Results 1 – 1 of 1) sorted by relevance
1347 void expectIpfwdRuleExists(const char* fromIf, const char* toIf) { in expectIpfwdRuleExists() argument1348 std::string ipfwdRule = StringPrintf("18000:\tfrom all iif %s lookup %s ", fromIf, toIf); in expectIpfwdRuleExists()1355 void expectIpfwdRuleNotExists(const char* fromIf, const char* toIf) { in expectIpfwdRuleNotExists() argument1356 std::string ipfwdRule = StringPrintf("18000:\tfrom all iif %s lookup %s ", fromIf, toIf); in expectIpfwdRuleNotExists()