NAME

Sidef::Types::Glob::Socket

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Socket(...)

INHERITS

Inherits methods from:

* Sidef::Object::Object

METHODS

getaddrinfo

self.getaddrinfo

Returns the

gethostbyaddr

self.gethostbyaddr(addr, addrtype)

Returns the

gethostbyname

self.gethostbyname(name)

Returns the

gethostent

self.gethostent

Returns the

getnameinfo

self.getnameinfo

Returns the

getnetbyaddr

self.getnetbyaddr(addr, addrtype)

Returns the

getnetbyname

self.getnetbyname(name)

Returns the

getnetent

self.getnetent

Returns the

getprotobyname

self.getprotobyname(name)

Returns the

getprotobynumber

self.getprotobynumber(num)

Returns the

getprotoent

self.getprotoent

Returns the

getservbyname

self.getservbyname(name, proto)

Returns the

getservbyport

self.getservbyport(port, proto)

Returns the

getservent

self.getservent

Returns the

inet_aton

self.inet_aton

Returns the

inet_ntoa

self.inet_ntoa

Returns the

inet_ntop

self.inet_ntop

Returns the

inet_pton

self.inet_pton

Returns the

new

self.new

Returns the

open

self.open(domain, type, protocol)

Returns the

pack_ip_mreq

self.pack_ip_mreq

Returns the

pack_ip_mreq_source

self.pack_ip_mreq_source

Returns the

pack_ipv6_mreq

self.pack_ipv6_mreq

Returns the

pack_sockaddr_in

self.pack_sockaddr_in

Returns the

pack_sockaddr_in6

self.pack_sockaddr_in6

Returns the

pack_sockaddr_un

self.pack_sockaddr_un

Returns the

sethostent

self.sethostent(stayopen)

Returns the

setnetent

self.setnetent(stayopen)

Returns the

setprotoent

self.setprotoent(stayopen)

Returns the

setservent

self.setservent(stayopen)

Returns the

sockaddr_family

self.sockaddr_family

Returns the

sockaddr_in

self.sockaddr_in

Returns the

sockaddr_in6

self.sockaddr_in6

Returns the

sockaddr_un

self.sockaddr_un

Returns the

socketpair

self.socketpair(socket1, socket2, domain, type, protocol)

Returns the

unpack_ip_mreq

self.unpack_ip_mreq

Returns the

unpack_ip_mreq_source

self.unpack_ip_mreq_source

Returns the

unpack_ipv6_mreq

self.unpack_ipv6_mreq

Returns the

unpack_sockaddr_in

self.unpack_sockaddr_in

Returns the

unpack_sockaddr_in6

self.unpack_sockaddr_in6

Returns the

unpack_sockaddr_un

self.unpack_sockaddr_un

Returns the