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

/external/kernel-headers/original/linux/
H A Dif_fc.h45 __u8 llc; /* LLC control field */ member in struct:fcllc
H A Dif_tr.h61 __u8 llc; /* LLC control field */ member in struct:trllc
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc.c177 char llc[40] = ""; local
191 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr);
204 snprintf(&llc[0], sizeof(llc), "S %s (%d)", type, nr);
207 snprintf(&llc[0], sizeof(llc), "U");
209 snprintf(&llc[0], sizeof(llc), "???");
213 ALOGD("> %s:%s\t%s", pString, print_buffer, llc);
[all...]

Completed in 112 milliseconds