Searched refs:net_sendto (Results 1 - 4 of 4) sorted by relevance

/arch/um/include/shared/
H A Dnet_user.h44 extern int net_sendto(int fd, void *buf, int len, void *to, int sock_len);
/arch/um/drivers/
H A Ddaemon_user.c181 return net_sendto(fd, buf, len, data_addr, sizeof(*data_addr));
H A Dumcast_user.c172 return net_sendto(fd, buf, len, data_addr, sizeof(*data_addr));
H A Dnet_user.c151 int net_sendto(int fd, void *buf, int len, void *to, int sock_len) function

Completed in 2573 milliseconds