phpDocumentor Net_DNS
[ class tree: Net_DNS ] [ index: Net_DNS ] [ all elements ]

Class: Net_DNS_RR_AAAA

Source Location: /qp_plugins/basic_antispam_plugin/Net/DNS/RR/AAAA.php

Class Net_DNS_RR_AAAA

Property Summary
mixed   $address  
mixed   $class  
mixed   $name  
mixed   $rdata  
mixed   $rdlength  
mixed   $ttl  
mixed   $type  

[ Top ]
Method Summary
Net_DNS_RR_AAAA   Net_DNS_RR_AAAA()  
void   ipv6_compress()  
void   ipv6_decompress()  
void   rdatastr()  
void   rr_rdata()  

[ Top ]
Properties
mixed   $address [line 35]

[ Top ]
mixed   $class [line 31]

Redefinition of:
Net_DNS_RR::$class

[ Top ]
mixed   $name [line 29]

Redefinition of:
Net_DNS_RR::$name

[ Top ]
mixed   $rdata [line 34]

Redefinition of:
Net_DNS_RR::$rdata

[ Top ]
mixed   $rdlength [line 33]

Redefinition of:
Net_DNS_RR::$rdlength

[ Top ]
mixed   $ttl [line 32]

Redefinition of:
Net_DNS_RR::$ttl

[ Top ]
mixed   $type [line 30]

Redefinition of:
Net_DNS_RR::$type

[ Top ]
Methods
Constructor Net_DNS_RR_AAAA  [line 39]

  Net_DNS_RR_AAAA Net_DNS_RR_AAAA( &$rro, $data, [ $offset = '']  )

Parameters:
   &$rro: 
   $data: 
   $offset: 


[ Top ]
ipv6_compress  [line 81]

  void ipv6_compress( $addr  )

Parameters:
   $addr: 


[ Top ]
ipv6_decompress  [line 112]

  void ipv6_decompress( $pack  )

Parameters:
   $pack: 


[ Top ]
rdatastr  [line 65]

  void rdatastr( )



Redefinition of:
Net_DNS_RR::rdatastr()

[ Top ]
rr_rdata  [line 74]

  void rr_rdata( $packet, $offset  )

Parameters:
   $packet: 
   $offset: 


Redefinition of:
Net_DNS_RR::rr_rdata()

[ Top ]