HomeSort by: relevance | last modified time | path
    Searched defs:linux_to_bsd_msghdr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/linux/common/
linux_socket.c 128 static void linux_to_bsd_msghdr(const struct linux_msghdr *, struct msghdr *);
441 linux_to_bsd_msghdr(const struct linux_msghdr *lmsg, struct msghdr *bmsg) function in typeref:typename:void
485 linux_to_bsd_msghdr(&lmsg, &msg);
786 linux_to_bsd_msghdr(&lmsg, &msg);
1866 linux_to_bsd_msghdr(&lmsg.msg_hdr, &bmsg.msg_hdr);
1950 linux_to_bsd_msghdr(&lmsg.msg_hdr, &bmsg.msg_hdr);

Completed in 11 milliseconds