Home | History | Annotate | Download | only in source

Lines Matching defs:clientPort

1168             AString clientPort;
1170 transport.c_str(), "client_port", &clientPort)) {
1172 } else if (sscanf(clientPort.c_str(), "%d-%d",
1174 } else if (sscanf(clientPort.c_str(), "%d", &clientRtp) == 1) {
1192 AString clientPort;
1194 transport.c_str(), "client_port", &clientPort)) {
1196 } else if (sscanf(clientPort.c_str(), "%d-%d",
1198 } else if (sscanf(clientPort.c_str(), "%d", &clientRtp) == 1) {