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

1 2 3 4 5 6 7

  /external/tcpdump/
addrtoname.h 28 extern const char *etherproto_string(u_short);
29 extern const char *tcpport_string(u_short);
30 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]);
print-ap1394.c 46 u_short firewire_type;
89 u_short ether_type;
90 u_short extracted_ether_type;
print-ipx.c 48 void ipx_sap_print(const u_short *, u_int);
49 void ipx_rip_print(const u_short *, u_int);
95 register u_short dstSkt;
103 ipx_sap_print((u_short *)datap, length);
106 ipx_rip_print((u_short *)datap, length);
133 ipx_sap_print(const u_short *ipx, u_int length)
185 ipx_rip_print(const u_short *ipx, u_int length)
print-sll.c 56 u_short ether_type;
120 u_short ether_type;
121 u_short extracted_ethertype;
print-mobile.c 75 u_short proto,crc;
104 if (in_cksum((u_short *)mob, osp ? 12 : 8, 0)!=0) {
  /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 */
eap.h 112 u_short ea_namelen; /* Length of our name */
113 u_short ea_peerlen; /* Length of peer's name */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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/grub/stage2/
defs.h 50 typedef unsigned short u_short; /* unsigned short */ typedef
dir.h 80 u_short d_reclen; /* length of this record */
81 u_short d_namlen; /* length of string in d_name */
  /external/libpcap/
pcap-namedb.h 83 u_short __pcap_nametodnaddr(const char *);
  /bionic/libm/i387/
npx.h 50 u_short en_fcs; /* floating code segment selector */
51 u_short en_opcode; /* opcode last executed (11 bits ) */
154 void npxinit(u_short control);
  /external/qemu/slirp/
ip_icmp.h 49 u_short icmp_cksum; /* ones complement cksum of struct */
54 u_short icd_id;
55 u_short icd_seq;
61 u_short ipm_void;
62 u_short ipm_nextmtu;
  /external/qemu/slirp-android/
ip_icmp.h 51 u_short icmp_cksum; /* ones complement cksum of struct */
56 u_short icd_id;
57 u_short icd_seq;
63 u_short ipm_void;
64 u_short ipm_nextmtu;
  /external/chromium/third_party/libevent/
http-internal.h 64 u_short bind_port; /* local port for binding the src */
67 u_short port;
139 int evhttp_hostportfile(char *, char **, u_short *, char **);
evhttp.h 87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
174 struct evhttp *evhttp_start(const char *address, u_short port);
209 u_short remote_port;
295 char **address, u_short *port);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coda_psdev.h 72 u_short uc_flags;
73 u_short uc_inSize; /* Size is at most 5000 bytes */
74 u_short uc_outSize;
75 u_short uc_opcode; /* copied from data to save lookup */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip.h 119 u_short ip_len; /* total length */
120 u_short ip_id; /* identification */
121 u_short ip_off; /* fragment offset field */
128 u_short ip_sum; /* checksum */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
timed.h 47 u_short tsp_seq;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
pmap_prot.h 78 #define PMAPPORT ((u_short)111)
  /external/ppp/pppd/include/net/
slcompress.h 104 u_short cs_hlen; /* size of hdr (receive only) */
123 u_short flags;
vjcompress.h 104 u_short cs_hlen; /* size of hdr (receive only) */
122 u_short flags;

Completed in 609 milliseconds

1 2 3 4 5 6 7