[BACK]Return to ipx.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/Attic/ipx.c between version 1.8 and 1.9

version 1.8, 2001/11/19 19:02:15 version 1.9, 2002/01/17 21:34:58
Line 122 
Line 122 
                                 (char *)&sockb, sizeof (sockb));                                  (char *)&sockb, sizeof (sockb));
                 if (isspx) {                  if (isspx) {
                         kread((u_long)ipxpcb.ipxp_ppcb,                          kread((u_long)ipxpcb.ipxp_ppcb,
                               (char *)&spxpcb, sizeof (spxpcb));                              (char *)&spxpcb, sizeof (spxpcb));
                 }                  }
                 if (first) {                  if (first) {
                         printf("Active Internetwork Packet Exchange connections");                          printf("Active Internetwork Packet Exchange connections");
                         if (aflag)                          if (aflag)
                                 printf(" (including servers)");                                  printf(" (including servers)");
                         putchar('\n');                          putchar('\n');
                         if (Aflag)                          if (Aflag)
                                 printf("%-*.*s %-5.5s %-6.6s %-6.6s  %-*.*s %-*.*s %s\n",                                  printf("%-*.*s %-5.5s %-6.6s %-6.6s  %-*.*s %-*.*s %s\n",
                                     PLEN, PLEN, "PCB", "Proto", "Recv-Q",                                      PLEN, PLEN, "PCB", "Proto", "Recv-Q",
                                     "Send-Q", PLEN, PLEN, "Local Address",                                      "Send-Q", PLEN, PLEN, "Local Address",

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9