Searched refs:llinfo_llc (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Diso_snpac.h96 struct llinfo_llc { struct
97 LIST_ENTRY(llinfo_llc) lc_list;
H A Diso_snpac.c99 LIST_HEAD(, llinfo_llc) llinfo_llc;
184 struct llinfo_llc *lc = (struct llinfo_llc *) rt->rt_llinfo;
230 R_Malloc(lc, struct llinfo_llc *, sizeof(*lc));
239 LIST_INSERT_HEAD(&llinfo_llc, lc, lc_list);
324 struct llinfo_llc *sc; /* ptr to snpa table entry */
348 (sc = (struct llinfo_llc *) known_is->rt_llinfo) &&
387 struct llinfo_llc *lc) /* entry to free */
423 struct llinfo_llc *l
[all...]
H A Diso_var.h135 struct llinfo_llc;
177 void snpac_free (struct llinfo_llc *);

Completed in 101 milliseconds