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

1 2 3 45 6 7

  /hardware/msm7k/librpc/
xdr.c 171 bool_t xdr_u_short (XDR *xdr, u_short *usp)
182 *usp = (u_short)l;
  /external/ppp/pppd/
ipv6cp.c 608 u_short cilen, citype, cishort;
681 u_short cishort;
818 u_short cishort;
897 u_short cilen, citype; /* Parsed len, type */
898 u_short cishort; /* Parsed short value */
    [all...]
ipxcp.c 664 u_short cilen, citype, cishort;
773 u_short s;
884 u_short cilen, citype, cishort;
997 u_short cilen, citype; /* Parsed len, type */
998 u_short cishort; /* Parsed short value */
    [all...]
ipcp.c 845 u_short cilen, citype, cishort;
973 u_short cishort;
1193 u_short cishort;
    [all...]
lcp.c 550 u_short prot;
779 u_short cishort;
936 u_short cishort;
    [all...]
cbcp.c 161 u_short len;
demand.c 176 static u_short fcstab[256] = {
  /bionic/libc/netbsd/net/
getnameinfo.c 96 u_short si_port;
241 u_short port;
  /external/tcpdump/
print-dccp.c 89 return in_cksum((u_short *)dh, len, sp[0]+sp[1]+sp[2]+sp[3]+sp[4]+sp[5]);
224 u_short sport, dport;
print-fddi.c 246 u_short extracted_ethertype;
print-igmp.c 330 if (in_cksum((const u_short*)bp, len, 0))
print-rsvp.c 467 static int rsvp_intserv_print(const u_char *, u_short);
476 rsvp_intserv_print(const u_char *tptr, u_short obj_tlen) {
626 u_short rsvp_obj_len,rsvp_obj_ctype,obj_tlen,intserv_serv_tlen;
    [all...]
print-sctp.c 72 u_short sourcePort, destPort;
print-domain.c 360 register u_short typ, len;
650 b2 = EXTRACT_16BITS(((u_short *)np)+1);
print-pim.c 108 u_short pim_cksum; /* IP style check sum */
643 in_cksum((const u_short*)bp, len, 0) ? "in" : "" );
print-decnet.c 855 dnnum_string(u_short dnaddr)
859 int area = (u_short)(dnaddr & AREAMASK) >> AREASHIFT;
870 dnname_string(u_short dnaddr)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 274 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
289 extern bool_t xdr_u_short (XDR *__xdrs, u_short *__usp) __THROW;
  /external/ppp/pppd/plugins/radius/
radiusclient.h 64 u_short length;
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 118 else if((sin.sin_port = htons((u_short)atoi(service))) == 0)
  /bionic/libc/stdlib/
strtod.c 228 (((u_short *)(void *)a)[1] = \
229 (u_short)b, ((u_short *)(void *)a)[0] = (u_short)c, a++)
232 (((u_short *)(void *)a)[0] = \
233 (u_short)b, ((u_short *)(void *)a)[1] = (u_short)c, a++)
    [all...]
  /external/chromium/third_party/libevent/
http.c 201 static int bind_socket(const char *, u_short, int reuse);
544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile)
552 u_short port;
    [all...]
event.h 182 typedef unsigned short u_short; typedef
    [all...]
  /external/qemu/slirp/
udp.c 507 u_short temp_port;
566 u_short temp_port;
  /bionic/libc/private/
resolv_private.h 153 u_short id; /* current message id */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 112 u_short id; /* current message id */

Completed in 2320 milliseconds

1 2 3 45 6 7