Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
#include "ruby/missing.h"
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
Go to the source code of this file.
Functions | |
int | ruby_getpeername (int s, struct sockaddr *name, socklen_t *namelen) |
int | ruby_getsockname (int s, struct sockaddr *name, socklen_t *namelen) |
int | ruby_shutdown (int s, int how) |
int | ruby_close (int s) |