public class Address : Boxed {
public Address.from_ipv4 ( uint ipv4_address ) ;
public Address.from_string ( string address ) ;
public weak Address dup ( ) ;
public bool equal ( Address b ) ;
public int get_family_type ( ) ;
public uint get_ipv4 ( ) ;
public void** get_sockaddr ( ushort port,
int len ) ;
public bool match ( Address b,
uint prefix ) ;
public weak string to_string ( ) ;
}

public Address.from_ipv4 ( uint ipv4_address ) ;
public Address.from_string ( string address ) ;
public weak Address dup ( ) ;
public bool equal ( Address b ) ;
public int get_family_type ( ) ;
public uint get_ipv4 ( ) ;
public void** get_sockaddr ( ushort port,
int len ) ;
public bool match ( Address b,
uint prefix ) ;
public weak string to_string ( ) ;
Created by Valadoc