C
int recv(unsigned char s, void *buf, unsigned int len, unsigned char flags);
Description
Does not handle flags
Input
Input
Input
unsigned int send(unsigned char sockfd, const void buf[], unsigned int len, unsigned char flags);
Description
Does not handle flags
int sendto(unsigned char sockfd, const void buf, size_t len, unsigned char flags, const struct sockaddr dest_addr, socklen_t addrlen);
Description
Open a socket