Searched refs:blockedPortList (Results 1 – 1 of 1) sorted by relevance
63 static const unsigned short blockedPortList[] = { in portAllowed() local130 …const unsigned short* const blockedPortListEnd = blockedPortList + WTF_ARRAY_LENGTH(blockedPortLis… in portAllowed()136 for (const unsigned short* p = blockedPortList; p != blockedPortListEnd - 1; ++p) in portAllowed()143 if (!std::binary_search(blockedPortList, blockedPortListEnd, port)) in portAllowed()