sys/socket.h
int accept(int sockfd, struct sockaddr *addr, socklen_t *addrlen);
AF_INET
IPv4 専用のインターネットファミリ
#C/C++ #C標準ライブラリ #ライブラリ