Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c62 static int tr_machdr_len(char *, int *, int *);
852 if (is_llc = tr_machdr_len(e, &maclen, &source_routing)) { in interpret_tr()
1013 tr_machdr_len(char *e, int *lenp, int *source_routing) in tr_machdr_len() function
1043 if (tr_machdr_len(e, &len, &source_routing) == 0) in tr_header_len()