Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII.h89 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 *);
H A Dsnmp_mibII.h93 struct mibifa { struct
94 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 *);
H A DmibII.c592 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 …]
H A DmibII_ipaddr.c73 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()