Searched refs:u_short (Results 1 - 25 of 115) sorted by relevance

12345

/external/kernel-headers/original/uapi/linux/
H A Dcoda_psdev.h14 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/ppp/pppd/
H A Dccp.h41 u_short bsd_bits; /* # bits/code for BSD Compress */
42 u_short deflate_size; /* lg(window size) for Deflate */
H A Dipv6cp.h161 u_short vj_protocol; /* protocol value to use in VJ option */
H A Deap.h112 u_short ea_namelen; /* Length of our name */
113 u_short ea_peerlen; /* Length of peer's name */
/external/tcpdump/
H A Daddrtoname.h38 extern const char *etherproto_string(u_short);
39 extern const char *tcpport_string(u_short);
40 extern const char *udpport_string(u_short);
H A Dprint-vjc.c85 vjc_print(register const char *bp, u_short proto _U_)
108 printf("sum=0x%04x ", *(u_short *)&bp[3]);
H A Dprint-ipx.c48 void ipx_sap_print(const u_short *, u_int);
49 void ipx_rip_print(const u_short *, u_int);
95 register u_short dstSkt;
103 ipx_sap_print((u_short *)datap, length);
106 ipx_rip_print((u_short *)datap, length);
133 ipx_sap_print(const u_short *ipx, u_int length)
185 ipx_rip_print(const u_short *ipx, u_int length)
H A Dprint-ap1394.c47 u_short firewire_type;
93 u_short ether_type;
H A Dprint-radius.c139 static void print_attr_string(register u_char *, u_int, u_short );
140 static void print_attr_num(register u_char *, u_int, u_short );
141 static void print_vendor_attr(register u_char *, u_int, u_short );
142 static void print_attr_address(register u_char *, u_int, u_short);
143 static void print_attr_time(register u_char *, u_int, u_short);
144 static void print_attr_strange(register u_char *, u_int, u_short);
340 void (*print_func)(register u_char *, u_int, u_short );
448 print_attr_string(register u_char *data, u_int length, u_short attr_code )
504 print_vendor_attr(register u_char *data, u_int length, u_short attr_code _U_)
570 print_attr_num(register u_char *data, u_int length, u_short attr_cod
[all...]
H A Dprint-sll.c56 u_short ether_type;
120 u_short ether_type;
121 u_short extracted_ethertype;
/external/libpcap/
H A Dpcap-common.h18 ( (((y)&0xff)<<8) | ((u_short)((y)&0xff00)>>8) )
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
H A Dtcp.h81 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/
H A Dinternal.h64 /* newlib uses u_short in socket.h without defining it. */
65 typedef unsigned short u_short; typedef
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.h48 extern u_short getmyaddrsport __P((struct sockaddr *));
/external/libpcap/pcap/
H A Dnamedb.h83 u_short __pcap_nametodnaddr(const char *);
/external/qemu/slirp/
H A Dip_icmp.h49 u_short icmp_cksum; /* ones complement cksum of struct */
54 u_short icd_id;
55 u_short icd_seq;
61 u_short ipm_void;
62 u_short ipm_nextmtu;
H A Dtcp_var.h50 u_short t_maxseg; /* maximum segment size */
52 u_short t_flags;
110 u_short t_rttmin; /* minimum rtt allowed */
/external/qemu/slirp-android/
H A Dip_icmp.h51 u_short icmp_cksum; /* ones complement cksum of struct */
56 u_short icd_id;
57 u_short icd_seq;
63 u_short ipm_void;
64 u_short ipm_nextmtu;
H A Dtcp_var.h55 u_short t_maxseg; /* maximum segment size */
57 u_short t_flags;
115 u_short t_rttmin; /* minimum rtt allowed */
/external/libpcap/Win32/Include/net/
H A Dif.h114 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/
H A Dhttp-internal.h64 u_short bind_port; /* local port for binding the src */
67 u_short port;
139 int evhttp_hostportfile(char *, char **, u_short *, char **);
H A Devhttp.h87 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/ppp/pppd/include/net/
H A Dslcompress.h104 u_short cs_hlen; /* size of hdr (receive only) */
123 u_short flags;
H A Dvjcompress.h104 u_short cs_hlen; /* size of hdr (receive only) */
122 u_short flags;
/external/iputils/
H A Dtftpd.c366 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)(bloc
[all...]

Completed in 3825 milliseconds

12345