Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/net/lib/libsockin/
H A Dsockin_user.c202 static int native_to_bsd_msg_flags(int);
205 native_to_bsd_msg_flags(int lflag) in native_to_bsd_msg_flags() function
392 bmsg->msg_flags = native_to_bsd_msg_flags(lmsg->msg_flags); in translate_msghdr_back()