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

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c145 static char **udp_ports = NULL; variable
392 if (udp_ports != NULL) {
394 if (udp_ports[i] != NULL) {
395 free(udp_ports[i]);
396 udp_ports[i] = NULL;
398 free(udp_ports);
399 udp_ports = NULL;
401 udp_ports = (char **)malloc(65536 * sizeof(*udp_ports));
402 if (udp_ports !
[all...]

Completed in 111 milliseconds