OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tuwx
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/net/
netstat.c
15
Display networking information. Default is netsat -
tuwx
337
int
tuwx
= FLAG_t|FLAG_u|FLAG_w|FLAG_x;
local
341
if (!(toys.optflags&(FLAG_r|
tuwx
))) toys.optflags |=
tuwx
;
343
if (!(toys.optflags&
tuwx
)) return;
/external/toybox/generated/
help.h
117
#define HELP_netstat "usage: netstat [-pWrxwutneal]\n\nDisplay networking information. Default is netsat -
tuwx
\n\n-r routing table\n-a all sockets (not just connected)\n-l listening server sockets\n-t TCP sockets\n-u UDP sockets\n-w raw sockets\n-x unix sockets\n-e extended info\n-n don't resolve names\n-W wide display\n-p PID/Program name of sockets\n\n"
[
all
...]
Completed in 260 milliseconds