Home
last modified time | relevance | path

Searched refs:if_com_alloc_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dif_var.h541 typedef void *if_com_alloc_t(u_char type, if_t ifp); typedef
543 void if_register_com_alloc(u_char type, if_com_alloc_t *a, if_com_free_t *f);
H A Dif.c358 static if_com_alloc_t *if_com_alloc[256];
4136 if_com_alloc_t *a, if_com_free_t *f) in if_register_com_alloc()