Searched refs:ifac (Results 1 – 1 of 1) sorted by relevance
94 TAILQ_HEAD(, ifac) ifc_ifac_head; /* list of AF_INET6 addrs */100 struct ifac { /* Address associated to an interface */ struct101 TAILQ_ENTRY(ifac) ifac_next;246 static struct ifac *ifa_match(const struct ifc *, const struct in6_addr *, int);1591 struct ifac *ifac; in ifconfig1() local1605 if ((ifac = ifa_match(ifcp, &sin6->sin6_addr, plen)) != NULL) { in ifconfig1()1614 if ((ifac = MALLOC(struct ifac)) == NULL) { in ifconfig1()1618 memset(ifac, 0, sizeof(*ifac)); in ifconfig1()1620 ifac->ifac_ifc = ifcp; in ifconfig1()1621 ifac->ifac_addr = sin6->sin6_addr; in ifconfig1()[all …]