HomeSort by relevance Sort by last modified time
    Searched refs:u_int16_t (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/libpcap/pcap/
vlan.h 40 u_int16_t vlan_tpid; /* ETH_P_8021Q */
41 u_int16_t vlan_tci; /* VLAN TCI */
sll.h 86 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 */
nflog.h 45 u_int16_t nflog_rid; /* resource ID */
49 u_int16_t tlv_length; /* tlv length */
50 u_int16_t tlv_type; /* tlv type */
55 u_int16_t hw_protocol; /* hw protocol */
61 u_int16_t hw_addrlen; /* address length */
62 u_int16_t pad; /* padding to 32-bit boundary */
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_NFQUEUE.h 16 u_int16_t queuenum;
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;
xt_length.h 16 u_int16_t min, max;
xt_tcpmss.h 16 u_int16_t mss_min, mss_max;
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];
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source;
17 u_int16_t dest;
ipt_TCPMSS.h 16 u_int16_t mss;
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;
  /bionic/libc/include/netinet/
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 */
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /development/ndk/platforms/android-3/include/netinet/
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 */
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /development/ndk/platforms/android-L/include/netinet/
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 */
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
  /bionic/libc/include/net/
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...]
  /development/ndk/platforms/android-3/include/net/
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...]
  /development/ndk/platforms/android-L/include/net/
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...]
  /bionic/libc/upstream-openbsd/lib/libc/net/
htons.c 12 u_int16_t
13 htons(u_int16_t x)
17 return (u_int16_t)(s[0] << 8 | s[1]);
ntohs.c 12 u_int16_t
13 ntohs(u_int16_t x)
17 return (u_int16_t)(s[0] << 8 | s[1]);
  /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/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 8 typedef u_int16_t word16;

Completed in 1124 milliseconds

1 2 3 4 5 6