HomeSort by relevance Sort by last modified time
    Searched refs:u_short (Results 276 - 300 of 333) sorted by null

<<11121314

  /external/chromium_org/third_party/libevent/
event.h 182 typedef unsigned short u_short; typedef
    [all...]
  /external/ppp/pppd/
cbcp.c 161 u_short len;
demand.c 176 static u_short fcstab[256] = {
pppd.h 392 u_short protocol; /* PPP protocol number */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 112 u_short id; /* current message id */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 112 u_short id; /* current message id */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 112 u_short id; /* current message id */
  /external/libppp/src/
ccp.c 719 int pri, u_short *proto)
749 u_short *proto)
787 u_short
ncpaddr.c 175 ntohs(*(u_short *)&sin6->sin6_addr.s6_addr[2]);
176 *(u_short *)&sin6->sin6_addr.s6_addr[2] = 0;
896 if ((scopeid = ntohs(*(const u_short *)&sin6->s6_addr[2])) == 0)
fsm.c 142 fsm_Init(struct fsm *fp, const char *name, u_short proto, int mincode,
880 u_short proto;
996 u_short len;
auth.c 88 Auth2Nam(u_short auth, u_char type)
mbuf.c 243 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra)
lcp.c 86 u_short proto; /* Quality protocol */
388 u_short maxmru;
667 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto;
    [all...]
  /external/tcpdump/
print-decnet.c 855 dnnum_string(u_short dnaddr)
859 int area = (u_short)(dnaddr & AREAMASK) >> AREASHIFT;
870 dnname_string(u_short dnaddr)
print-tcp.c 141 return in_cksum((u_short *)tp, len,
  /external/libpcap/
pcap-win32.c 70 u_short bh_hdrlen; /* length of bpf header (this struct
pcap-bpf.c 964 total_insn.code = (u_short)(BPF_RET | BPF_K);
savefile.c 96 ( (((y)&0xff)<<8) | ((u_short)((y)&0xff00)>>8) )
    [all...]
  /bionic/libc/bionic/
fts.c 53 static u_short fts_stat(FTS *, FTSENT *, int);
789 static u_short
  /bionic/libc/netbsd/resolv/
res_send.c 746 u_short len;
831 ns_put16((u_short)buflen, (u_char*)(void *)&len);
    [all...]
  /external/ipsec-tools/src/racoon/
sockmisc.c 141 u_short port1, port2;
206 u_short port1, port2;
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 230 bpfRun[1].code = (u_short) BPF_JMP+BPF_JEQ+BPF_K;
235 bpfRun[2].code = (u_short) BPF_JMP+BPF_JEQ+BPF_K;
  /external/qemu/slirp/
tcp_subr.c 145 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen));
1132 u_short p;
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 147 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen));
986 u_short p;
  /external/iputils/
traceroute6.c 317 u_short port = 32768+666; /* start udp dest port # for probe packets */

Completed in 654 milliseconds

<<11121314