Home
last modified time | relevance | path

Searched refs:ifpx (Results 1 – 1 of 1) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp6.c2608 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()
[all …]