'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in the
first column.
This commit is contained in:
parent
ec9c755352
commit
612d21296c
@ -217,7 +217,7 @@ protopr(u_long proto, /* for sysctl version we pass proto # */
|
||||
"Current listen queue sizes (qlen/incqlen/maxqlen)");
|
||||
putchar('\n');
|
||||
if (Aflag)
|
||||
printf("%-8.8s ", "Socket");
|
||||
printf("%-8.8s ", "Tcpcb");
|
||||
if (Lflag)
|
||||
printf("%-5.5s %-14.14s %-22.22s\n",
|
||||
"Proto", "Listen", "Local Address");
|
||||
|
Loading…
Reference in New Issue
Block a user