Searched refs:blockedPortListEnd (Results 1 – 2 of 2) sorted by relevance
835 …const unsigned short* const blockedPortListEnd = blockedPortList + sizeof(blockedPortList) / sizeo… in portAllowed() local841 for (const unsigned short* p = blockedPortList; p != blockedPortListEnd - 1; ++p) in portAllowed()848 if (!binary_search(blockedPortList, blockedPortListEnd, port)) in portAllowed()
1762 …const unsigned short* const blockedPortListEnd = blockedPortList + sizeof(blockedPortList) / sizeo… in portAllowed() local1768 for (const unsigned short* p = blockedPortList; p != blockedPortListEnd - 1; ++p) in portAllowed()1775 if (!binary_search(blockedPortList, blockedPortListEnd, port)) in portAllowed()