Searched refs:ifpx (Results 1 – 1 of 1) sorted by relevance
2608 struct interface *ifp, *ifpx; in dhcp6_handledata() local2676 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() local3359 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()[all …]