Searched defs:is_llc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c818 int is_llc = 0, is_snap = 0, source_routing = 0; local
850 if (is_llc = tr_machdr_len(e, &maclen, &source_routing)) {
881 if (is_llc) {
903 if (is_llc) {
948 if (is_llc) {
1074 int is_llc = 0, is_smt = 0, is_snap = 0; local
1107 is_llc = 1;
1142 if (is_llc) {
1161 if (is_llc) {
1205 if (is_llc) {
[all...]

Completed in 47 milliseconds