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

1 2 34 5 6 7

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
coda.h 27 typedef unsigned short u_short; typedef
142 u_short va_mode;
572 u_short in_size;
573 u_short out_size;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
coda.h 27 typedef unsigned short u_short; typedef
142 u_short va_mode;
572 u_short in_size;
573 u_short out_size;
  /external/tcpdump/
print-llc.c 149 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype)
380 u_short *extracted_ethertype, u_int bridge_pad)
383 register u_short et;
print-ip.c 275 u_short
276 in_cksum(const u_short *addr, register u_int len, int csum)
279 const u_short *w = addr;
280 u_short answer;
661 sum = in_cksum((const u_short *)ipds->ip, hlen, 0);
addrtoname.c 148 u_short e_addr0;
149 u_short e_addr1;
150 u_short e_addr2;
163 u_short p_proto;
540 etherproto_string(u_short port)
624 tcpport_string(u_short port)
643 udpport_string(register u_short port)
662 ipxsap_string(u_short port)
726 u_short p;
774 u_short etype = htons(eproto_db[i].p)
    [all...]
print-ldp.c 249 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags;
502 u_short tlen;
503 u_short pdu_len,msg_len,msg_type,msg_tlen;
print-token.c 104 u_short extracted_ethertype;
print-icmp.c 564 sum = in_cksum((u_short*)dp, plen, 0);
602 in_cksum((const u_short *)&ext_dp->icmp_ext_version_res,
622 in_cksum((const u_short *)&ext_dp->icmp_ext_version_res,
print-atm.c 106 u_short extracted_ethertype;
print-krb.c 157 u_short len;
print-pppoe.c 143 u_short tag_type = 0xffff, tag_len;
  /external/libpcap/bpf/net/
bpf_filter.c 102 #define EXTRACT_SHORT(p) ((u_short)ntohs(*(u_short *)p))
106 ((u_short)\
107 ((u_short)*((u_char *)p+0)<<8|\
108 (u_short)*((u_char *)p+1)<<0))
  /bionic/libc/netbsd/net/
getservent_r.c 110 sp->s_port = htons((u_short)atoi(p));
  /external/kernel-headers/original/linux/
coda.h 77 typedef unsigned short u_short; typedef
242 u_short va_mode; /* files access mode and type */
763 u_short in_size; /* Size of input buffer <= 2K */
764 u_short out_size; /* Maximum size of output buffer, <= 2K */
types.h 95 typedef unsigned short u_short; typedef
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coda.h 77 typedef unsigned short u_short; typedef
238 u_short va_mode; /* files access mode and type */
756 u_short in_size; /* Size of input buffer <= 2K */
757 u_short out_size; /* Maximum size of output buffer, <= 2K */
  /external/libpcap/
nametoaddr.c 280 u_short p;
486 u_short
pcap-enet.c 66 u_short s;
  /external/tcpdump/missing/
getnameinfo.c 88 u_short si_port;
112 u_short port;
  /external/libpcap/lbl/
os-sunos4.h 140 int rcmd(char **, u_short, char *, char *, char *, int *);
  /external/tcpdump/lbl/
os-sunos4.h 140 int rcmd(char **, u_short, char *, char *, char *, int *);
  /hardware/msm7k/librpc/rpc/
xdr.h 97 extern bool_t xdr_u_short (XDR *xdr, u_short *usp);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
svc.h 78 u_short xp_port; /* associated port number */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h 36 typedef __u_short u_short; typedef
  /external/ping/
ping.c 952 static u_short in_cksum(const u_short *addr, int len, u_short salt);
1098 icp->checksum = in_cksum((u_short *)icp, cc, 0);
1107 icp->checksum = in_cksum((u_short *)(icp+1), fake_fucked_egcs, ~icp->checksum);
1154 csfailed = in_cksum((u_short *)icp, cc, 0);
1255 u_short
1256 in_cksum(const u_short *addr, register int len, u_short csum)
1259 const u_short *w = addr
    [all...]

Completed in 373 milliseconds

1 2 34 5 6 7