Lines Matching refs:hdr
154 void ConvertHeaderBytes(ipc_msg_hdr *hdr)156 hdr->version = htonl(hdr->version);157 hdr->datalen = htonl(hdr->datalen);158 hdr->ipc_flags = htonl(hdr->ipc_flags);159 hdr->op = htonl(hdr->op );160 hdr->reg_index = htonl(hdr->reg_index);