Lines Matching defs:tcp_ports
182 static char **tcp_ports = NULL;
456 if (tcp_ports != NULL) {
458 if (tcp_ports[i] != NULL) {
459 free(tcp_ports[i]);
460 tcp_ports[i] = NULL;
462 free(tcp_ports);
463 tcp_ports = NULL;
465 tcp_ports = (char **)malloc(65536 * sizeof(*tcp_ports));
466 if (tcp_ports != NULL)
467 bzero((char *)tcp_ports, 65536 * sizeof(*tcp_ports));
476 tab = tcp_ports;
572 s = tcp_ports[port];