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

1 2 3

  /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;
coda.h 34 typedef unsigned short u_short; typedef
154 u_short va_mode;
606 u_short in_size;
607 u_short out_size;
  /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 */
  /external/libpcap/
pcap-common.h 18 ( (((y)&0xff)<<8) | ((u_short)((y)&0xff00)>>8) )
pcap1.h 168 u_short version_major;
169 u_short version_minor;
sf-pcap-ng.c 92 u_short option_code;
93 u_short option_length;
108 u_short major_version;
109 u_short minor_version;
131 u_short linktype;
132 u_short reserved;
184 u_short interface_id;
185 u_short drops_count;
  /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
  /external/ipsec-tools/src/racoon/
grabmyaddr.h 48 extern u_short getmyaddrsport __P((struct sockaddr *));
  /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/libpcap/Win32/Include/net/
if.h 114 u_short ifm_msglen; /* to skip over non-understood messages */
119 u_short ifm_index; /* index for associated ifp */
128 u_short ifam_msglen; /* to skip over non-understood messages */
133 u_short ifam_index; /* index for associated ifp */
142 u_short ifmam_msglen; /* to skip over non-understood messages */
147 u_short ifmam_index; /* index for associated ifp */
  /external/chromium_org/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);
  /external/iputils/
tftpd.c 366 dp->th_opcode = htons((u_short)DATA);
367 dp->th_block = htons((u_short)block);
386 ap->th_opcode = ntohs((u_short)ap->th_opcode);
387 ap->th_block = ntohs((u_short)ap->th_block);
432 ap->th_opcode = htons((u_short)ACK);
433 ap->th_block = htons((u_short)block);
451 dp->th_opcode = ntohs((u_short)dp->th_opcode);
452 dp->th_block = ntohs((u_short)dp->th_block);
477 ap->th_opcode = htons((u_short)ACK); /* send the "final" ack */
478 ap->th_block = htons((u_short)(block))
    [all...]
ping.c 102 static u_short in_cksum(const u_short *addr, int len, u_short salt);
746 icp->checksum = in_cksum((u_short *)icp, cc, 0);
752 icp->checksum = in_cksum((u_short *)&tmp_tv, sizeof(tmp_tv), ~icp->checksum);
831 csfailed = in_cksum((u_short *)icp, cc, 0);
946 # define ODDBYTE(v) ((u_short)(v) << 8)
948 # define ODDBYTE(v) htons((u_short)(v) << 8)
951 u_short
952 in_cksum(const u_short *addr, register int len, u_short csum
    [all...]
rdisc.c 123 u_short icmp_cksum; /* ones complement cksum of struct */
210 static u_short in_cksum(u_short *addr, int len);
557 icp->checksum = in_cksum( (u_short *)icp, packetlen );
617 rap->icmp_cksum = in_cksum( (u_short *)rap, packetlen );
751 if (in_cksum((u_short *)ALLIGN(buf+hlen), cc)) {
840 if (in_cksum((u_short *)ALLIGN(buf+hlen), cc)) {
916 # define ODDBYTE(v) ((u_short)(v) << 8)
918 # define ODDBYTE(v) htons((u_short)(v) << 8)
921 u_short in_cksum(u_short *addr, int len
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_environment.c 56 u_short ip_id = 0; /*__Userspace__ TODO Should it be initialized to zero? */
user_environment.h 83 extern u_short ip_id;
user_ip_icmp.h 53 u_short icmp_cksum; /* ones complement cksum of struct */
82 u_short icmp_cksum; /* ones complement cksum of struct */
  /external/libpcap/Win32/Include/
inetprivate.h 53 extern void putshort(u_short l, u_char *msgp);
  /development/ndk/platforms/android-3/include/sys/
types.h 111 typedef unsigned short u_short; typedef
  /external/clang/test/Sema/
designated-initializers.c 177 typedef unsigned short u_short; typedef
181 u_short arr2[3];
  /bionic/libc/include/sys/
types.h 149 typedef unsigned short u_short; typedef

Completed in 2007 milliseconds

1 2 3