class Sys::Socket::In_addr : pointer_t {
# Class methods
native static method new : Sys::Socket::In_addr ();
# Instance methods
native method DESTROY : void ();
# Instance methods
native method s_addr : int ();
native method set_s_addr : void ($s_addr : int);
}