Home
last modified time | relevance | path

Searched refs:Aflag (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/netstat/
H A Dnetgraph.c111 if (Aflag) in netgraphprotopr()
121 if (Aflag) in netgraphprotopr()
H A Dinet.c328 if (Aflag) in protopr()
332 xo_emit((Aflag && !Wflag) ? in protopr()
339 xo_emit((Aflag && !Wflag) ? in protopr()
347 xo_emit((Aflag && !Wflag) ? in protopr()
394 if (Aflag) { in protopr()
1436 (Aflag && !num_port) ? 12 : 16, inetname(in)); in inetprint()
1447 width = (Aflag && !Wflag) ? 18 : in inetprint()
H A Dnetstat.h47 extern int Aflag; /* show addresses of protocol control block */
H A Dmain.c212 int Aflag; /* show addresses of protocol control block */ variable
294 Aflag = 1; in main()
H A Dinet6.c1299 Wflag ? 39 : (Aflag && !numeric) ? 12 : 16,
1311 width = Wflag ? 45 : Aflag ? 18 : 22;