Home
last modified time | relevance | path

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

/bionic/libc/include/net/
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_dgl;
[all …]
Dif_ether.h76 u_int16_t ether_type;
/bionic/libc/upstream-openbsd/lib/libc/net/
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;
105 static u_int16_t pmod(u_int16_t, u_int16_t, u_int16_t);
112 static u_int16_t
113 pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod) in pmod()
[all …]
Dhtons.c12 u_int16_t
13 htons(u_int16_t x) in htons()
17 return (u_int16_t)(s[0] << 8 | s[1]); in htons()
Dntohs.c12 u_int16_t
13 ntohs(u_int16_t x) in ntohs()
17 return (u_int16_t)(s[0] << 8 | s[1]); in ntohs()
/bionic/libc/include/netinet/
Dudp.h38 u_int16_t uh_sport; /* source port */
39 u_int16_t uh_dport; /* destination port */
40 u_int16_t uh_ulen; /* udp length */
41 u_int16_t uh_sum; /* udp checksum */
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 */
Din_systm.h50 typedef u_int16_t n_short; /* short as received from the net */
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;
Dip6.h76 u_int16_t ip6_un1_plen; /* payload length */
245 u_int16_t ip6f_offlg; /* offset, reserved, and flag */
/bionic/libm/i387/
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/
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/
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/
Dendian.h74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
76 #define HTONS(x) (x) = htons((u_int16_t)(x))
Dtypes.h152 typedef uint16_t u_int16_t; typedef
/bionic/libc/dns/resolv/
Dres_comp.c261 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); } in __putshort()
264 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort()
Dres_mkquery.c239 u_int16_t flags = 0; in res_nopt()
Dres_debug.c1181 u_int16_t
1201 return (u_int16_t)(result); in res_nametoclass()
1204 u_int16_t
1224 return (u_int16_t)(result); in res_nametotype()
Dres_send.c479 u_int16_t nstime; in res_nsend()
/bionic/libc/kernel/uapi/linux/
Dcoda.h84 typedef unsigned short u_int16_t; typedef
112 u_int16_t d_reclen;