Searched refs:kPortRangeEnd (Results 1 – 1 of 1) sorted by relevance
27 const int kPortRangeEnd = 65535; variable218 (next_port_ >= kPortRangeEnd) ? kPortRangeStart : (next_port_ + 1); in CreateUdpSocket()