Home
last modified time | relevance | path

Searched defs:netstat_cmd (Results 1 – 3 of 3) sorted by relevance

/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_debug.erl387 netstat_cmd({unix, linux}) -> "netstat -ant"; function
388 netstat_cmd({unix, freebsd}) -> "netstat -an -p tcp"; function
389 netstat_cmd({unix, sunos}) -> "netstat -an -P tcp"; function
390 netstat_cmd(_) -> "netstat -an". function
/dports/net-mgmt/netustad/netustad-0.3.1/
H A Dconfigure.in115 AC_DEFINE_UNQUOTED(netstat_cmd, "$netstat_cmd", [netstat path]) definition
/dports/net-mgmt/netustad/netustad-0.3.1/include/
H A Dconfig.h307 #define netstat_cmd "/usr/bin/netstat" macro