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

Lines Matching refs:dctx

158 ipv6nd_open(struct dhcpcd_ctx *dctx)
164 ctx = dctx->ipv6;
214 eloop_event_add(dctx->eloop, ctx->nd_fd,
215 ipv6nd_handledata, dctx, NULL, NULL);
220 eloop_event_delete(dctx->eloop, ctx->nd_fd, 0);
725 ipv6nd_handlera(struct dhcpcd_ctx *dctx, struct interface *ifp,
728 struct ipv6_ctx *ctx = dctx->ipv6;
753 logger(dctx, LOG_ERR,
759 logger(dctx, LOG_ERR,
766 logger(dctx, LOG_DEBUG,
1552 ipv6nd_handlena(struct dhcpcd_ctx *dctx, struct interface *ifp,
1555 struct ipv6_ctx *ctx = dctx->ipv6;
1565 dctx->sfrom);
1630 struct dhcpcd_ctx *dctx;
1639 dctx = arg;
1640 ctx = dctx->ipv6;
1645 logger(dctx, LOG_ERR, "recvmsg: %m");
1646 eloop_event_delete(dctx->eloop, ctx->nd_fd, 0);
1654 logger(dctx, LOG_ERR, "IPv6 ICMP packet too short from %s",
1680 logger(dctx, LOG_ERR,
1686 TAILQ_FOREACH(ifp, dctx->ifaces, next) {
1700 ipv6nd_handlena(dctx, ifp, icp, (size_t)len);
1703 ipv6nd_handlera(dctx, ifp, icp, (size_t)len);
1708 logger(dctx, LOG_ERR, "invalid IPv6 type %d or code %d from %s",