Searched refs:tcp_ports (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipmon.c159 static char **tcp_ports = NULL; variable
423 if (tcp_ports != NULL) {
425 if (tcp_ports[i] != NULL) {
426 free(tcp_ports[i]);
427 tcp_ports[i] = NULL;
429 free(tcp_ports);
430 tcp_ports = NULL;
432 tcp_ports = (char **)malloc(65536 * sizeof(*tcp_ports));
433 if (tcp_ports !
[all...]

Completed in 28 milliseconds