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

Diff for /src/usr.bin/netstat/main.c between version 1.98 and 1.99

version 1.98, 2013/11/20 21:34:25 version 1.99, 2014/01/10 04:54:35
Line 58 
Line 58 
         { "_tcbtable" },          { "_tcbtable" },
 #define N_UDBTABLE      1  #define N_UDBTABLE      1
         { "_udbtable" },          { "_udbtable" },
 #define N_DDPCB         2  
         { "_ddpcb"},  
 #define N_UNIXSW        3  
         { "_unixsw" },  
   
 #define N_MFCHASHTBL    4  #define N_MFCHASHTBL    2
         { "_mfchashtbl" },          { "_mfchashtbl" },
 #define N_MFCHASH       5  #define N_MFCHASH       3
         { "_mfchash" },          { "_mfchash" },
 #define N_VIFTABLE      6  #define N_VIFTABLE      4
         { "_viftable" },          { "_viftable" },
   
 #define N_MF6CTABLE     7  #define N_MF6CTABLE     5
         { "_mf6ctable" },          { "_mf6ctable" },
 #define N_MIF6TABLE     8  #define N_MIF6TABLE     6
         { "_mif6table" },          { "_mif6table" },
   
 #define N_RTREE         9  #define N_RTREE         7
         { "_rt_tables"},          { "_rt_tables"},
 #define N_RTMASK        10  #define N_RTMASK        8
         { "_mask_rnhead" },          { "_mask_rnhead" },
 #define N_AF2RTAFIDX    11  #define N_AF2RTAFIDX    9
         { "_af2rtafidx" },          { "_af2rtafidx" },
 #define N_RTBLIDMAX     12  #define N_RTBLIDMAX     10
         { "_rtbl_id_max" },          { "_rtbl_id_max" },
   
 #define N_RAWIPTABLE    13  #define N_RAWIPTABLE    11
         { "_rawcbtable" },          { "_rawcbtable" },
 #define N_RAWIP6TABLE   14  #define N_RAWIP6TABLE   12
         { "_rawin6pcbtable" },          { "_rawin6pcbtable" },
 #define N_DIVBTABLE     15  #define N_DIVBTABLE     13
         { "_divbtable" },          { "_divbtable" },
 #define N_DIVB6TABLE    16  #define N_DIVB6TABLE    14
         { "_divb6table" },          { "_divb6table" },
   
         { "" }          { "" }

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99