Lines Matching refs:ports
2878 int *ports, *nports;
2904 ports = NULL;
2908 nports = os_realloc_array(ports, num_ports + 1, sizeof(int));
2910 os_free(ports);
2913 ports = nports;
2914 ports[num_ports++] = atoi(pos);
2922 nports = os_realloc_array(ports, num_ports + 1, sizeof(int));
2924 os_free(ports);
2927 ports = nports;
2928 ports[num_ports] = -1;
2930 port[cred->num_req_conn_capab] = ports;
3344 int *ports;
3353 ports = cred->req_conn_capab_port[i];
3354 if (ports) {
3356 for (j = 0; ports[j] != -1; j++) {
3360 ports[j]);