bmh 401 compat/osf1/osf1_cvt.c osf1_cvt_msghdr_xopen_to_native(omh, bmh) bmh 403 compat/osf1/osf1_cvt.c struct msghdr *bmh; bmh 407 compat/osf1/osf1_cvt.c memset(bmh, 0, sizeof *bmh); bmh 408 compat/osf1/osf1_cvt.c bmh->msg_name = omh->msg_name; /* XXX sockaddr translation */ bmh 409 compat/osf1/osf1_cvt.c bmh->msg_namelen = omh->msg_namelen; bmh 410 compat/osf1/osf1_cvt.c bmh->msg_iov = NULL; /* iovec xlation separate */ bmh 411 compat/osf1/osf1_cvt.c bmh->msg_iovlen = omh->msg_iovlen; bmh 414 compat/osf1/osf1_cvt.c if (bmh->msg_control != NULL || bmh->msg_controllen != 0) bmh 421 compat/osf1/osf1_cvt.c bmh->msg_flags = emul_flags_translate(osf1_sendrecv_msg_flags_xtab,