Home
last modified time | relevance | path

Searched defs:lltable (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dif_llatbl.h167 struct lltable { struct
169 sa_family_t llt_af;
170 uint8_t llt_flags;
171 uint8_t llt_spare[2];
172 int llt_hsize;
173 int llt_entries;
174 int llt_maxentries;
175 struct llentries *lle_head;
176 struct ifnet *llt_ifp;
178 llt_lookup_t *llt_lookup;
[all …]
H A Dif_llatbl.c1159 DB_SHOW_COMMAND(lltable, db_show_lltable) in DB_SHOW_COMMAND() argument
/freebsd/sys/netinet6/
H A Din6_var.h107 struct lltable *lltable; member