Home
last modified time | relevance | path

Searched defs:sendmsg (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/isdn/mISDN/
Dl1oip.h80 struct msghdr sendmsg; /* ip message to send */ member
/kernel/liteos_a/compat/posix/src/
Dsocket.c135 ssize_t sendmsg(int s, const struct msghdr *message, int flags) in sendmsg() function
/kernel/linux/linux-5.10/net/
Dcompat.c351 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3() argument
Dsocket.c2446 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) in SYSCALL_DEFINE3() argument
/kernel/linux/linux-5.10/include/linux/
Dnet.h172 int (*sendmsg) (struct socket *sock, struct msghdr *m, member
/kernel/uniproton/src/net/lwip-2.1/src/
Dsockets.c131 ssize_t sendmsg(int s, const struct msghdr *message, int flags) in sendmsg() function
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Dsockets_porting.c136 ssize_t sendmsg(int s, const struct msghdr *message, int flags) in sendmsg() function
/kernel/linux/linux-5.10/drivers/md/
Dmd-cluster.c785 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function
/kernel/linux/linux-5.10/include/net/
Dsock.h1192 int (*sendmsg)(struct sock *sk, struct msghdr *msg, member