HomeSort by: relevance | last modified time | path
    Searched defs:agr_mc_entry (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/agr/
if_agrsubr.c 50 struct agr_mc_entry { struct
51 TAILQ_ENTRY(agr_mc_entry) ame_q;
56 static struct agr_mc_entry *agr_mc_lookup(struct agr_multiaddrs *,
60 static int agrmc_mc_add_callback(struct agr_mc_entry *, void *);
61 static int agrmc_mc_del_callback(struct agr_mc_entry *, void *);
69 struct agr_mc_entry *ame;
97 static struct agr_mc_entry *
100 struct agr_mc_entry *ame;
112 int (*func)(struct agr_mc_entry *, void *), void *arg)
114 struct agr_mc_entry *ame
    [all...]

Completed in 11 milliseconds