Searched refs:hdr (Results 1 – 1 of 1) sorted by relevance
123 wv_ipc_header hdr = { in Bind() local133 .iov_base = &hdr, in Bind()134 .iov_len = sizeof(hdr), in Bind()154 if (rc != static_cast<int>(sizeof(hdr) + sizeof(args))) { in Bind()158 rc = read(chan, &hdr, sizeof(hdr)); in Bind()159 if (rc != static_cast<int>(sizeof(hdr))) { in Bind()168 wv_ipc_header hdr = { in Msg() local176 .iov_base = &hdr, in Msg()177 .iov_len = sizeof(hdr), in Msg()190 if (rc != static_cast<int>(sizeof(hdr) + sizeof(args))) { in Msg()[all …]