Home
last modified time | relevance | path

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

/third_party/toybox/toys/net/
H A Dnetstat.c15 Display networking information. Default is netstat -tuwx
337 int tuwx = FLAG_t|FLAG_u|FLAG_w|FLAG_x; in netstat_main() local
341 if (!(toys.optflags&(FLAG_r|tuwx))) toys.optflags |= tuwx; in netstat_main()
343 if (!(toys.optflags&tuwx)) return; in netstat_main()

Completed in 1 milliseconds