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

  /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,

Completed in 11 milliseconds