manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 150 for SOCKET (0.016 sec.)
Man page of SEND 6418
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... を送る 書式 #include < sys/types.h > #include < sys/socket.h > ssize_t send(int sockfd , const void * buf , s ... a SIGPIPE signal if the peer on a stream-oriented socket has closed the connection. The EPIPE error is stil ... uffer length the kernel can process is limited per socket by the value in /proc/sys/net/core/optmem_max ; se ... e socket (7). For further information on the use of ancilla ...
https://man.plustar.jp/manpage/man2/sendmsg.2.html - [similar]
Man page of SEND 6418
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... を送る 書式 #include < sys/types.h > #include < sys/socket.h > ssize_t send(int sockfd , const void * buf , s ... a SIGPIPE signal if the peer on a stream-oriented socket has closed the connection. The EPIPE error is stil ... uffer length the kernel can process is limited per socket by the value in /proc/sys/net/core/optmem_max ; se ... e socket (7). For further information on the use of ancilla ...
https://man.plustar.jp/manpage/man2/sendto.2.html - [similar]
Man page of TCP 6312
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/t ... cp.h > tcp_socket = socket(AF_INET, SOCK_STREAM, 0); 説明 これは RFC ... ールの前に設定しなければならない。 より詳しい情報は socket (7) を見よ。 TCP は緊急データ (urgent data) をサポ ... IES . The syncookies feature attempts to protect a socket from a SYN flood attack. This should be used as a ...
https://man.plustar.jp/manpage/man7/tcp.7.html - [similar]
Man page of GETSOCKNAME 6266
GETSOCKNAME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 g ... ame - ソケットの名前を取得する 書式 #include < sys/socket.h > int getsockname(int sockfd , struct sockaddr * ... socklen_t type, see accept (2). 関連項目 bind (2), socket (2), getifaddrs (3), ip (7), socket (7), unix (7) ...
https://man.plustar.jp/manpage/man2/getsockname.2.html - [similar]
Man page of GETPEERNAME 6055
GETPEERNAME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 g ... いる相手ソケットの名前を取得する 書式 #include < sys/socket.h > int getpeername(int sockfd , struct sockaddr * ... en_t * addrlen ); 説明 getpeername () は、ソケット(socket) sockfd に接続している相手のアドレスを、 addr が指 ... 項目 accept (2), bind (2), getsockname (2), ip (7), socket (7), unix (7) この文書について この man ページは L ...
https://man.plustar.jp/manpage/man2/getpeername.2.html - [similar]
Man page of LOGGER 5997
LOGGER Section: User Commands (1) Updated: November 2015 Index JM Home Page 名前 logger - システ ... 番である。 接続先の指定については、 --server や --socket もご覧いただきたい。 -e , --skip-empty ファイルを処 ... きい場合は、ちゃんと動作するか確認するべきである。 --socket-errors [ = mode ] Unix ソケット接続に関するエラーを ... 番である。 接続先の指定については、 --server や --socket もご覧いただきたい。 -t , --tag tag ログに記録され ... は、実効ユーザ ID に基づいたユーザ名) である -u , --socket socket システムログのソケットの代わりに、指定された ...
https://man.plustar.jp/manpage/man1/logger.1.html - [similar]
Man page of RECV 5892
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... け取る 書式 #include < sys/types.h > #include < sys/socket.h > ssize_t recv(int sockfd , void * buf , size_t ... hat returned. This flag has no effect for datagram sockets. recvfrom() recvfrom () は受信したメッセージをバッ ... すために msghdr 構造体を使用する。この構造体は < sys/socket.h > で以下のように定義されている: struct iovec { / ... , IP options, or file descriptors over UNIX domain sockets. For further information on the use of ancillary ...
https://man.plustar.jp/manpage/man2/recv.2.html - [similar]
Man page of RECV 5892
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... け取る 書式 #include < sys/types.h > #include < sys/socket.h > ssize_t recv(int sockfd , void * buf , size_t ... hat returned. This flag has no effect for datagram sockets. recvfrom() recvfrom () は受信したメッセージをバッ ... すために msghdr 構造体を使用する。この構造体は < sys/socket.h > で以下のように定義されている: struct iovec { / ... , IP options, or file descriptors over UNIX domain sockets. For further information on the use of ancillary ...
https://man.plustar.jp/manpage/man2/recvfrom.2.html - [similar]
Man page of RECV 5892
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... け取る 書式 #include < sys/types.h > #include < sys/socket.h > ssize_t recv(int sockfd , void * buf , size_t ... hat returned. This flag has no effect for datagram sockets. recvfrom() recvfrom () は受信したメッセージをバッ ... すために msghdr 構造体を使用する。この構造体は < sys/socket.h > で以下のように定義されている: struct iovec { / ... , IP options, or file descriptors over UNIX domain sockets. For further information on the use of ancillary ...
https://man.plustar.jp/manpage/man2/recvmsg.2.html - [similar]
Man page of UDPLITE 5892
UDPLITE Section: Linux Programmer's Manual (7) Updated: 2017-09-15 Index JM Home Page 名前 udpli ... なユーザーデータグラムプロトコル 書式 #include < sys/socket.h > sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_U ... e UDPLITE_RECV_CSCOV 11 関連項目 ip (7), ipv6 (7), socket (7), udp (7) RFC 3828 for the Lightweight User Dat ...
https://man.plustar.jp/manpage/man7/udplite.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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