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

/freebsd-10.0-release/contrib/bsnmp/snmp_mibII/
H A Dsnmp_mibII.h90 struct mibifa { struct
91 TAILQ_ENTRY(mibifa) link;
147 struct mibifa *mib_find_ifa(struct in_addr);
150 struct mibifa *mib_first_ififa(const struct mibif *);
151 struct mibifa *mib_next_ififa(struct mibifa *);
H A DmibII.h86 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_addr bcast);
245 void mib_uncreate_ifa(struct mibifa *);
H A DmibII_ipaddr.c73 struct mibifa *ifa;
105 modify(struct update *upd, struct mibifa *ifa)
146 struct mibifa *ifa)
162 struct mibifa *ifa;
224 struct mibifa *ifa;
H A DmibII.c522 struct mibifa *
525 struct mibifa *ifa;
533 struct mibifa *
534 mib_next_ififa(struct mibifa *ifa0)
536 struct mibifa *ifa;
548 static struct mibifa *
551 struct mibifa *ifa;
554 if ((ifa = malloc(sizeof(struct mibifa))) == NULL) {
581 destroy_ifa(struct mibifa *ifa)
674 struct mibifa *if
[all...]

Completed in 263 milliseconds