manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 114 for sock (0.075 sec.)
Man page of SOCKET 12420
SOCKET Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 socket ... < sys/types.h > /* 「注意」参照 */ #include < sys/socket.h > int socket(int domain , int type , int proto ... col ); 説明 socket () creates an endpoint for communication and ret ... に使用するかを指定する。 これらのファミリーは < sys/socket.h > に定義されている。現在カーネルが理解できるフ ... ーネットプロトコル ipv6 (7) AF_DECnet DECet protocol sockets AF_KEY Key management protocol, originally deve ...
https://man.plustar.jp/manpage/man2/socket.2.html - [similar]
Man page of IP 9866
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 = ... socket(AF_INET, SOCK_DGRAM, 0); raw_socket = socket(AF_INET, SOCK_RAW, ... ットと互換である。 ソケットに関するより詳細な情報は socket (7) を参照のこと。 An IP socket is created using ...
https://man.plustar.jp/manpage/man7/ip.7.html - [similar]
Man page of PACKET 9639
PACKET Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 packet ... レベルのパケットインターフェース 書式 #include < sys/socket.h > #include < linux/if_packet.h > #include < ne ... t/ethernet.h > /* L2 プロトコル */ packet_socket = socket(AF_PACKET, int socket_type , int protoc ... の上に プロトコルモジュールを実装することができる。 socket_type には SOCK_RAW と SOCK_DGRAM のいずれかを指定 ... する。 SOCK_RAW はリンクレベルヘッダーを含む raw パケットを、 ...
https://man.plustar.jp/manpage/man7/packet.7.html - [similar]
Man page of EPOLL 9199
EPOLL Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 epoll - ... uct epoll_event ev, events[MAX_EVENTS]; int listen_sock, conn_sock, nfds, epollfd; /* Code to set up liste ... ning socket, 'listen_sock', (socket(), bind(), listen()) omi ... ILURE); } ev.events = EPOLLIN; ev.data.fd = listen_sock; if (epoll_ctl(epollfd, EPOLL_CTL_ADD, listen_sock ... , &ev) == -1) { perror("epoll_ctl: listen_sock"); exit(EXIT_FAILURE); } for (;;) { nfds = epoll_w ...
https://man.plustar.jp/manpage/man7/epoll.7.html - [similar]
Man page of IPV6 8746
IPV6 Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 ipv6 - L ... inux IPv6 プロトコルの実装 書式 #include < sys/socket.h > #include < netinet/in.h > tcp6_socket = sock ... et(AF_INET6, SOCK_STREAM, 0); raw6_socket = socket(AF_INET6, SOCK_RA ... W, protocol ); udp6_socket = socket(AF_INET6, SOCK_DGRAM, protocol ); 説明 ... スは BSD ソケットインターフェースをもとにしている。 socket (7) を参照。 IPv6 API は、 IPv4 API ( ip (7) 参照 ...
https://man.plustar.jp/manpage/man7/ipv6.7.html - [similar]
Man page of ATALK 8532
ATALK Section: Protocol Families (4F) Updated: 17 Dec 1991 Index JM Home Page 名前 atalk - Apple ... アドレスフォーマットを使う。 AppleTalk ファミリーは SOCK_STREAM (ADSP), SOCK_DGRAM (DDP), SOCK_RDM (ATP), S ... ーのソケットは、以下のアドレス構造体を使う。 struct sockaddr_at { short sat_family; u_char sat_port; struct ... プライマリアドレスまたは ATADDR_LATENET の一方が getsockname (2) によって返される。 関連項目 bind (2), gets ... キーワード アドレス , ATADDR , ATALK , プロトコル , SOCK , ソケット , ファミリー , LATENET , bind , 実装 Li ...
https://man.plustar.jp/manpage/man4/atalk.4.html - [similar]
Man page of GETADDRINFO 7751
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... 換する 書式 #include < sys/types.h > #include < sys/socket.h > #include < netdb.h > int getaddrinfo(const c ... uct addrinfo { int ai_flags; int ai_family; int ai_socktype; int ai_protocol; socklen_t ai_addrlen; struct ... sockaddr *ai_addr; char *ai_canonname; struct addrinfo ... 体を指し示し、その構造体のフィールド ai_family , ai_socktype , ai_protocol で getaddrinfo () が返すソケット ...
https://man.plustar.jp/manpage/man3/freeaddrinfo.3.html - [similar]
Man page of GETADDRINFO 7751
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... 換する 書式 #include < sys/types.h > #include < sys/socket.h > #include < netdb.h > int getaddrinfo(const c ... uct addrinfo { int ai_flags; int ai_family; int ai_socktype; int ai_protocol; socklen_t ai_addrlen; struct ... sockaddr *ai_addr; char *ai_canonname; struct addrinfo ... 体を指し示し、その構造体のフィールド ai_family , ai_socktype , ai_protocol で getaddrinfo () が返すソケット ...
https://man.plustar.jp/manpage/man3/gai_strerror.3.html - [similar]
Man page of GETADDRINFO 7751
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... 換する 書式 #include < sys/types.h > #include < sys/socket.h > #include < netdb.h > int getaddrinfo(const c ... uct addrinfo { int ai_flags; int ai_family; int ai_socktype; int ai_protocol; socklen_t ai_addrlen; struct ... sockaddr *ai_addr; char *ai_canonname; struct addrinfo ... 体を指し示し、その構造体のフィールド ai_family , ai_socktype , ai_protocol で getaddrinfo () が返すソケット ...
https://man.plustar.jp/manpage/man3/getaddrinfo.3.html - [similar]
Man page of UNIX 6971
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(A ... F_UNIX, type, 0); error = socketpair(AF_UNIX, type, 0, int * sv ); 説明 AF_UNIX ( ... 空間 (abstract namespace) もサポートしている。 Valid socket types in the UNIX domain are: SOCK_STREAM , for ... a stream-oriented socket; SOCK_DGRAM , for a datagram-oriented socket tha ...
https://man.plustar.jp/manpage/man7/unix.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