Uses of Class
EOorg.EOeolang.EOsys.SockaddrIn
-
Packages that use SockaddrIn Package Description EOorg.EOeolang.EOsys.Posix EO runtime, posix. -
-
Uses of SockaddrIn in EOorg.EOeolang.EOsys.Posix
Methods in EOorg.EOeolang.EOsys.Posix with parameters of type SockaddrIn Modifier and Type Method Description int
CStdLib. connect(int sockfd, SockaddrIn addr, int addrlen)
Connects to the server at the specified IP address and port.
-