summaryrefslogtreecommitdiff
path: root/userland/libc/include/sys/socket.h
blob: 18402d01c5e7eab8ed4c3dac0fc13e20e8ba7faa (plain)
1
2
3
4
5
6
7
#include <socket.h>
#include <stddef.h>

#define MSG_WAITALL 1

size_t recvfrom(int socket, void *buffer, size_t length, int flags,
                struct sockaddr *address, socklen_t *address_len);