manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 350 for [SIMILAR] 16 1024 4096 WITH 86197 numeric WITH 8... (0.911 sec.)
Man page of CONNECT 5793
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 LISTEN 5793
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 IPV6 5793
IPV6 Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 ipv6 - Linux IPv6 プロトコルの実装 書式 #include < sys/socket.h > #include < netinet/in.h > tcp6_socket = socket(AF_INET6, SOCK_STREAM, 0); raw6_socket = socket(AF_INET6, SOCK_RAW, protocol ); udp6_so ...
https://man.plustar.jp/manpage/man7/ipv6.7.html - [similar]
Man page of UDP 5793
UDP Section: Linux Programmer's Manual (7) Updated: 2020-04-11 Index JM Home Page 名前 udp - IPv4 の ユーザーデータグラムプロトコル 書式 #include < sys/socket.h > #include < netinet/in.h > #include < netinet/udp.h > udp_socket = socket(AF_INET, SOCK_DGRAM, 0); 説明 これは RFC 768 で記述さ ...
https://man.plustar.jp/manpage/man7/udp.7.html - [similar]
Man page of DDP 5793
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]
Man page of ACCEPT 5793
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 5793
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 CARDINFO 5793
CARDINFO Section: User Commands (1) Updated: 2000/06/12 21:24:48 Index JM Home Page 名前 cardinfo - PCMCIA カードの監視・制御を行う X ユーティリティ 書式 cardinfo 説明 cardinfo はシステムにある全ての PCMCIA ソケットの現在の設定を表示する。 各カードについて、カードの名前・状態・使っている ...
https://man.plustar.jp/manpage/man1/cardinfo.1.html - [similar]
Man page of RECV 5793
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, recvfrom, recvmsg - ソケットからメッセージを受け取る 書式 #include < sys/types.h > #include < sys/socket.h > ssize_t recv(int sockfd , void * buf , size_t len , int flags ); ssize_t recvfrom(int ...
https://man.plustar.jp/manpage/man2/recv.2.html - [similar]
Man page of RECV 5793
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, recvfrom, recvmsg - ソケットからメッセージを受け取る 書式 #include < sys/types.h > #include < sys/socket.h > ssize_t recv(int sockfd , void * buf , size_t len , int flags ); ssize_t recvfrom(int ...
https://man.plustar.jp/manpage/man2/recvfrom.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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