Searched refs:u_int16_t (Results 1 - 20 of 20) sorted by relevance

/bionic/libc/include/netinet/
H A Dudp.h39 u_int16_t uh_sport;
40 u_int16_t uh_dport;
41 u_int16_t uh_ulen;
42 u_int16_t uh_sum;
45 u_int16_t source;
46 u_int16_t dest;
47 u_int16_t len;
48 u_int16_t check;
H A Din_systm.h50 typedef u_int16_t n_short; /* short as received from the net */
H A Dip.h65 u_int16_t ip_len; /* total length */
66 u_int16_t ip_id; /* identification */
67 u_int16_t ip_off; /* fragment offset field */
74 u_int16_t ip_sum; /* checksum */
203 u_int16_t ippseudo_len; /* protocol length */
H A Dicmp6.h76 u_int16_t icmp6_cksum; /* checksum field */
79 u_int16_t icmp6_un_data16[2]; /* type-specific field */
341 u_int16_t nd_opt_rh_reserved1;
349 u_int16_t nd_opt_mtu_reserved;
356 u_int16_t nd_opt_rdnss_reserved;
364 u_int16_t nd_opt_dnssl_reserved;
467 u_int16_t rr_maxdelay;
489 u_int16_t rpm_reserved;
520 u_int16_t rrr_flags;
H A Dip6.h76 u_int16_t ip6_un1_plen; /* payload length */
245 u_int16_t ip6f_offlg; /* offset, reserved, and flag */
/bionic/libc/include/net/
H A Dif_ieee1394.h71 u_int16_t iuh_ft; /* fragment type == 0 */
72 u_int16_t iuh_etype; /* ether_type */
77 u_int16_t ifh_ft_size; /* fragment type, data size-1 */
78 u_int16_t ifh_etype_off; /* etype for first fragment */
80 u_int16_t ifh_dgl; /* datagram label */
81 u_int16_t ifh_reserved;
96 u_int16_t rp_size;
97 u_int16_t rp_etype;
98 u_int16_t rp_off;
99 u_int16_t rp_dg
[all...]
H A Dif_ether.h76 u_int16_t ether_type;
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dhtons.c12 u_int16_t
13 htons(u_int16_t x)
17 return (u_int16_t)(s[0] << 8 | s[1]);
H A Dntohs.c12 u_int16_t
13 ntohs(u_int16_t x)
17 return (u_int16_t)(s[0] << 8 | s[1]);
H A Dres_random.c90 static const u_int16_t pfacts[PFAC_N] = {
96 static u_int16_t ru_x;
97 static u_int16_t ru_seed, ru_seed2;
98 static u_int16_t ru_a, ru_b;
99 static u_int16_t ru_g;
100 static u_int16_t ru_counter = 0;
101 static u_int16_t ru_msb = 0;
106 static u_int16_t pmod(u_int16_t, u_int16_t, u_int16_
[all...]
/bionic/libm/i387/
H A Dnpx.h85 u_int16_t en_cw; /* control word (16bits) */
86 u_int16_t en_sw; /* status word (16bits) */
87 u_int16_t en_tw; /* tag word (16bits) */
88 u_int16_t en_opcode; /* opcode last executed (11 bits ) */
90 u_int16_t en_fcs; /* floating code segment selector */
91 u_int16_t en_pad0; /* padding */
93 u_int16_t en_fos; /* floating operand segment selector */
94 u_int16_t en_pad1; /* padding */
/bionic/libm/include/amd64/machine/
H A Dfpu.h17 u_int16_t fx_fcw;
18 u_int16_t fx_fsw;
21 u_int16_t fx_fop;
33 u_int16_t fp_ex_sw; /* saved status from last exception */
34 u_int16_t fp_ex_tw; /* saved tag from last exception */
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A Ddst.h13 u_int16_t dk_id; /*%< identifier of the key */
79 const u_int16_t, /*!< key tag identifier */
111 u_int16_t dst_s_dns_key_id(const u_char *, const int);
112 u_int16_t dst_s_id_calc(const u_char *, const int);
/bionic/libc/include/sys/
H A Dendian.h74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
76 #define HTONS(x) (x) = htons((u_int16_t)(x))
H A Dtypes.h151 typedef uint16_t u_int16_t; typedef
/bionic/libc/dns/resolv/
H A Dres_comp.c261 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); }
264 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); }
H A Dres_mkquery.c239 u_int16_t flags = 0;
H A Dres_debug.c1181 u_int16_t
1201 return (u_int16_t)(result);
1204 u_int16_t
1224 return (u_int16_t)(result);
H A Dres_send.c465 u_int16_t nstime;
/bionic/libc/kernel/uapi/linux/
H A Dcoda.h84 typedef unsigned short u_int16_t; typedef
112 u_int16_t d_reclen;

Completed in 6895 milliseconds