Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching full:sndhdr

283 	ctx->sndhdr.msg_name = (void *)&dst;
284 ctx->sndhdr.msg_iov[0].iov_base = state->rs;
285 ctx->sndhdr.msg_iov[0].iov_len = state->rslen;
288 cm = CMSG_FIRSTHDR(&ctx->sndhdr);
300 if (sendmsg(ctx->nd_fd, &ctx->sndhdr, 0) == -1) {