Searched refs:u_int16_t (Results 1 – 25 of 38) sorted by relevance
12
/bionic/libc/include/net/ |
D | if_ieee1394.h | 71 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 …]
|
D | if_dl.h | 63 u_int16_t sdl_index; /* if != 0, system given index for interface */
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | xt_dccp.h | 23 u_int16_t dpts[2]; 24 u_int16_t spts[2]; 26 u_int16_t flags; 27 u_int16_t invflags; 29 u_int16_t typemask;
|
D | xt_tcpudp.h | 17 u_int16_t spts[2]; 18 u_int16_t dpts[2]; 33 u_int16_t spts[2]; 34 u_int16_t dpts[2];
|
D | x_tables.h | 22 u_int16_t match_size; 29 u_int16_t match_size; 34 u_int16_t match_size; 44 u_int16_t target_size; 51 u_int16_t target_size; 56 u_int16_t target_size; 82 u_int16_t u16;
|
D | xt_string.h | 20 u_int16_t from_offset; 21 u_int16_t to_offset;
|
D | xt_multiport.h | 28 u_int16_t ports[XT_MULTI_PORTS]; 35 u_int16_t ports[XT_MULTI_PORTS];
|
D | xt_statistic.h | 28 u_int16_t mode; 29 u_int16_t flags;
|
D | xt_NFQUEUE.h | 16 u_int16_t queuenum;
|
D | xt_tcpmss.h | 16 u_int16_t mss_min, mss_max;
|
D | xt_length.h | 16 u_int16_t min, max;
|
D | nfnetlink.h | 44 u_int16_t nfa_len; 45 u_int16_t nfa_type; 66 u_int16_t res_id;
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
D | ip_conntrack_tuple.h | 21 u_int16_t all; 27 u_int16_t port; 30 u_int16_t id; 33 u_int16_t port; 54 u_int16_t all; 57 u_int16_t port; 60 u_int16_t port; 66 u_int16_t port;
|
D | ipt_addrtype.h | 16 u_int16_t source; 17 u_int16_t dest;
|
D | ipt_TCPMSS.h | 16 u_int16_t mss;
|
D | ipt_sctp.h | 30 u_int16_t dpts[2]; 31 u_int16_t spts[2];
|
/bionic/libc/include/netinet/ |
D | udp.h | 38 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 */
|
D | in_systm.h | 50 typedef u_int16_t n_short; /* short as received from the net */
|
D | ip.h | 65 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 */
|
/bionic/libc/netbsd/resolv/ |
D | res_random.c | 95 const static u_int16_t pfacts[PFAC_N] = { 101 static u_int16_t ru_x; 102 static u_int16_t ru_seed, ru_seed2; 103 static u_int16_t ru_a, ru_b; 104 static u_int16_t ru_g; 105 static u_int16_t ru_counter = 0; 106 static u_int16_t ru_msb = 0; 110 static u_int16_t pmod(u_int16_t, u_int16_t, u_int16_t); 117 static u_int16_t 118 pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod) in pmod() [all …]
|
/bionic/libm/i387/ |
D | npx.h | 85 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/libc/kernel/common/linux/netfilter_arp/ |
D | arp_tables.h | 42 u_int16_t arpop, arpop_mask; 44 u_int16_t arhrd, arhrd_mask; 45 u_int16_t arpro, arpro_mask; 52 u_int16_t invflags; 76 u_int16_t target_offset; 78 u_int16_t next_offset;
|
/bionic/libc/netbsd/nameser/ |
D | ns_netint.c | 35 u_int16_t 52 ns_put16(u_int16_t src, u_char *dst) { in ns_put16()
|
/bionic/libc/private/isc/ |
D | dst.h | 13 u_int16_t dk_id; /* identifier of the key */ 82 const u_int16_t, /* key tag identifier */ 123 u_int16_t dst_s_dns_key_id(const u_char *, const int); 124 u_int16_t dst_s_id_calc(const u_char *, const int);
|
/bionic/libc/kernel/common/linux/netfilter_ipv6/ |
D | ip6t_opts.h | 22 u_int16_t opts[IP6T_OPTS_OPTSNR];
|
12