Searched refs:ifp2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dduid.c163 const struct interface *ifp2; local
208 TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {
209 if (ifp2->hwlen != 0)
212 if (ifp2) {
213 ifp = ifp2;
H A Droute.c164 struct interface *ifp1, *ifp2; local
169 ifp2 = rt2->rt_ifp;
172 c = ifp1->carrier - ifp2->carrier;
177 if (ifp1->carrier == LINK_DOWN && ifp2->carrier == LINK_DOWN) {
179 bool roam2 = if_roaming(ifp2);
194 c = (int)(ifp1->metric - ifp2->metric);
H A Dscript.c232 const struct interface *ifp2; local
395 TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {
396 if (!ifp2->active)
398 rt = rt_new(UNCONST(ifp2));
465 TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {
466 if ((af = dhcpcd_ifafwaiting(ifp2)) != AF_MAX)
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_nat.c5863 void *ifp2; local
5934 ifp2 = nat->nat_ifps[0];
5935 if (ifp2 == NULL)
5943 if (ipf_ifpaddr(softc, nat->nat_v[0], FRI_NORMAL, ifp2,

Completed in 276 milliseconds