Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Daddrtoname.c927 static const struct etherlist { struct
930 } etherlist[] = { argument
952 const struct etherlist *el; in init_etherarray()
975 for (el = etherlist; el->name != NULL; ++el) { in init_etherarray()