HomeSort by relevance Sort by last modified time
    Searched refs:u_int16_t (Results 101 - 125 of 463) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/slirp-android/
tftp.h 19 u_int16_t tp_op;
22 u_int16_t tp_block_nr;
26 u_int16_t tp_error_code;
  /external/iproute2/include/netinet/
tcp.h 65 u_int16_t th_sport; /* source port */
66 u_int16_t th_dport; /* destination port */
84 u_int16_t th_win; /* window */
85 u_int16_t th_sum; /* checksum */
86 u_int16_t th_urp; /* urgent pointer */
92 u_int16_t source;
93 u_int16_t dest;
97 u_int16_t res1:4;
98 u_int16_t doff:4;
99 u_int16_t fin:1
    [all...]
  /external/ipsec-tools/src/racoon/
nattraversal.h 60 u_int16_t float_port;
61 u_int16_t mode_udp_tunnel;
62 u_int16_t mode_udp_transport;
63 u_int16_t encaps_type; /* ESPINUDP / ESPINUDP_NON_IKE */
64 u_int16_t mode_udp_diff;
65 u_int16_t payload_nat_d;
66 u_int16_t payload_nat_oa;
71 u_int16_t sport;
72 u_int16_t dport;
74 u_int16_t frag
    [all...]
  /external/tcpdump/
sctpHeader.h 63 u_int16_t source;
64 u_int16_t destination;
74 u_int16_t chunkLength;
78 u_int16_t paramType;
79 u_int16_t paramLength;
91 u_int16_t vendorSpecificType;
92 u_int16_t vendorSpecificLen;
106 u_int16_t NumPreopenStreams; /* OS */
107 u_int16_t MaxInboundStreams; /* MIS */
149 u_int16_t locScope; /* V6 local scope flag *
    [all...]
arcnet.h 51 u_int16_t arc_seqid;
58 u_int16_t arc_seqid2; /* real seqid value */
89 u_int16_t arc_offset;
97 u_int16_t arc_seqid;
ether.h 50 u_int16_t ether_type;
udp.h 42 u_int16_t uh_sport; /* source port */
43 u_int16_t uh_dport; /* destination port */
44 u_int16_t uh_ulen; /* udp length */
45 u_int16_t uh_sum; /* udp checksum */
  /external/iptables/include/linux/netfilter_ipv4/
ipt_CLUSTERIP.h 24 u_int16_t num_total_nodes;
25 u_int16_t num_local_nodes;
26 u_int16_t local_nodes[CLUSTERIP_MAX_NODES];
ipt_multiport.h 18 u_int16_t ports[IPT_MULTI_PORTS]; /* Ports */
25 u_int16_t ports[IPT_MULTI_PORTS]; /* Ports */
  /bionic/libc/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /development/ndk/platforms/android-3/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /external/iproute2/lib/
dnet_pton.c 7 static __inline__ u_int16_t dn_htons(u_int16_t addr)
11 u_int16_t word;
15 return ((u_int16_t)u.byte[0]) | (((u_int16_t)u.byte[1]) << 8);
19 static int dnet_num(const char *src, u_int16_t * dst)
40 u_int16_t area = 0;
41 u_int16_t node = 0;
51 *(u_int16_t *)dna->a_addr = dn_htons((area << 10) | node);
dnet_ntop.c 7 static __inline__ u_int16_t dn_ntohs(u_int16_t addr)
11 u_int16_t word;
15 return ((u_int16_t)u.byte[0]) | (((u_int16_t)u.byte[1]) << 8);
18 static __inline__ int do_digit(char *str, u_int16_t *addr, u_int16_t scale, size_t *pos, size_t len, int *started)
20 u_int16_t tmp = *addr / scale;
38 u_int16_t addr = dn_ntohs(*(u_int16_t *)dna->a_addr)
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 8 typedef u_int16_t word16;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /bionic/libc/kernel/common/linux/netfilter/
xt_multiport.h 28 u_int16_t ports[XT_MULTI_PORTS];
35 u_int16_t ports[XT_MULTI_PORTS];
xt_string.h 20 u_int16_t from_offset;
21 u_int16_t to_offset;
  /bionic/libm/i387/
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 */
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_multiport.h 28 u_int16_t ports[XT_MULTI_PORTS];
35 u_int16_t ports[XT_MULTI_PORTS];
xt_string.h 20 u_int16_t from_offset;
21 u_int16_t to_offset;

Completed in 289 milliseconds

1 2 3 45 6 7 8 91011>>