HomeSort by relevance Sort by last modified time
    Searched refs:u_short (Results 1 - 25 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/linux/
coda_psdev.h 29 u_short uc_flags;
30 u_short uc_inSize;
31 u_short uc_outSize;
32 u_short uc_opcode;
  /development/ndk/platforms/android-L/include/linux/
coda_psdev.h 29 u_short uc_flags;
30 u_short uc_inSize;
31 u_short uc_outSize;
32 u_short uc_opcode;
  /external/kernel-headers/original/uapi/linux/
coda_psdev.h 14 u_short uc_flags;
15 u_short uc_inSize; /* Size is at most 5000 bytes */
16 u_short uc_outSize;
17 u_short uc_opcode; /* copied from data to save lookup */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
coda_psdev.h 14 u_short uc_flags;
15 u_short uc_inSize; /* Size is at most 5000 bytes */
16 u_short uc_outSize;
17 u_short uc_opcode; /* copied from data to save lookup */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coda_psdev.h 14 u_short uc_flags;
15 u_short uc_inSize; /* Size is at most 5000 bytes */
16 u_short uc_outSize;
17 u_short uc_opcode; /* copied from data to save lookup */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
coda_psdev.h 29 u_short uc_flags;
30 u_short uc_inSize;
31 u_short uc_outSize;
32 u_short uc_opcode;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
coda_psdev.h 29 u_short uc_flags;
30 u_short uc_inSize;
31 u_short uc_outSize;
32 u_short uc_opcode;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
coda_psdev.h 29 u_short uc_flags;
30 u_short uc_inSize;
31 u_short uc_outSize;
32 u_short uc_opcode;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
coda_psdev.h 29 u_short uc_flags;
30 u_short uc_inSize;
31 u_short uc_outSize;
32 u_short uc_opcode;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
coda_psdev.h 29 u_short uc_flags;
30 u_short uc_inSize;
31 u_short uc_outSize;
32 u_short uc_opcode;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
coda_psdev.h 29 u_short uc_flags;
30 u_short uc_inSize;
31 u_short uc_outSize;
32 u_short uc_opcode;
  /external/ppp/pppd/
ccp.h 41 u_short bsd_bits; /* # bits/code for BSD Compress */
42 u_short deflate_size; /* lg(window size) for Deflate */
ipv6cp.h 161 u_short vj_protocol; /* protocol value to use in VJ option */
  /external/tcpdump/
addrtoname.h 38 extern const char *etherproto_string(u_short);
39 extern const char *tcpport_string(u_short);
40 extern const char *udpport_string(u_short);
print-vjc.c 85 vjc_print(register const char *bp, u_short proto _U_)
108 printf("sum=0x%04x ", *(u_short *)&bp[3]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_bsd_types.h 14 typedef unsigned short u_short; typedef
wshisotp.h 30 u_short tp_family;
31 u_short tp_addr_type;
32 u_short tp_taddr_len;
33 u_short tp_tsel_len;
wsvns.h 10 u_short sin_family;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 59 u_short sp_family;
60 u_short sp_protocol;
64 u_short l_onoff;
65 u_short l_linger;
71 u_short sa_family;
77 u_short sin_port;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fts.h 81 u_short fts_pathlen; /* strlen(fts_path) */
82 u_short fts_namelen; /* strlen(fts_name) */
106 u_short fts_info; /* user flags for FTSENT structure */
110 u_short fts_flags; /* private flags for FTSENT structure */
116 u_short fts_instr; /* fts_set() instructions */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fts.h 81 u_short fts_pathlen; /* strlen(fts_path) */
82 u_short fts_namelen; /* strlen(fts_name) */
106 u_short fts_info; /* user flags for FTSENT structure */
110 u_short fts_flags; /* private flags for FTSENT structure */
116 u_short fts_instr; /* fts_set() instructions */
  /ndk/sources/host-tools/make-3.81/
vmsdir.h 28 typedef unsigned short u_short; typedef
36 u_short d_reclen;
37 u_short d_namlen;
  /external/libpcap/
pcap-common.h 18 ( (((y)&0xff)<<8) | ((u_short)((y)&0xff00)>>8) )
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 81 u_short th_sport; /* source port */
82 u_short th_dport; /* destination port */
104 u_short th_win; /* window */
105 u_short th_sum; /* checksum */
106 u_short th_urp; /* urgent pointer */
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
internal.h 64 /* newlib uses u_short in socket.h without defining it. */
65 typedef unsigned short u_short; typedef

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011>>