Searched refs:u_short (Results 76 - 100 of 115) sorted by relevance

12345

/external/tcpdump/
H A Dprint-fddi.c246 u_short extracted_ethertype;
H A Dprint-rsvp.c489 static int rsvp_intserv_print(const u_char *, u_short);
498 rsvp_intserv_print(const u_char *tptr, u_short obj_tlen) {
657 u_short rsvp_obj_len,rsvp_obj_ctype,obj_tlen,intserv_serv_tlen;
1811 u_short plen, tlen, subtlen;
H A Dprint-domain.c360 register u_short typ, len;
669 b2 = EXTRACT_16BITS(((u_short *)np)+1);
H A Dprint-dccp.c176 u_short sport, dport;
H A Dprint-decnet.c855 dnnum_string(u_short dnaddr)
859 int area = (u_short)(dnaddr & AREAMASK) >> AREASHIFT;
870 dnname_string(u_short dnaddr)
H A Dprint-pim.c116 u_short pim_cksum; /* IP style check sum */
H A Dprint-snmp.c340 u_short id;
1296 snmppdu_print(u_short pduid, const u_char *np, u_int length)
/external/ppp/pppd/
H A Dipcp.c845 u_short cilen, citype, cishort;
973 u_short cishort;
1193 u_short cishort;
1328 u_short cilen, citype; /* Parsed len, type */
1329 u_short cishort; /* Parsed short value */
2038 u_short cishort;
H A Dlcp.c550 u_short prot;
779 u_short cishort;
936 u_short cishort;
1328 u_short cishort;
1491 u_short cishort; /* Parsed short value */
1979 u_short cishort;
H A Dcbcp.c161 u_short len;
H A Ddemand.c176 static u_short fcstab[256] = {
H A Dpppd.h392 u_short protocol; /* PPP protocol number */
H A Dmain.c920 u_short proto;
1010 u_short protocol;
/external/chromium_org/third_party/libevent/
H A Dhttp.c201 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;
1752 char **address, u_short *port)
2252 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port)
2338 evhttp_start(const char *address, u_short port)
2726 make_addrinfo(const char *address, u_short port)
2764 bind_socket(const char *address, u_short port, int reuse)
H A Devent.h182 typedef unsigned short u_short; typedef
/external/qemu/slirp/
H A Dudp.c507 u_short temp_port;
566 u_short temp_port;
H A Dtcp_subr.c145 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen));
1132 u_short p;
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c730 u_short
735 u_short bestmatch_port = PORT_ISAKMP;
H A Dsockmisc.c141 u_short port1, port2;
206 u_short port1, port2;
H A Disakmp.c2476 u_short port;
2503 blen = (alen + sizeof(u_short)) * 2
2517 memcpy(p, &port, sizeof(u_short));
2518 p += sizeof(u_short);
2524 memcpy(p, &port, sizeof(u_short));
2525 p += sizeof(u_short);
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c230 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-android/
H A Dtcp_subr.c147 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen));
986 u_short p;
/external/iputils/
H A Dtraceroute6.c317 u_short port = 32768+666; /* start udp dest port # for probe packets */
/external/libpcap/
H A Dpcap-win32.c93 u_short bh_hdrlen; /* length of bpf header (this struct
H A Doptimize.c2040 dst->code = (u_short)src->s.code;
2106 dst->code = (u_short)p->s.code;

Completed in 1423 milliseconds

12345