# Functions
IP6ZoneToInt converts an IP6 Zone net string to a unix int returns 0 if zone is "".
IP6ZoneToString converts an IP6 Zone unix int to a net string returns "" if zone is 0.
IPAddrToSockaddr converts a net.IPAddr to a Sockaddr.
IPAF returns the unix AF_* type for a given IP address returns AF_UNSPEC if unknown.
IPAndZoneToSockaddr converts a net.IP (with optional IPv6 Zone) to a Sockaddr Returns nil if conversion fails.
NetAddrAF returns the unix AF_* type for a given net.Addr returns AF_UNSPEC if unknown.
NetAddrIPPROTO returns the unix IPPROTO_* type for a given net.Addr returns -1 if protocol unknown.
NetAddrSOCK returns the unix SOCK_* type for a given net.Addr returns 0 if type unknown.
NetAddrToSockaddr converts a net.Addr to a Sockaddr.
SockaddrToIPAddr converts a Sockaddr to a net.IPAddr Returns nil if conversion fails.
SockaddrToIPAndZone converts a Sockaddr to a net.IP (with optional IPv6 Zone) Returns nil if conversion fails.
SockaddrToTCPAddr converts a Sockaddr to a net.TCPAddr Returns nil if conversion fails.
SockaddrToUDPAddr converts a Sockaddr to a net.UDPAddr Returns nil if conversion fails.
SockaddrToUnixAddr converts a Sockaddr to a net.UnixAddr Returns nil if conversion fails.
SockaddrToUnixgramAddr converts a Sockaddr to a net.UnixAddr Returns nil if conversion fails.
SockaddrToUnixpacketAddr converts a Sockaddr to a net.UnixAddr Returns nil if conversion fails.
TCPAddrToSockaddr converts a net.TCPAddr to a Sockaddr.
UDPAddrToSockaddr converts a net.UDPAddr to a Sockaddr.
UnixAddrToSockaddr converts a net.UnixAddr to a Sockaddr, and returns the type (unix.SOCK_STREAM, unix.SOCK_DGRAM, unix.SOCK_SEQPACKET) Returns (nil, 0) if conversion fails.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author