Home | Sort by: relevance | last modified time | path |
/src/sys/net/ | |
if_llatbl.h | 212 typedef int (llt_foreach_cb_t)(struct lltable *, struct llentry *, void *); typedef in typeref:typename:int ()(struct lltable *,struct llentry *,void *) 213 typedef int (llt_foreach_entry_t)(struct lltable *, llt_foreach_cb_t *, void *); 296 int lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, |