Searched defs:ifac (Results 1 – 2 of 2) sorted by relevance
117 struct ifac { /* Address associated to an interface */ struct119 struct ifac *ifa_next; argument120 struct in6_addr ifa_addr; /* address */121 struct in6_addr ifa_raddr; /* remote address, valid in p2p */122 int ifa_plen; /* prefix length */
125 int ifac; /* allowed interfaces */ member