manページ検索

phrase: max: clip:
target: order:
Results of 11 - 17 of about 17 for msghdr (0.004 sec.)
Man page of SEND 7328
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... drlen ); ssize_t sendmsg(int sockfd , const struct msghdr * msg , int flags ); 説明 システムコール send (), ... る必要がある。 sendmsg() sendmsg () で利用されている msghdr 構造体は以下の通り。 struct msghdr { void *msg_nam ... g to POSIX.1-2001, the msg_controllen field of the msghdr structure should be typed as socklen_t , and the m ...
https://man.plustar.jp/manpage/man2/send.2.html - [similar]
Man page of SEND 7328
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... drlen ); ssize_t sendmsg(int sockfd , const struct msghdr * msg , int flags ); 説明 システムコール send (), ... る必要がある。 sendmsg() sendmsg () で利用されている msghdr 構造体は以下の通り。 struct msghdr { void *msg_nam ... g to POSIX.1-2001, the msg_controllen field of the msghdr structure should be typed as socklen_t , and the m ...
https://man.plustar.jp/manpage/man2/sendmsg.2.html - [similar]
Man page of SEND 7328
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... drlen ); ssize_t sendmsg(int sockfd , const struct msghdr * msg , int flags ); 説明 システムコール send (), ... る必要がある。 sendmsg() sendmsg () で利用されている msghdr 構造体は以下の通り。 struct msghdr { void *msg_nam ... g to POSIX.1-2001, the msg_controllen field of the msghdr structure should be typed as socklen_t , and the m ...
https://man.plustar.jp/manpage/man2/sendto.2.html - [similar]
Man page of SENDMMSG 6983
SENDMMSG Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 send ... < sys/socket.h > int sendmmsg(int sockfd , struct mmsghdr * msgvec , unsigned int vlen , int flags ); 説明 s ... トのファイルディスクリプターである。 msgvec 引数は mmsghdr 構造体の配列である。 この配列の大きさは vlen で指定 ... する。 mmsghdr 構造体は < sys/socket.h > で次のように定義されてい ... る。 struct mmsghdr { struct msghdr msg_hdr; /* メッセージヘッダー */ ...
https://man.plustar.jp/manpage/man2/sendmmsg.2.html - [similar]
Man page of RECVMMSG 6897
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... < sys/socket.h > int recvmmsg(int sockfd , struct mmsghdr * msgvec , unsigned int vlen , int flags , struct ... トのファイルディスクリプターである。 msgvec 引数は mmsghdr 構造体の配列である。 この配列の大きさは vlen で指定 ... する。 mmsghdr 構造体は < sys/socket.h > で次のように定義されてい ... る。 struct mmsghdr { struct msghdr msg_hdr; /* メッセージヘッダー */ ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of NETLINK 6552
NETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 netli ... メッセージはバイトストリームからなり、 一つ以上の nlmsghdr ヘッダーと、それに対応するペイロード (payload) が含 ... (3) を見よ。 マルチパートメッセージ (一つ以上の nlmsghdr ヘッダーと、それに対応するペイロードが 一つバイトス ... けは例外で、 NLMSG_DONE タイプとなる。 それぞれの nlmsghdr の後にはペイロードが続く。 struct nlmsghdr { __u32 ... r; /* 負または 0 の errno は応答を表す */ struct nlmsghdr msg; /* エラーを起こしたメッセージのヘッダー */ }; ...
https://man.plustar.jp/manpage/man7/netlink.7.html - [similar]
Man page of UNIX 6190
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... OL_SOCKET 型で指定する。 これらを送るには、構造体 cmsghdr の cmsg_level フィールドに SOL_SOCKET をセットし、 ... ancillary data (i.e., the msg_control field of the msghdr structure supplied to recvmsg (2) is NULL), then t ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
PREV 1 2 NEXT

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