HomeSort by relevance Sort by last modified time
    Searched defs:llc (Results 1 - 12 of 12) sorted by null

  /bionic/libc/kernel/uapi/linux/
if_fc.h 34 __u8 llc; member in struct:fcllc
  /external/kernel-headers/original/uapi/linux/
if_fc.h 30 /* LLC and SNAP constants */
43 /* This is a Fibre Channel LLC structure */
47 __u8 llc; /* LLC control field */ member in struct:fcllc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_fc.h 29 /* LLC and SNAP constants */
42 /* This is a Fibre Channel LLC structure */
46 __u8 llc; /* LLC control field */ member in struct:fcllc
if_tr.h 32 /* LLC and SNAP constants */
47 /* This is an Token-Ring LLC structure */
51 __u8 llc; /* LLC control field */ member in struct:trllc
  /external/llvm/utils/
update_llc_test_checks.py 5 This script is a utility to update LLVM X86 'llc' based test cases with new
20 def llc(args, cmd_args, ir): function
142 parser.add_argument('--llc-binary', default='llc',
143 help='The "llc" binary to use to generate the test case')
168 if not llc_cmd.startswith('llc '):
169 print >>sys.stderr, 'WARNING: Skipping non-llc RUN line: ' + l
176 llc_cmd_args = llc_cmd[len('llc'):].strip()
194 print >>sys.stderr, 'Extracted LLC cmd: llc ' + llc_arg
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_802_3.h 50 } llc; member in struct:ebt_802_3_hdr
  /external/iptables/include/linux/netfilter_bridge/
ebt_802_3.h 52 } llc; member in struct:ebt_802_3_hdr
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_802_3.h 53 } llc; member in struct:ebt_802_3_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 51 } llc; member in struct:ebt_802_3_hdr
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 257 /// llc - The pathname to use for LLC.
258 /// envp - The environment to use when running LLC.
264 const sys::Path &llc,
266 // Run LLC to convert the bitcode file into assembly code.
268 args.push_back(llc.c_str());
282 return sys::Program::ExecuteAndWait(llc, &args[0], 0, 0, 0, 0, &ErrMsg);
288 const sys::Path &llc,
290 // Run LLC to convert the bitcode file into C.
292 args.push_back(llc.c_str());
664 sys::Path llc = PrependMainExecutablePath("llc", argv[0], local
691 sys::Path llc = PrependMainExecutablePath("llc", argv[0], local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_tr.h 32 /* LLC and SNAP constants */
47 /* This is an Token-Ring LLC structure */
52 u_int8_t llc; /* LLC control field */ member in struct:trllc
  /external/syslinux/gpxe/src/drivers/net/
prism2.c 138 * 802.11 headers in addition to those in hfa384x_tx_frame_t (LLC and SNAP)
149 static const wlan_llc_t wlan_llc_snap = { 0xaa, 0xaa, 0x03 }; /* LLC header indicating SNAP (?) */
160 wlan_llc_t llc; member in struct:wlan_80211hdr
637 * NOTE: Packets as received have an 8-byte header (LLC+SNAP(?)) terminating with the packet type.

Completed in 572 milliseconds