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

Lines Matching full:ifpx

2608 	struct interface *ifp, *ifpx;
2676 ifpx = dhcp6_findpfxdlgif(ifp);
2677 if (ifpx && D6_STATE(ifpx)) {
2678 state = D6_STATE(ifpx);
2682 ifp = ifpx;
3328 struct interface *ifpx;
3359 ifpx = dhcp6_findpfxdlgif(ifp);
3360 if (ifpx) {
3362 ifpx->options->options |= DHCPCD_EXITING;
3363 dhcp6_freedrop(ifpx, dropdele ? 1 : drop, reason);
3364 TAILQ_REMOVE(ifp->ctx->ifaces, ifpx, next);
3365 if_free(ifpx);