class Sys::Socket::In6_addr : pointer_t {
# Class methods
native static method new : Sys::Socket::In6_addr ();
# Instance methods
native method DESTROY : void ();
native method s6_addr : string ();
native method set_s6_addr : void ($address : string);
}