Home
last modified time | relevance | path

Searched refs:iLocalAdd (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_node.cpp675 aLocalAdd = iPortVector[i]->iConfig->iAddr.iLocalAdd; in GetPortConfig()
691 iPortVector[i]->iConfig->iAddr.iLocalAdd = aLocalAdd; in SetPortConfig()
744 lower_sock_config->iAddr.iLocalAdd.port = aStartPortNum; in AllocateConsecutivePorts()
768 higher_sock_config->iAddr.iLocalAdd.port = in AllocateConsecutivePorts()
769 lower_sock_config->iAddr.iLocalAdd.port + 1; in AllocateConsecutivePorts()
780 if (higher_sock_config->iAddr.iLocalAdd.port == in AllocateConsecutivePorts()
781 (lower_sock_config->iAddr.iLocalAdd.port + 1)) in AllocateConsecutivePorts()
783 aLowerPortNum = lower_sock_config->iAddr.iLocalAdd.port; in AllocateConsecutivePorts()
788 aHigherPortNum = higher_sock_config->iAddr.iLocalAdd.port; in AllocateConsecutivePorts()
795 aStartPortNum = higher_sock_config->iAddr.iLocalAdd.port + 1; in AllocateConsecutivePorts()
[all …]
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h210 OsclNetworkAddress iLocalAdd; member