Searched refs:recv (Results 1 - 10 of 10) sorted by relevance

/seL4-test-master/projects/musllibc/src/network/
H A Drecv.c3 ssize_t recv(int fd, void *buf, size_t len, int flags) function
H A Dnetlink.c31 r = recv(fd, u.buf, sizeof(u.buf), MSG_DONTWAIT);
/seL4-test-master/tools/nanopb/examples/network_server/
H A Dcommon.c22 result = recv(fd, buf, count, MSG_WAITALL);
/seL4-test-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dmcs_api.h80 UNUSED seL4_CPtr recv, UNUSED seL4_Word *badge,
85 return seL4_NBSendRecv(send, info, recv, badge, reply);
92 UNUSED seL4_CPtr recv, UNUSED seL4_Word *badge)
96 return seL4_NBSendWait(send, info, recv, badge);
79 api_nbsend_recv(UNUSED seL4_CPtr send, UNUSED seL4_MessageInfo_t info, UNUSED seL4_CPtr recv, UNUSED seL4_Word *badge, UNUSED seL4_CPtr reply) argument
91 api_nbsend_wait(UNUSED seL4_CPtr send, UNUSED seL4_MessageInfo_t info, UNUSED seL4_CPtr recv, UNUSED seL4_Word *badge) argument
/seL4-test-master/projects/musllibc/src/mq/
H A Dmq_notify.c25 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL);
/seL4-test-master/projects/seL4_libs/libsel4serialserver/src/
H A Dserver.c74 static inline seL4_MessageInfo_t recv(seL4_Word *sender_badge) function
301 /* Copy the frame cap from the recv slot to the perm slot now. */
311 ZF_LOGD("connect: moved received client Frame cap %d from recv slot %"PRIxPTR" to slot %"PRIxPTR".",
472 recv(&sender_badge);
491 tag = recv(&sender_badge);
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dnet.h109 * recv: Check if the hardware received a packet. If so, set the pointer to the
116 * called when no error was returned from recv - optional
133 int (*recv)(struct udevice *dev, int flags, uchar **packetp); member in struct:eth_ops
168 int (*recv)(struct eth_device *); member in struct:eth_device
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dnet.h120 * recv: Check if the hardware received a packet. If so, set the pointer to the
127 * called when no error was returned from recv - optional
144 int (*recv)(struct udevice *dev, int flags, uchar **packetp); member in struct:eth_ops
178 int (*recv)(struct eth_device *); member in struct:eth_device
/seL4-test-master/projects/util_libs/libethdrivers/src/
H A Dlwip.c155 LINK_STATS_INC(link.recv);
314 LINK_STATS_INC(link.recv);
/seL4-test-master/projects/musllibc/include/sys/
H A Dsocket.h325 ssize_t recv (int, void *, size_t, int);

Completed in 142 milliseconds