manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 325 for [SIMILAR] 16 1024 4096 WITH 34994 connect WITH 3... (1.600 sec.)
Man page of CONNECT 10000
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 ADSL-CONNECT 6244
ADSL-CONNECT Section: Maintenance Commands (8) Updated: 21 February 2000 Index JM Home Page 名前 adsl-connect - PPPoE 接続を管理するシェルスクリプト 書式 adsl-connect [ config_file ] adsl-connect interface user [ config_file ] 説明 adsl-connect は、 Roaring Penguin ユーザー空間 PPPoE クラ ...
https://man.plustar.jp/manpage/man8/adsl-connect.8.html - [similar]
Man page of PPPOE.CONF 6244
PPPOE.CONF Section: File Formats (5) Updated: 21 February 2000 Index JM Home Page 名前 pppoe.conf - adsl-start (8), adsl-stop (8), adsl-status (8) , adsl-connect (8) で使われる設定ファイル 説明 /etc/ppp/pppoe.conf は Roaring Penguin の ADSL スクリプトの 設定情報が書かれたシェルスクリプト ...
https://man.plustar.jp/manpage/man5/pppoe.conf.5.html - [similar]
Man page of UNIX 5420
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 SOCKET 5420
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 5420
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 SOCKETCALL 5420
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 TCP 5420
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 SOCKET 5420
SOCKET Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 socket - 通信のための端点 (endpoint) を作成する 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket.h > int socket(int domain , int type , int protocol ); 説明 socket () creates a ...
https://man.plustar.jp/manpage/man2/socket.2.html - [similar]
Man page of UDP 5420
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]
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