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

  /external/grub/netboot/
epic100.c 298 unsigned short nstype; local
317 nstype = htons(type);
318 memcpy(txp + 12, (char*)&nstype, 2);
sis900.c 919 u32 status, to, nstype;
933 nstype = htons(t);
934 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
903 u32 status, to, nstype; local
fa311.c 271 unsigned short nstype; local
285 nstype = htons(type);
286 memcpy(txp + 12, (char*)&nstype, 2);
natsemi.c 611 u32 status, to, nstype;
625 nstype = htons(t);
626 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
610 u32 status, to, nstype; local
rtl8139.c 337 unsigned int status, to, nstype; local
342 nstype = htons(type);
343 memcpy(tx_buffer + 2 * ETH_ALEN, (char*)&nstype, 2);
tulip.c 1063 u16 nstype; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.h 108 enum nstype { enum
119 typedef enum nstype nstype; typedef in typeref:enum:nstype
147 nstype do_type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 108 enum nstype { enum
119 typedef enum nstype nstype; typedef in typeref:enum:nstype
147 nstype do_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 108 enum nstype { enum
119 typedef enum nstype nstype; typedef in typeref:enum:nstype
147 nstype do_type;

Completed in 141 milliseconds