manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 518 for [SIMILAR] 16 1024 4096 WITH 35518 accept WITH 32... (1.121 sec.)
Man page of ACCEPT 10000
ACCEPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 accept, accept4 - ソケットへの接続を受ける 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket.h > int accept(int sockfd , struct sockaddr * addr , socklen_t * addrlen ); #define ...
https://man.plustar.jp/manpage/man2/accept.2.html - [similar]
Man page of ACCEPT 10000
ACCEPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 accept, accept4 - ソケットへの接続を受ける 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket.h > int accept(int sockfd , struct sockaddr * addr , socklen_t * addrlen ); #define ...
https://man.plustar.jp/manpage/man2/accept4.2.html - [similar]
Man page of STRPBRK 6857
STRPBRK Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 strpbrk - 文字列からバイト集合に含まれるバイトを探す 書式 #include < string.h > char *strpbrk(const char * s , const char * accept ); 説明 strpbrk () 関数は、文字列 accept に含まれるバイトのいずれか ...
https://man.plustar.jp/manpage/man3/strpbrk.3.html - [similar]
Man page of TCP 6334
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]
Man page of LISTEN 6334
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 CONNECT 6334
CONNECT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 connect - ソケットの接続を行う 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket.h > int connect(int sockfd , const struct sockaddr * addr , socklen_t addrlen ); 説明 connect ( ...
https://man.plustar.jp/manpage/man2/connect.2.html - [similar]
Man page of SOCKET 6334
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 IP 6334
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 UNIX 6334
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 DDP 6334
DDP Section: Linux Programmer's Manual (7) Updated: 2017-09-15 Index JM Home Page 名前 ddp - Linux での AppleTalk プロトコルの実装 書式 #include < sys/socket.h > #include < netatalk/at.h > ddp_socket = socket(AF_APPLETALK, SOCK_DGRAM, 0); raw_socket = socket(AF_APPLETALK, SOCK_RAW, proto ...
https://man.plustar.jp/manpage/man7/ddp.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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