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

Lines Matching defs:ap

447 		struct ipv4_addr *ap;
452 if ((ap = ipv4_findaddr(ctx, &prefsrc)))
453 rt->iface = ap->iface;
1055 * we're not associated to an AP. */
1433 if_address6(const struct ipv6_addr *ap, int action)
1452 nlm.ifa.ifa_index = ap->iface->index;
1454 if (ap->addr_flags & IFA_F_TEMPORARY) {
1462 else if (ap->flags & IPV6_AF_AUTOCONF &&
1463 ip6_use_tempaddr(ap->iface->name))
1468 nlm.ifa.ifa_prefixlen = ap->prefix_len;
1471 ap->iface->alias, (unsigned short)(strlen(ap->iface->alias) + 1));
1473 &ap->addr.s6_addr, sizeof(ap->addr.s6_addr));
1477 cinfo.ifa_prefered = ap->prefix_pltime;
1478 cinfo.ifa_valid = ap->prefix_vltime;
1484 if (!IN6_IS_ADDR_LINKLOCAL(&ap->addr))
1492 if (send_netlink(ap->iface->ctx, NULL, NETLINK_ROUTE, &nlm.hdr,