manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 102 for sockaddr (0.029 sec.)
Man page of ACCEPT 5124
ACCEPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 accept ... de < sys/socket.h > int accept(int sockfd , struct sockaddr * addr , socklen_t * addrlen ); #define _GNU_SOURC ... e < sys/socket.h > int accept4(int sockfd , struct sockaddr * addr , socklen_t * addrlen , int flags ); 説明 a ... を経て接続を待っているソケットである。 addr 引数は sockaddr 構造体へのポインターである。 この構造体には接続相手 ...
https://man.plustar.jp/manpage/man2/accept.2.html - [similar]
Man page of ACCEPT 5124
ACCEPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 accept ... de < sys/socket.h > int accept(int sockfd , struct sockaddr * addr , socklen_t * addrlen ); #define _GNU_SOURC ... e < sys/socket.h > int accept4(int sockfd , struct sockaddr * addr , socklen_t * addrlen , int flags ); 説明 a ... を経て接続を待っているソケットである。 addr 引数は sockaddr 構造体へのポインターである。 この構造体には接続相手 ...
https://man.plustar.jp/manpage/man2/accept4.2.html - [similar]
Man page of RTIME 5124
RTIME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 rtime - ... 書式 #include < rpc/auth_des.h > int rtime(struct sockaddr_in * addrp , struct rpc_timeval * timep , struct r ... har *servername = "linux"; int main(void) { struct sockaddr_in name; struct rpc_timeval time1 = {0,0}; struct ...
https://man.plustar.jp/manpage/man3/rtime.3.html - [similar]
Man page of HOSTS_ACCESS 4969
HOSTS_ACCESS Section: C Library Functions (3) Index JM Home Page 名前 hosts_access, hosts_ctl, r ... (a printable representation) RQ_CLIENT_SIN (struct sockaddr_in *) クライアントのネットワークアドレス内部での名 ... (a printable representation) RQ_SERVER_SIN (struct sockaddr_in *) エンドポイントにあるサーバのネットワークアド ...
https://man.plustar.jp/manpage/man3/hosts_access.3.html - [similar]
Man page of SENDMMSG 4813
SENDMMSG Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 send ... sys/socket.h > int main(void) { int sockfd; struct sockaddr_in addr; struct mmsghdr msg[2]; struct iovec msg1[ ... in_port = htons(1234); if (connect(sockfd, (struct sockaddr *) &addr, sizeof(addr)) == -1) { perror("connect() ...
https://man.plustar.jp/manpage/man2/sendmmsg.2.html - [similar]
Man page of ARP 4813
ARP Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 arp - Lin ... へのポインターを引数に取る。 struct arpreq { struct sockaddr arp_pa; /* protocol address */ struct sockaddr arp ... dware address */ int arp_flags; /* flags */ struct sockaddr arp_netmask; /* netmask of protocol address */ cha ...
https://man.plustar.jp/manpage/man7/arp.7.html - [similar]
Man page of UDPLITE 4813
UDPLITE Section: Linux Programmer's Manual (7) Updated: 2017-09-15 Index JM Home Page 名前 udpli ... のフォーマット UDP-Litev4 は ip (7) で説明されている sockaddr_in アドレスを使用する。 UDP-Litev6 は ipv6 (7) で説 ... 明されている sockaddr_in6 アドレスを使用する。 ソケットオプション UDP-Li ...
https://man.plustar.jp/manpage/man7/udplite.7.html - [similar]
Man page of X25 4813
X25 Section: Linux Programmer's Manual (7) Updated: 2017-09-15 Index JM Home Page 名前 x25 - ITU ... ァミリーは、ネットワークアドレスを表すために struct sockaddr_x25 を用いる。これは ITU-T recommendation X.121 で ... 定義されている。 struct sockaddr_x25 { sa_family_t sx25_family; /* must be AF_X25 * ...
https://man.plustar.jp/manpage/man7/x25.7.html - [similar]
Man page of CONNECT 4658
CONNECT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 conne ... s/socket.h > int connect(int sockfd , const struct sockaddr * addr , socklen_t addrlen ); 説明 connect () シス ... necting to an address with the sa_family member of sockaddr set to AF_UNSPEC ; thereafter, the socket can be c ...
https://man.plustar.jp/manpage/man2/connect.2.html - [similar]
Man page of RECVMMSG 4658
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... E 200 #define TIMEOUT 1 int sockfd, retval; struct sockaddr_in addr; struct mmsghdr msgs[VLEN]; struct iovec i ... r.sin_port = htons(1234); if (bind(sockfd, (struct sockaddr *) &addr, sizeof(addr)) == -1) { perror("bind()"); ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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