Home
last modified time | relevance | path

Searched refs:PORT_BITS (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/darkstat/darkstat-3.0.719/
H A Dhosts_db.c83 #define PORT_BITS 1 /* initial size of ports tables */ macro
829 h->ports_tcp = hashtable_make(PORT_BITS, opt_ports_max, opt_ports_keep, in host_get_port_tcp()
842 PORT_BITS, opt_ports_max, opt_ports_keep, hash_func_short, in host_get_port_tcp_remote()
856 h->ports_udp = hashtable_make(PORT_BITS, opt_ports_max, opt_ports_keep, in host_get_port_udp()
869 PORT_BITS, opt_ports_max, opt_ports_keep, hash_func_short, in host_get_port_udp_remote()
/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dparsers.c598 #define PORT_BITS 16 macro
599 #define PORT_MAX ( 1 << PORT_BITS )