Searched refs:PRIFIX_IP_LEN (Results 1 – 1 of 1) sorted by relevance
46 constexpr int PRIFIX_IP_LEN = 3; variable456 …if (strncmp("192", ipAddress, PRIFIX_IP_LEN) != 0 && strncmp("172", ipAddress, PRIFIX_IP_LEN) != 0… in IsOtherVapConnect()