Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_trill.c37 interpret_trill(int flags, struct ether_header **e, char *data, int *alen) in interpret_trill() function
H A Dsnoop.h260 extern int interpret_trill(int, struct ether_header **, char *, int *);
H A Dsnoop_ether.c320 ethertype = interpret_trill(flags, &e, data, &len); in interpret_ether()