manページ検索

phrase: max: clip:
target: order:
Results of 21 - 26 of about 26 for iov (0.005 sec.)
Man page of RECVMMSG 7042
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... ockaddr_in addr; struct mmsghdr msgs[VLEN]; struct iovec iovecs[VLEN]; char bufs[VLEN][BUFSIZE+1]; struct ... 0, sizeof(msgs)); for (int i = 0; i < VLEN; i++) { iovecs[i].iov_base = bufs[i]; iovecs[i].iov_len = BUFS ... IZE; msgs[i].msg_hdr.msg_iov = &iovecs[i]; msgs[i].msg_hdr.msg_iovlen = 1; } ti ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of SEND 7042
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... される。 sendmsg () では、メッセージは 配列 msg.msg_iov の各要素が指す位置に格納されている。 sendmsg () で ... cklen_t msg_namelen; /* アドレスのサイズ */ struct iovec *msg_iov; /* scatter/gather 配列 */ size_t msg_i ... ovlen; /* msg_iov の要素数 */ void *msg_control; /* 補助データ (後述 ... ULL と 0 を指定しなければならない。 フィールド msg_iov と msg_iovlen は scatter-gather 用の場所を指定する ...
https://man.plustar.jp/manpage/man2/send.2.html - [similar]
Man page of SEND 7042
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... される。 sendmsg () では、メッセージは 配列 msg.msg_iov の各要素が指す位置に格納されている。 sendmsg () で ... cklen_t msg_namelen; /* アドレスのサイズ */ struct iovec *msg_iov; /* scatter/gather 配列 */ size_t msg_i ... ovlen; /* msg_iov の要素数 */ void *msg_control; /* 補助データ (後述 ... ULL と 0 を指定しなければならない。 フィールド msg_iov と msg_iovlen は scatter-gather 用の場所を指定する ...
https://man.plustar.jp/manpage/man2/sendmsg.2.html - [similar]
Man page of SEND 7042
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... される。 sendmsg () では、メッセージは 配列 msg.msg_iov の各要素が指す位置に格納されている。 sendmsg () で ... cklen_t msg_namelen; /* アドレスのサイズ */ struct iovec *msg_iov; /* scatter/gather 配列 */ size_t msg_i ... ovlen; /* msg_iov の要素数 */ void *msg_control; /* 補助データ (後述 ... ULL と 0 を指定しなければならない。 フィールド msg_iov と msg_iovlen は scatter-gather 用の場所を指定する ...
https://man.plustar.jp/manpage/man2/sendto.2.html - [similar]
Man page of NETLINK 6992
NETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 netli ... ghdr とペイロード */ struct sockaddr_nl sa; struct iovec iov = { nh, nh->nlmsg_len }; struct msghdr msg; ... msg = { &sa, sizeof(sa), &iov, 1, NULL, 0, 0 }; memset(&sa, 0, sizeof(sa)); sa.n ... nlmsghdr buf[8192/sizeof(struct nlmsghdr)]; struct iovec iov = { buf, sizeof(buf) }; struct sockaddr_nl s ... sg; struct nlmsghdr *nh; msg = { &sa, sizeof(sa), &iov, 1, NULL, 0, 0 }; len = recvmsg(fd, &msg, 0); for ...
https://man.plustar.jp/manpage/man7/netlink.7.html - [similar]
Man page of GROFF_MDOC 6662
GROFF_MDOC Section: Environments, Tables, and Troff Macros (7) Index JM Home Page BSD mandoc 名称 ... 引数 Ac ... .Fa d_namlen ) ) , Fa d_namlen ) ) , .Fa iov_len Fa iov_len デフォルト幅は 12n です。 戻り値 `. ...
https://man.plustar.jp/manpage/man7/groff_mdoc.7.html - [similar]
PREV 1 2 3 NEXT

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