Home | History | Annotate | Download | only in strace

Lines Matching defs:msg_name

601 	tprintf("{msg_name(%d)=", msg->msg_namelen);
602 printsock(tcp, (long)msg->msg_name, msg->msg_namelen);
623 uint32_t /* void* */ msg_name;
647 to_msg->msg_name = (void*)(long)from_msg32->msg_name;