manページ検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 114 for SOCK (0.043 sec.)
Man page of GETDENTS 4958
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... ックリンクである。 DT_REG 通常のファイルである。 DT_SOCK UNIX ドメインソケットである。 DT_UNKNOWN ファイルタ ... ry" : (d_type == DT_FIFO) ? "FIFO" : (d_type == DT_SOCK) ? "socket" : (d_type == DT_LNK) ? "symlink" : (d_ ...
https://man.plustar.jp/manpage/man2/getdents64.2.html - [similar]
Man page of DIR_COLORS 4857
DIR_COLORS Section: Linux User Manual (5) Updated: 2020-08-13 Index JM Home Page 名前 dir_colors ... 付きパイプ) に使われる色を指定する。 PIPE の同義語。 SOCK color-sequence ソケットに使われる色を指定する。 DO ... d 行方不明のファイル FIFO 31 名前付きパイプ (FIFO) SOCK 33 ソケット BLK 44;37 ブロックデバイス CHR 44;37 キ ...
https://man.plustar.jp/manpage/man5/dir_colors.5.html - [similar]
Man page of RTNETLINK 4744
RTNETLINK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rtn ... .h > #include < linux/rtnetlink.h > #include < sys/socket.h > rtnetlink_socket = socket(AF_NETLINK, int so ... *rta; unsigned int mtu = 1000; int rtnetlink_sk = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE); memset(& ...
https://man.plustar.jp/manpage/man3/rtnetlink.3.html - [similar]
Man page of SELECT_TUT 4631
SELECT_TUT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 se ... < string.h > #include < signal.h > #include < sys/socket.h > #include < netinet/in.h > #include < arpa/in ... max(x,y) ((x) > (y) ? (x) : (y)) static int listen_socket(int listen_port) { struct sockaddr_in addr; int ... lfd; int yes; lfd = socket(AF_INET, SOCK_STREAM, 0); if (lfd == -1) { perro ... r("socket"); return -1; } yes = 1; if (setsockopt(lfd, SOL ...
https://man.plustar.jp/manpage/man2/select_tut.2.html - [similar]
Man page of REXEC 4631
REXEC Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rexec, ... しない)。 接続に成功すると、インターネットドメインの SOCK_STREAM 型のソケットが返され、そのソケットはリモート ...
https://man.plustar.jp/manpage/man3/rexec.3.html - [similar]
Man page of REXEC 4631
REXEC Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rexec, ... しない)。 接続に成功すると、インターネットドメインの SOCK_STREAM 型のソケットが返され、そのソケットはリモート ...
https://man.plustar.jp/manpage/man3/rexec_af.3.html - [similar]
Man page of RECVMMSG 4517
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... /* feature_test_macros (7) 参照 */ #include < sys/socket.h > int recvmmsg(int sockfd , struct mmsghdr * m ... ては、受信操作におけるタイムアウトのサポートがある。 sockfd 引数は、データを受信するソケットのファイルディス ... の大きさは vlen で指定する。 mmsghdr 構造体は < sys/socket.h > で次のように定義されている。 struct mmsghdr ... in the meantime by an unrelated network event on a socket, for example an incoming ICMP packet. 例 以下のプ ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of SENDMMSG 4517
SENDMMSG Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 send ... /* feature_test_macros (7) 参照 */ #include < sys/socket.h > int sendmmsg(int sockfd , struct mmsghdr * m ... アプリケーションによっては性能上のメリットがある)。 sockfd 引数は、 データを送信するソケットのファイルディス ... の大きさは vlen で指定する。 mmsghdr 構造体は < sys/socket.h > で次のように定義されている。 struct mmsghdr ... string.h > #include < sys/types.h > #include < sys/socket.h > int main(void) { int sockfd; struct sockaddr ...
https://man.plustar.jp/manpage/man2/sendmmsg.2.html - [similar]
Man page of UDPLITE 4517
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 ... においてである。 可変長のチェックサムの対象範囲は setsockopt (2) オプション経由で設定される。 このオプション ... のフォーマット UDP-Litev4 は ip (7) で説明されている sockaddr_in アドレスを使用する。 UDP-Litev6 は ipv6 (7) ... で説明されている sockaddr_in6 アドレスを使用する。 ソケットオプション UD ...
https://man.plustar.jp/manpage/man7/udplite.7.html - [similar]
Man page of X25 4517
X25 Section: Linux Programmer's Manual (7) Updated: 2017-09-15 Index JM Home Page 名前 x25 - ITU ... 208 プロトコルインターフェース 書式 #include < sys/socket.h > #include < linux/x25.h > x25_socket = socket ... (AF_X25, SOCK_SEQPACKET, 0); 説明 X25 ソケットは X.25 パケット層 ... ァミリーは、ネットワークアドレスを表すために struct sockaddr_x25 を用いる。これは ITU-T recommendation X.12 ... 1 で定義されている。 struct sockaddr_x25 { sa_family_t sx25_family; /* must be AF_X ...
https://man.plustar.jp/manpage/man7/x25.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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