Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnyToCAny ¶
func AnyToCAny(a *syscall.RawSockaddrAny) *C.struct_sockaddr_any
AnyToCAny casts a *RawSockaddrAny to a *C.struct_sockaddr_any
func AnyToSockaddr ¶
func AnyToSockaddr(rsa *syscall.RawSockaddrAny) (syscall.Sockaddr, error)
SockaddrToAny converts a syscall.RawSockaddrAny into a syscall.Sockaddr The implementation is platform dependent.
func CAnyToAny ¶
func CAnyToAny(a *C.struct_sockaddr_any) *syscall.RawSockaddrAny
CAnyToAny casts a *C.struct_sockaddr_any to a *RawSockaddrAny
Types ¶
Click to show internal directories.
Click to hide internal directories.