Home
last modified time | relevance | path

Searched refs:send_fd_message (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h169 int send_fd_message(int sockfd, char *buf, int buflen, int *fds, int fd_num);
H A Dsocket.c154 send_fd_message(int sockfd, char *buf, int buflen, int *fds, int fd_num) in send_fd_message() function
H A Dvhost_user.c2599 return send_fd_message(sockfd, (char *)msg, in send_vhost_message()