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