Searched refs:mibifa (Results 1 – 4 of 4) sorted by relevance
89 TAILQ_HEAD(mibifa_list, mibifa);230 int mib_destroy_ifa(struct mibifa *);233 void mib_undestroy_ifa(struct mibifa *);236 int mib_modify_ifa(struct mibifa *);239 void mib_unmodify_ifa(struct mibifa *);242 struct mibifa * mib_create_ifa(u_int ifindex, struct in_addr addr, struct in_addr mask, struct in_a…245 void mib_uncreate_ifa(struct mibifa *);
93 struct mibifa { struct94 TAILQ_ENTRY(mibifa) link;150 struct mibifa *mib_find_ifa(struct in_addr);153 struct mibifa *mib_first_ififa(const struct mibif *);154 struct mibifa *mib_next_ififa(struct mibifa *);
592 struct mibifa *595 struct mibifa *ifa; in mib_first_ififa()603 struct mibifa *604 mib_next_ififa(struct mibifa *ifa0) in mib_next_ififa()606 struct mibifa *ifa; in mib_next_ififa()618 static struct mibifa *621 struct mibifa *ifa; in alloc_ifa()624 if ((ifa = malloc(sizeof(struct mibifa))) == NULL) { in alloc_ifa()651 destroy_ifa(struct mibifa *ifa) in destroy_ifa()744 struct mibifa *ifa, *ifa1; in mibif_free()[all …]
73 struct mibifa *ifa; in create()105 modify(struct update *upd, struct mibifa *ifa) in modify()146 struct mibifa *ifa) in destroy()162 struct mibifa *ifa; in update_func()224 struct mibifa *ifa; in op_ipaddr()