[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.66 and 1.67

version 1.66, 2007/06/04 12:20:24 version 1.67, 2007/06/28 14:27:02
Line 102 
Line 102 
         { "_mfchash" },          { "_mfchash" },
 #define N_VIFTABLE      17  #define N_VIFTABLE      17
         { "_viftable" },          { "_viftable" },
 #define N_AHSTAT        21  #define N_AHSTAT        18
         { "_ahstat"},          { "_ahstat"},
 #define N_ESPSTAT       22  #define N_ESPSTAT       19
         { "_espstat"},          { "_espstat"},
 #define N_IP4STAT       23  #define N_IP4STAT       20
         { "_ipipstat"},          { "_ipipstat"},
 #define N_DDPSTAT       24  #define N_DDPSTAT       21
         { "_ddpstat"},          { "_ddpstat"},
 #define N_DDPCB         25  #define N_DDPCB         22
         { "_ddpcb"},          { "_ddpcb"},
 #define N_ETHERIPSTAT   26  #define N_ETHERIPSTAT   23
         { "_etheripstat"},          { "_etheripstat"},
 #define N_IP6STAT       27  #define N_IP6STAT       24
         { "_ip6stat" },          { "_ip6stat" },
 #define N_ICMP6STAT     28  #define N_ICMP6STAT     25
         { "_icmp6stat" },          { "_icmp6stat" },
 #define N_PIM6STAT      29  #define N_PIM6STAT      26
         { "_pim6stat" },          { "_pim6stat" },
 #define N_MRT6PROTO     30  #define N_MRT6PROTO     27
         { "_ip6_mrtproto" },          { "_ip6_mrtproto" },
 #define N_MRT6STAT      31  #define N_MRT6STAT      28
         { "_mrt6stat" },          { "_mrt6stat" },
 #define N_MF6CTABLE     32  #define N_MF6CTABLE     29
         { "_mf6ctable" },          { "_mf6ctable" },
 #define N_MIF6TABLE     33  #define N_MIF6TABLE     30
         { "_mif6table" },          { "_mif6table" },
 #define N_MBPOOL        34  #define N_MBPOOL        31
         { "_mbpool" },          { "_mbpool" },
 #define N_MCLPOOL       35  #define N_MCLPOOL       32
         { "_mclpool" },          { "_mclpool" },
 #define N_IPCOMPSTAT    36  #define N_IPCOMPSTAT    33
         { "_ipcompstat" },          { "_ipcompstat" },
 #define N_RIP6STAT      37  #define N_RIP6STAT      34
         { "_rip6stat" },          { "_rip6stat" },
 #define N_CARPSTAT      38  #define N_CARPSTAT      35
         { "_carpstats" },          { "_carpstats" },
 #define N_RAWIPTABLE    39  #define N_RAWIPTABLE    36
         { "_rawcbtable" },          { "_rawcbtable" },
 #define N_RAWIP6TABLE   40  #define N_RAWIP6TABLE   37
         { "_rawin6pcbtable" },          { "_rawin6pcbtable" },
 #define N_PFSYNCSTAT    41  #define N_PFSYNCSTAT    38
         { "_pfsyncstats" },          { "_pfsyncstats" },
 #define N_PIMSTAT       42  #define N_PIMSTAT       39
         { "_pimstat" },          { "_pimstat" },
 #define N_AF2RTAFIDX    43  #define N_AF2RTAFIDX    40
         { "_af2rtafidx" },          { "_af2rtafidx" },
 #define N_RTBLIDMAX     44  #define N_RTBLIDMAX     41
         { "_rtbl_id_max" },          { "_rtbl_id_max" },
 #define N_RTMASK        45  #define N_RTMASK        42
         { "_mask_rnhead" },          { "_mask_rnhead" },
         { ""}          { ""}
 };  };

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67