/dports/net/nng/nng-1.5.2/include/nng/compat/nanomsg/ |
H A D | nn.h | 228 struct nn_msghdr { struct 249 #define NN_CMSG_FIRSTHDR(mh) nn_cmsg_next((struct nn_msghdr *) (mh), NULL) argument 251 nn_cmsg_next((struct nn_msghdr *) (mh), (struct nn_cmsghdr *) ch) 258 struct nn_msghdr *, struct nn_cmsghdr *); 267 NN_DECL int nn_sendmsg(int, const struct nn_msghdr *, int); 268 NN_DECL int nn_recvmsg(int, struct nn_msghdr *, int);
|
/dports/net/nanomsg/nanomsg-1.1.5/src/ |
H A D | nn.h | 270 struct nn_msghdr { struct 285 const struct nn_msghdr *mhdr, argument 293 nn_cmsg_nxthdr_ ((struct nn_msghdr*) (mhdr), NULL) 296 nn_cmsg_nxthdr_ ((struct nn_msghdr*) (mhdr), (struct nn_cmsghdr*) (cmsg)) 357 NN_EXPORT int nn_sendmsg (int s, const struct nn_msghdr *msghdr, int flags); 358 NN_EXPORT int nn_recvmsg (int s, struct nn_msghdr *msghdr, int flags);
|
/dports/net/nanomsg/nanomsg-1.1.5/doc/ |
H A D | nn_cmsg.adoc | 13 *struct nn_cmsghdr *NN_CMSG_FIRSTHDR(struct nn_msghdr '*hdr');* 15 *struct nn_cmsghdr *NN_CMSG_NXTHDR(struct nn_msghdr '*hdr', struct nn_cmsghdr '*cmsg');* 38 …eturns a pointer to the first nn_cmsghdr in the control buffer in the supplied nn_msghdr structure.
|
H A D | nn_sendmsg.adoc | 13 *int nn_sendmsg (int 's', const struct nn_msghdr '*msghdr', int 'flags');* 22 Structure 'nn_msghdr' contains at least following members: 107 struct nn_msghdr hdr; 124 struct nn_msghdr hdr;
|
H A D | nn_recvmsg.adoc | 13 *NN_EXPORT int nn_recvmsg (int 's', struct nn_msghdr '*msghdr', int 'flags');* 22 Structure 'nn_msghdr' contains at least following members: 90 struct nn_msghdr hdr;
|
/dports/net/nanomsg/nanomsg-1.1.5/src/devices/ |
H A D | device.h | 68 int from, int to, int flags, struct nn_msghdr *msghdr, int bytes); 80 int from, int to, int flags, struct nn_msghdr *msghdr, int bytes);
|
H A D | device.c | 291 struct nn_msghdr hdr; in nn_device_mvmsg() 323 NN_UNUSED struct nn_msghdr *msghdr, NN_UNUSED int bytes) in nn_device_rewritemsg()
|
/dports/net/nng/nng-1.5.2/docs/man/ |
H A D | nn_recvmsg.3compat.adoc | 22 int nn_recvmsg(int sock, struct nn_msghdr *hdr, int flags); 38 The _hdr_ points to a structure of type `struct nn_msghdr`, which has the 48 struct nn_msghdr {
|
H A D | nn_sendmsg.3compat.adoc | 22 int nn_sendmsg(int sock, const struct nn_msghdr *hdr, int flags); 38 The _hdr_ points to a structure of type `struct nn_msghdr`, which has the 48 struct nn_msghdr {
|
H A D | nn_cmsg.3compat.adoc | 50 `struct nn_cmsghdr *NN_CMSG_FIRSTHDR(struct nn_msghdr *__hdr__)`:: 53 `struct nn_cmsghdr *NN_CMSG_NXTHDR(struct nn_msghdr *__hdr__, struct nn_cmsghdr *__ch__)`::
|
/dports/net/nanomsg/nanomsg-1.1.5/demo/ |
H A D | async_demo.c | 64 struct nn_msghdr request; 113 struct nn_msghdr hdr; in server()
|
H A D | pthread_demo.c | 83 struct nn_msghdr hdr; in worker()
|
/dports/net/nanomsg/nanomsg-1.1.5/tests/ |
H A D | iovec.c | 38 struct nn_msghdr hdr; in main()
|
H A D | cmsg.c | 36 struct nn_msghdr hdr; in main()
|
H A D | msg.c | 44 struct nn_msghdr hdr; in main()
|
H A D | zerocopy.c | 49 struct nn_msghdr hdr;
|
H A D | inproc.c | 44 struct nn_msghdr hdr; in main()
|
/dports/net/nng/nng-1.5.2/tests/ |
H A D | compat_iovec.c | 38 struct nn_msghdr hdr; in main()
|
H A D | compat_cmsg.c | 36 struct nn_msghdr hdr; in main()
|
H A D | compat_msg.c | 45 struct nn_msghdr hdr; in main()
|
/dports/net/nanomsg/nanomsg-1.1.5/src/core/ |
H A D | global.c | 381 struct nn_cmsghdr *nn_cmsg_nxthdr_ (const struct nn_msghdr *mhdr, in nn_cmsg_nxthdr_() 685 struct nn_msghdr hdr; in nn_send() 701 struct nn_msghdr hdr; in nn_recv() 714 int nn_sendmsg (int s, const struct nn_msghdr *msghdr, int flags) in nn_sendmsg() 854 int nn_recvmsg (int s, struct nn_msghdr *msghdr, int flags) in nn_recvmsg()
|
/dports/net/nng/nng-1.5.2/src/compat/nanomsg/ |
H A D | nn.c | 402 struct nn_msghdr hdr; in nn_send() 419 struct nn_msghdr hdr; in nn_recv() 433 nn_recvmsg(int s, struct nn_msghdr *mh, int flags) in nn_recvmsg() 553 nn_sendmsg(int s, const struct nn_msghdr *mh, int flags) in nn_sendmsg() 1152 nn_cmsg_next(struct nn_msghdr *mh, struct nn_cmsghdr *first) in nn_cmsg_next()
|
/dports/net/nanomsg/nanomsg-1.1.5/src/transports/ws/ |
H A D | sws.c | 375 struct nn_msghdr msghdr; in nn_sws_send()
|