Lines Matching full:sndhdr
1144 ctx->sndhdr.msg_name = (void *)&dst;1145 ctx->sndhdr.msg_iov[0].iov_base = state->send;1146 ctx->sndhdr.msg_iov[0].iov_len = state->send_len;1149 cm = CMSG_FIRSTHDR(&ctx->sndhdr);1159 if (sendmsg(ctx->dhcp_fd, &ctx->sndhdr, 0) == -1) {