manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 72 for [SIMILAR] 16 1024 4096 WITH 46775 adsl WITH 3266... (0.255 sec.)
Man page of SOCKETCALL 0
SOCKETCALL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 socketcall - ソケットシステムコール 書式 #include < linux/net.h > int socketcall(int call , unsigned long * args ); 説明 socketcall () はソケットシステムコールのための共通のカーネルエントリー ポ ...
https://man.plustar.jp/manpage/man2/socketcall.2.html - [similar]
Man page of GETADDRINFO 0
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getaddrinfo, freeaddrinfo, gai_strerror - ネットワークのアドレスとサービスを変換する 書式 #include < sys/types.h > #include < sys/socket.h > #include < netdb.h > int getaddrinfo(const char * no ...
https://man.plustar.jp/manpage/man3/freeaddrinfo.3.html - [similar]
Man page of GETADDRINFO 0
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getaddrinfo, freeaddrinfo, gai_strerror - ネットワークのアドレスとサービスを変換する 書式 #include < sys/types.h > #include < sys/socket.h > #include < netdb.h > int getaddrinfo(const char * no ...
https://man.plustar.jp/manpage/man3/gai_strerror.3.html - [similar]
Man page of GETADDRINFO 0
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getaddrinfo, freeaddrinfo, gai_strerror - ネットワークのアドレスとサービスを変換する 書式 #include < sys/types.h > #include < sys/socket.h > #include < netdb.h > int getaddrinfo(const char * no ...
https://man.plustar.jp/manpage/man3/getaddrinfo.3.html - [similar]
Man page of UNIX 0
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ローカルな プロセス間通信用のソケット 書式 #include < sys/socket.h > #include < sys/un.h > unix_socket = socket(AF_UNIX, type, 0); error = socketpair(AF_UNIX, type, 0, int * sv ); 説明 AF_UNIX ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of IP 0
IP Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 ip - Linux IPv4 プロトコルの実装 書式 #include < sys/socket.h > #include < netinet/in.h > #include < netinet/ip.h > /* 上記のスーパーセット */ tcp_socket = socket(AF_INET, SOCK_STREAM, 0); udp_socket = ...
https://man.plustar.jp/manpage/man7/ip.7.html - [similar]
Man page of SOCKET 0
SOCKET Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 socket - Linux のソケットインターフェース 書式 #include < sys/socket.h > sockfd = socket(int socket_family , int socket_type , int protocol ); 説明 このマニュアルページは Linux ネットワークのソケット ...
https://man.plustar.jp/manpage/man7/socket.7.html - [similar]
Man page of LISTEN 0
LISTEN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 listen - ソケット(socket)上の接続を待つ 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket.h > int listen(int sockfd , int backlog ); 説明 listen () は sockfd が参照するソケットを ...
https://man.plustar.jp/manpage/man2/listen.2.html - [similar]
Man page of SENDMMSG 0
SENDMMSG Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 sendmmsg - 複数のメッセージをソケットへ送信する 書式 #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #include < sys/socket.h > int sendmmsg(int sockfd , struct mmsghdr * msgvec , unsigned i ...
https://man.plustar.jp/manpage/man2/sendmmsg.2.html - [similar]
Man page of TCP 0
TCP Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 tcp - TCP プロトコル 書式 #include < sys/socket.h > #include < netinet/in.h > #include < netinet/tcp.h > tcp_socket = socket(AF_INET, SOCK_STREAM, 0); 説明 これは RFC 793, RFC 1122, RFC 2001 で定義され ...
https://man.plustar.jp/manpage/man7/tcp.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022