Home
last modified time | relevance | path

Searched refs:min_port (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp47 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap() argument
49 for (; min_port < max_port; ++min_port) in PortMap()
50 m_port_map[min_port] = LLDB_INVALID_PROCESS_ID; in PortMap()
H A DGDBRemoteCommunicationServerPlatform.h39 PortMap(uint16_t min_port, uint16_t max_port);
/openbsd/usr.sbin/unbound/util/
H A Dconfig_file.c1836 int min_port = 0; in cfg_apply_local_port_policy() local
1838 if (fscanf(range_fd, "%d %d", &min_port, &max_port) == 2) { in cfg_apply_local_port_policy()
1839 for(i=0; i<min_port; i++) { in cfg_apply_local_port_policy()
/openbsd/sbin/unwind/libunbound/util/
H A Dconfig_file.c1836 int min_port = 0; in cfg_apply_local_port_policy() local
1838 if (fscanf(range_fd, "%d %d", &min_port, &max_port) == 2) { in cfg_apply_local_port_policy()
1839 for(i=0; i<min_port; i++) { in cfg_apply_local_port_policy()