Uses of Class
EOorg.EOeolang.EOsys.SockaddrIn
Packages that use SockaddrIn
Package
Description
EO runtime, posix.
EO runtime, windows.
-
Uses of SockaddrIn in EOorg.EOeolang.EOsys.Posix
Methods in EOorg.EOeolang.EOsys.Posix with parameters of type SockaddrInModifier and TypeMethodDescriptionintCStdLib.accept(int sockfd, SockaddrIn addr, com.sun.jna.ptr.IntByReference addrlen) Accept connection on socket.intCStdLib.bind(int sockfd, SockaddrIn addr, int addrlen) Assigns the address specified byaddrto the socket referred to by the file descriptorsockfd.intCStdLib.connect(int sockfd, SockaddrIn addr, int addrlen) Connects to the server at the specified IP address and port. -
Uses of SockaddrIn in EOorg.EOeolang.EOsys.Win32
Methods in EOorg.EOeolang.EOsys.Win32 with parameters of type SockaddrInModifier and TypeMethodDescriptionintWinsock.accept(int sockfd, SockaddrIn addr, com.sun.jna.ptr.IntByReference addrlen) Accept connection on socket.intWinsock.bind(int sockfd, SockaddrIn addr, int addrlen) Assigns the address specified byaddrto the socket referred to by the file descriptorsockfd.intWinsock.connect(int sockfd, SockaddrIn addr, int addrlen) Connects to the server at the specified IP address and port.