Searched defs:send (Results 1 - 7 of 7) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/network/
H A Dsend.c3 ssize_t send(int fd, const void *buf, size_t len, int flags) function
/seL4-camkes-master/projects/picotcp/include/
H A Dpico_device.h31 int (*send)(struct pico_device *self, void *buf, int len); /* Send function. Return 0 if busy */ member in struct:pico_device
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_6lowpan_ll.h79 int (* send)(struct pico_device *dev, void *_buf, int len, union pico_ll_addr src, union pico_ll_addr dst); member in struct:pico_dev_6lowpan
/seL4-camkes-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dmcs_api.h79 static inline seL4_MessageInfo_t api_nbsend_recv(UNUSED seL4_CPtr send, UNUSED seL4_MessageInfo_t info, argument
91 static inline seL4_MessageInfo_t api_nbsend_wait(UNUSED seL4_CPtr send, UNUSED seL4_MessageInfo_t info, argument
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dnet.h132 int (*send)(struct udevice *dev, void *packet, int length); member in struct:eth_ops
167 int (*send)(struct eth_device *, void *packet, int length); member in struct:eth_device
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dnet.h143 int (*send)(struct udevice *dev, void *packet, int length); member in struct:eth_ops
177 int (*send)(struct eth_device *, void *packet, int length); member in struct:eth_device
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dsockets.h640 #define send macro
[all...]

Completed in 82 milliseconds