Searched refs:linux_to_bsd_msg_flags (Results 1 – 1 of 1) sorted by relevance
126 static int linux_to_bsd_msg_flags(int);262 linux_to_bsd_msg_flags(int lflag) in linux_to_bsd_msg_flags() function409 bflags = linux_to_bsd_msg_flags(SCARG(uap, flags)); in linux_sys_sendto()492 bflags = linux_to_bsd_msg_flags(SCARG(uap, flags)); in linux_sys_sendmsg()788 msg.msg_flags = linux_to_bsd_msg_flags(SCARG(uap, flags)); in linux_sys_recvmsg()1827 if ((flags = linux_to_bsd_msg_flags(SCARG(uap, flags))) == -1) in linux_sys_sendmmsg()