Lines Matching refs:rc2
44 int rc2 = RTNetStrToIPv4Addr(String, &Addr); \
45 if ((rcExpected) && !rc2) \
48 __LINE__, String, (rcExpected), rc2); \
50 else if ( (rcExpected) != rc2 \
51 || ( rc2 == VINF_SUCCESS \
56 __LINE__, String, rcExpected, rc2, \
74 int rc2 = RTNetStrToIPv4AddrEx(strAll, &Addr, &pNext); \
75 if ((rcExpected) && !rc2) \
78 __LINE__, String, (rcExpected), rc2); \
80 else if ((rcExpected) != rc2 \
81 || (rc2 == VINF_SUCCESS \
89 __LINE__, String, rcExpected, rc2, \