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

12345678910

/external/kernel-headers/original/linux/netfilter/
H A Dxt_NFQUEUE.h13 u_int16_t queuenum;
H A Dxt_dccp.h12 u_int16_t dpts[2]; /* Min, Max */
13 u_int16_t spts[2]; /* Min, Max */
15 u_int16_t flags;
16 u_int16_t invflags;
18 u_int16_t typemask;
H A Dxt_length.h5 u_int16_t min, max;
H A Dxt_tcpmss.h5 u_int16_t mss_min, mss_max;
H A Dxt_tcpudp.h7 u_int16_t spts[2]; /* Source port range. */
8 u_int16_t dpts[2]; /* Destination port range. */
25 u_int16_t spts[2]; /* Source port range. */
26 u_int16_t dpts[2]; /* Destination port range. */
H A Dxt_multiport.h18 u_int16_t ports[XT_MULTI_PORTS]; /* Ports */
25 u_int16_t ports[XT_MULTI_PORTS]; /* Ports */
/external/tcpdump/
H A Dipx.h18 u_int16_t cksum; /* Checksum */
19 u_int16_t length; /* Length, in bytes, including header */
22 u_int16_t dstNet[2]; /* destination net */
24 u_int16_t dstSkt; /* destination socket */
25 u_int16_t srcNet[2]; /* source net */
27 u_int16_t srcSkt; /* source socket */
H A Dlane.h30 u_int16_t le_header;
33 u_int16_t h_type;
37 u_int16_t lec_header;
40 u_int16_t lec_opcode;
H A Dsll.h86 u_int16_t sll_pkttype; /* packet type */
87 u_int16_t sll_hatype; /* link-layer address type */
88 u_int16_t sll_halen; /* link-layer address length */
90 u_int16_t sll_protocol; /* protocol */
H A Digrp.h11 u_int16_t ig_as; /* autonomous system number */
12 u_int16_t ig_ni; /* number of subnet in local net */
13 u_int16_t ig_ns; /* number of networks in AS */
14 u_int16_t ig_nx; /* number of networks ouside AS */
15 u_int16_t ig_sum; /* checksum of IGRP header & data */
H A DsctpHeader.h63 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 locScop
[all...]
H A Darcnet.h51 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;
H A Dether.h50 u_int16_t ether_type;
H A Dudp.h42 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/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_addrtype.h5 u_int16_t source; /* source-type mask */
6 u_int16_t dest; /* dest-type mask */
H A Dipt_TCPMSS.h5 u_int16_t mss;
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_addrtype.h12 u_int16_t source; /* source-type mask */
13 u_int16_t dest; /* dest-type mask */
19 u_int16_t source; /* source-type mask */
20 u_int16_t dest; /* dest-type mask */
H A Dipt_CLUSTERIP.h24 u_int16_t num_total_nodes;
25 u_int16_t num_local_nodes;
26 u_int16_t local_nodes[CLUSTERIP_MAX_NODES];
/external/libpcap/
H A Dsll.h83 u_int16_t sll_pkttype; /* packet type */
84 u_int16_t sll_hatype; /* link-layer address type */
85 u_int16_t sll_halen; /* link-layer address length */
87 u_int16_t sll_protocol; /* protocol */
/external/qemu/slirp/
H A Dtftp.h19 u_int16_t tp_op;
22 u_int16_t tp_block_nr;
26 u_int16_t tp_error_code;
/external/qemu/slirp-android/
H A Dtftp.h19 u_int16_t tp_op;
22 u_int16_t tp_block_nr;
26 u_int16_t tp_error_code;
/external/iproute2/include/netinet/
H A Dtcp.h65 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 fi
[all...]
/external/ipsec-tools/src/racoon/
H A Dnattraversal.h60 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 fra
[all...]
/external/iproute2/lib/
H A Ddnet_pton.c8 static __inline__ u_int16_t dn_htons(u_int16_t addr)
12 u_int16_t word;
16 return ((u_int16_t)u.byte[0]) | (((u_int16_t)u.byte[1]) << 8);
20 static int dnet_num(const char *src, u_int16_t * dst)
41 u_int16_t addr;
42 u_int16_t area = 0;
43 u_int16_t node = 0;
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael_local.h8 typedef u_int16_t word16;

Completed in 309 milliseconds

12345678910