HomeSort by relevance Sort by last modified time
    Searched full:u_int32_t (Results 201 - 225 of 2837) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_statistic.h 32 u_int32_t probability;
35 u_int32_t every;
36 u_int32_t packet;
37 u_int32_t count;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 32 u_int32_t probability;
35 u_int32_t every;
36 u_int32_t packet;
37 u_int32_t count;
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 33 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
39 u_int32_t chunk_match_type;
43 u_int32_t flags;
44 u_int32_t invflags;
49 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
51 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/netfilter/
xt_sctp.h 35 u_int32_t chunkmap[256 / sizeof (u_int32_t)];
41 u_int32_t chunk_match_type;
45 u_int32_t flags;
46 u_int32_t invflags;
51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (type % bytes(u_int32_t)); } while (0)
53 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << (type % bytes(u_int32_t))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (type % bytes (u_int32_t)))) ? 1: 0; }
    [all...]

Completed in 3731 milliseconds

1 2 3 4 5 6 7 891011>>