manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 212 for protocol (0.027 sec.)
Man page of MOUSE 9545
MOUSE Section: Linux Programmer's Manual (4) Updated: 2020-08-13 Index JM Home Page 名前 mouse - ... のに利用できる。 マイクロソフト プロトコル(Microsoft Protocol) マイクロソフト プロトコルは、1200 bits/sec のスピ ... ボタン マイクロソフト プロトコル(3-button Microsoft protocol) 本来のマイクロソフトマウスは 2 つのボタンしか持た ... らは伝わって来ない。) ロジテック プロトコル(Logitech protocol) ロジテック シリアル 3つボタンマウスは、マイクロソ ... えられる。 マウスシステムズ プロトコル(Mousesystems protocol) マウスシステムズ プロトコルは、1200 bits/secで、1 ...
https://man.plustar.jp/manpage/man4/mouse.4.html - [similar]
Man page of RTNETLINK 8151
RTNETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 rtn ... 説明 IFA_UNSPEC - 指定されていない IFA_ADDRESS raw protocol address インターフェースアドレス IFA_LOCAL raw pro ... iz string インターフェースの名前 IFA_BROADCAST raw protocol address ブロードキャストアドレス IFA_ANYCAST raw p ... ブルの全てのエントリーを所得する。 rtm_table と rtm_protocol 以外の他のフィールドに 0 を入れると、ワイルドカード ... table ID; see RTA_TABLE below */ unsigned char rtm_protocol; /* Routing protocol; see below */ unsigned char r ...
https://man.plustar.jp/manpage/man7/rtnetlink.7.html - [similar]
Man page of SOCKET 8077
SOCKET Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 socket ... /socket.h > int socket(int domain , int type , int protocol ); 説明 socket () creates an endpoint for communic ... ドメインを指定する; これはどの プロトコルファミリー (protocol family) を通信に使用するかを指定する。 これらのファ ... インターネットプロトコル ipv6 (7) AF_DECnet DECet protocol sockets AF_KEY Key management protocol, originally ... packet (7) AF_RDS Reliable Datagram Sockets (RDS) protocol rds (7) rds-rdma (7) AF_PPPOX Generic PPP transpor ...
https://man.plustar.jp/manpage/man2/socket.2.html - [similar]
Man page of GETADDRINFO 7613
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... t ai_flags; int ai_family; int ai_socktype; int ai_protocol; socklen_t ai_addrlen; struct sockaddr *ai_addr; c ... その構造体のフィールド ai_family , ai_socktype , ai_protocol で getaddrinfo () が返すソケットアドレス集合に対す ... スを getaddrinfo () が返してよいことを意味する。 ai_protocol このフィールドは返されるソケットアドレスのプロトコ ... 。 hints に NULL を指定するのは、 ai_socktype と ai_protocol に 0 を、 ai_family に AF_UNSPEC を、 ai_flags に ...
https://man.plustar.jp/manpage/man3/freeaddrinfo.3.html - [similar]
Man page of GETADDRINFO 7613
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... t ai_flags; int ai_family; int ai_socktype; int ai_protocol; socklen_t ai_addrlen; struct sockaddr *ai_addr; c ... その構造体のフィールド ai_family , ai_socktype , ai_protocol で getaddrinfo () が返すソケットアドレス集合に対す ... スを getaddrinfo () が返してよいことを意味する。 ai_protocol このフィールドは返されるソケットアドレスのプロトコ ... 。 hints に NULL を指定するのは、 ai_socktype と ai_protocol に 0 を、 ai_family に AF_UNSPEC を、 ai_flags に ...
https://man.plustar.jp/manpage/man3/gai_strerror.3.html - [similar]
Man page of GETADDRINFO 7613
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... t ai_flags; int ai_family; int ai_socktype; int ai_protocol; socklen_t ai_addrlen; struct sockaddr *ai_addr; c ... その構造体のフィールド ai_family , ai_socktype , ai_protocol で getaddrinfo () が返すソケットアドレス集合に対す ... スを getaddrinfo () が返してよいことを意味する。 ai_protocol このフィールドは返されるソケットアドレスのプロトコ ... 。 hints に NULL を指定するのは、 ai_socktype と ai_protocol に 0 を、 ai_family に AF_UNSPEC を、 ai_flags に ...
https://man.plustar.jp/manpage/man3/getaddrinfo.3.html - [similar]
Man page of PACKET 7074
PACKET Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 packet ... t_socket = socket(AF_PACKET, int socket_type , int protocol ); 説明 packet ソケットは、デバイスドライバ (OSI レ ... ckaddr_ll 構造体で共通のフォーマットで入手できる。 protocol には IEEE 802.3 プロトコル番号を ネットワークバイト ... 送られる。 By default, all packets of the specified protocol type are passed to a packet socket. To get packets ... binding are sll_family (should be AF_PACKET ), sll_protocol , and sll_ifindex . connect (2) 操作は packet ソケ ...
https://man.plustar.jp/manpage/man7/packet.7.html - [similar]
Man page of XINETD.CONF 6916
XINETD.CONF Section: File Formats (5) Updated: 14 June 2001 Index JM Home Page 名前 xinetd.conf ... 信頼できる連続的なデータグラム交換が必要なサービス protocol サービスに使われるプロトコルを指定する。 プロトコル ... は /etc/protocols になければならない。 この属性が指定されなかった場 ... 部 サービスのみ) server (非 内部 サービスのみ) wait protocol ( RPC と リストにない(UNLISTED) サービスのみ) rpc_ ... { disable = no type = TCPMUX socket_type = stream protocol = tcp wait = no user = root server = /usr/etc/my_s ...
https://man.plustar.jp/manpage/man5/xinetd.conf.5.html - [similar]
Man page of TCPDUMP 6536
TCPDUMP Section: User Commands (1) Updated: 30 June 1997 Index JM Home Page 名前 tcpdump - ネット ... mote Procedure Call)、 rtp (Real-Time Applications protocol)、 rtcp (Real-Time Applications control protocol)、 ... snmp (Simple Network Management Protocol), vat (Visual Audio Tool)、 wb (distributed White ... 参照のこと)。名前が利用されている場合は port 番号と protocol の両方で照合される。 番号か多重に定義されている名前 ... きに真。 これは下記と同じ: len >= length . ip proto protocol パケットが protocol 型のプロトコルの IP パケット( ...
https://man.plustar.jp/manpage/man1/tcpdump.1.html - [similar]
Man page of RPC 6451
RPC Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rpc - 遠隔 ... ong prognum , unsigned long versnum , unsigned int protocol ); portmap サービスのためのユーザーインターフェース ... バージョン versnum 、 関連付けられた通信プロトコル protocol をサポートするサービスが待っているポート番号を返す ...protocol の値はほとんどの場合 IPPROTO_UDP か IPPROTO_TCP で ... ong prognum , unsigned long versnum , unsigned int protocol , unsigned short port ); portmap サービスのためのユ ...
https://man.plustar.jp/manpage/man3/auth_destroy.3.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