more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
more.os.posix.sock
more
os
posix
Undocumented in source.
Public Imports
more.os.posix.core
public
import
more
.
os
.
posix
.
core
:
lastError
;
core.sys.posix.sys.socket
public
import
core
.
sys
.
posix
.
sys
.
socket
:
socklen_t
,
AF_UNSPEC
,
AF_UNIX
,
AF_IPX
,
AF_APPLETALK
,
AF_INET
,
AF_INET6
,
SOCK_RAW
,
SOCK_STREAM
,
SOCK_DGRAM
,
SOCK_SEQPACKET
,
SOCK_RDM
;
core.sys.posix.netinet.in_
public
import
core
.
sys
.
posix
.
netinet
.
in_
:
IPPROTO_IP
,
IPPROTO_IPV6
,
IPPROTO_ICMP
,
IPPROTO_IGMP
,
IPPROTO_PUP
,
IPPROTO_GGP
,
IPPROTO_IDP
,
IPPROTO_RAW
,
IPPROTO_UDP
,
IPPROTO_TCP
;
Members
Enums
TCP_KEEPIDLE
anonymousenum
TCP_KEEPIDLE
Undocumented in source.
Functions
getaddrinfo
sysresult_t
getaddrinfo
(const(char)* node, const(char)* service, const(addrinfo)* hints, addrinfo** res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inet_ntop
const
(
char
)*
inet_ntop
(int addressFamily, const(void)* addr, char* dst, socklen_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
socket
SocketHandle
socket
(cint domain, cint type, cint protocol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Structs
addrinfo
struct
addrinfo
Undocumented in source.
Meta
Source
See Source File
more
os
posix
modules
core
sock