Searched refs:ct (Results 1 - 25 of 350) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unictype/
H A Dtest-categ_or.c28 uc_general_category_t ct = local
31 ASSERT (uc_is_general_category ('a', ct));
32 ASSERT (uc_is_general_category ('7', ct));
33 ASSERT (!uc_is_general_category ('$', ct));
H A Dtest-categ_and.c28 uc_general_category_t ct = local
33 ASSERT (uc_is_general_category ('A', ct));
34 ASSERT (!uc_is_general_category ('a', ct));
35 ASSERT (uc_is_general_category ('7', ct));
36 ASSERT (!uc_is_general_category (0x00B2, ct));
H A Dtest-categ_and_not.c28 uc_general_category_t ct = local
33 ASSERT (!uc_is_general_category ('A', ct));
34 ASSERT (uc_is_general_category ('a', ct));
35 ASSERT (!uc_is_general_category ('7', ct));
36 ASSERT (uc_is_general_category (0x00B2, ct));
H A Dtest-categ_none.c28 uc_general_category_t ct = _UC_CATEGORY_NONE; local
32 ASSERT (!uc_is_general_category (c, ct));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dtraffic_stats.h6 void update_traffic_stats(struct nf_conntrack *ct);
H A Dnetlink.h16 int nl_get_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct);
17 int nl_create_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct, int timeout);
18 int nl_update_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct, int timeout);
19 int nl_destroy_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct);
21 static inline int ct_is_related(const struct nf_conntrack *ct) argument
23 return (nfct_attr_is_set(ct, ATTR_MASTER_L3PROTO) &&
24 nfct_attr_is_set(ct, ATTR_MASTER_L4PROTO) &&
25 ((nfct_attr_is_set(ct, ATTR_MASTER_IPV4_SRC) &&
26 nfct_attr_is_set(ct, ATTR_MASTER_IPV4_DST)) ||
27 (nfct_attr_is_set(ct, ATTR_MASTER_IPV6_SR
[all...]
H A Ddebug.h9 #define debug_ct(ct, msg) \
12 nfct_snprintf(buf, 1024, ct, NFCT_T_ALL, 0, 0); \
17 #define debug_ct(ct, msg) do {} while (0)
H A Dinternal.h23 void (*new)(struct nf_conntrack *ct, int origin_type);
24 void (*upd)(struct nf_conntrack *ct, int origin_type);
25 int (*del)(struct nf_conntrack *ct, int origin_type);
28 void (*populate)(struct nf_conntrack *ct);
31 struct nf_conntrack *ct, void *data);
36 } ct; member in struct:internal_handler
H A Dexternal.h11 void (*new)(struct nf_conntrack *ct);
12 void (*upd)(struct nf_conntrack *ct);
13 void (*del)(struct nf_conntrack *ct);
20 } ct; member in struct:external_handler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dbuild.c46 ct_build_u8(const struct nf_conntrack *ct, int a, struct nethdr *n, int b) argument
49 memcpy(ptr, nfct_get_attr(ct, a), sizeof(uint8_t));
53 ct_build_u16(const struct nf_conntrack *ct, int a, struct nethdr *n, int b) argument
55 uint16_t data = nfct_get_attr_u16(ct, a);
61 ct_build_u32(const struct nf_conntrack *ct, int a, struct nethdr *n, int b) argument
63 uint32_t data = nfct_get_attr_u32(ct, a);
69 ct_build_str(const struct nf_conntrack *ct, int a, struct nethdr *n, int b) argument
71 const char *data = nfct_get_attr(ct, a);
76 ct_build_group(const struct nf_conntrack *ct, int a, struct nethdr *n, argument
80 nfct_get_attr_grp(ct,
84 ct_build_natseqadj(const struct nf_conntrack *ct, struct nethdr *n) argument
108 build_l4proto_tcp(const struct nf_conntrack *ct, struct nethdr *n) argument
123 build_l4proto_sctp(const struct nf_conntrack *ct, struct nethdr *n) argument
136 build_l4proto_dccp(const struct nf_conntrack *ct, struct nethdr *n) argument
148 build_l4proto_icmp(const struct nf_conntrack *ct, struct nethdr *n) argument
155 build_l4proto_udp(const struct nf_conntrack *ct, struct nethdr *n) argument
176 ct2msg(const struct nf_conntrack *ct, struct nethdr *n) argument
239 exp_build_l4proto_tcp(const struct nf_conntrack *ct, struct nethdr *n, int a) argument
246 exp_build_l4proto_sctp(const struct nf_conntrack *ct, struct nethdr *n, int a) argument
253 exp_build_l4proto_dccp(const struct nf_conntrack *ct, struct nethdr *n, int a) argument
260 exp_build_l4proto_udp(const struct nf_conntrack *ct, struct nethdr *n, int a) argument
292 const struct nf_conntrack *ct = nfexp_get_attr(exp, ATTR_EXP_MASTER); local
[all...]
H A Dstats-mode.c94 static void stats_populate(struct nf_conntrack *ct) argument
96 nfct_attr_unset(ct, ATTR_ORIG_COUNTER_BYTES);
97 nfct_attr_unset(ct, ATTR_ORIG_COUNTER_PACKETS);
98 nfct_attr_unset(ct, ATTR_REPL_COUNTER_BYTES);
99 nfct_attr_unset(ct, ATTR_REPL_COUNTER_PACKETS);
100 nfct_attr_unset(ct, ATTR_TIMEOUT);
101 nfct_attr_unset(ct, ATTR_USE);
103 cache_update_force(STATE_STATS(cache), ct); local
107 struct nf_conntrack *ct,
110 if (ct_filter_conntrack(ct,
106 stats_resync(enum nf_conntrack_msg_type type, struct nf_conntrack *ct, void *data) argument
121 cache_update_force(STATE_STATS(cache), ct); local
146 stats_event_new(struct nf_conntrack *ct, int origin) argument
167 stats_event_upd(struct nf_conntrack *ct, int origin) argument
170 cache_update_force(STATE_STATS(cache), ct); local
173 stats_event_del(struct nf_conntrack *ct, int origin) argument
183 dlog_ct(STATE(stats_log), ct, NFCT_O_PLAIN); local
[all...]
H A Dnetlink.c156 struct nf_conntrack *ct, void *data)
159 if (ct_filter_conntrack(ct, 1))
164 nl_destroy_conntrack(STATE(flush), ct); local
199 int nl_get_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct) argument
209 nfct_copy(tmp, ct, NFCT_CP_ORIG);
223 struct nf_conntrack *ct; local
225 ct = nfct_clone(orig);
226 if (ct == NULL)
230 nfct_set_attr_u32(ct, ATTR_TIMEOUT, timeout);
233 if (nfct_attr_is_set(ct, ATTR_STATU
155 nl_flush_selective_cb(enum nf_conntrack_msg_type type, struct nf_conntrack *ct, void *data) argument
272 struct nf_conntrack *ct; local
334 nl_destroy_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm.h29 int (*set_value)(struct wf_control *ct, s32 val);
30 int (*get_value)(struct wf_control *ct, s32 *val);
31 s32 (*get_min)(struct wf_control *ct);
32 s32 (*get_max)(struct wf_control *ct);
33 void (*release)(struct wf_control *ct);
57 extern int wf_register_control(struct wf_control *ct);
58 extern void wf_unregister_control(struct wf_control *ct);
60 extern int wf_get_control(struct wf_control *ct);
61 extern void wf_put_control(struct wf_control *ct);
63 static inline int wf_control_set_max(struct wf_control *ct) argument
69 wf_control_set_min(struct wf_control *ct) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_conntrack_extend.h36 static inline bool nf_ct_ext_exist(const struct nf_conn *ct, u8 id) argument
38 return (ct->ext && __nf_ct_ext_exist(ct->ext, id));
41 static inline void *__nf_ct_ext_find(const struct nf_conn *ct, u8 id) argument
43 if (!nf_ct_ext_exist(ct, id))
46 return (void *)ct->ext + ct->ext->offset[id];
52 extern void __nf_ct_ext_destroy(struct nf_conn *ct);
53 static inline void nf_ct_ext_destroy(struct nf_conn *ct) argument
55 if (ct
62 nf_ct_ext_free(struct nf_conn *ct) argument
[all...]
H A Dnf_nat_core.h10 extern unsigned int nf_nat_packet(struct nf_conn *ct,
15 extern int nf_nat_icmp_reply_translation(struct nf_conn *ct,
20 static inline int nf_nat_initialized(struct nf_conn *ct, argument
24 return test_bit(IPS_SRC_NAT_DONE_BIT, &ct->status);
26 return test_bit(IPS_DST_NAT_DONE_BIT, &ct->status);
32 (*nfnetlink_parse_nat_setup_hook)(struct nf_conn *ct,
H A Dnf_conntrack.h150 static inline u_int16_t nf_ct_l3num(const struct nf_conn *ct) argument
152 return ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.l3num;
155 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) argument
157 return ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.protonum;
160 #define nf_ct_tuple(ct, dir) (&(ct)->tuplehash[dir].tuple)
167 static inline struct net *nf_ct_net(const struct nf_conn *ct) argument
169 return read_pnet(&ct->ct_net);
174 nf_conntrack_alter_reply(struct nf_conn *ct,
192 static inline void nf_ct_put(struct nf_conn *ct) argument
233 nf_ct_refresh_acct(struct nf_conn *ct, enum ip_conntrack_info ctinfo, const struct sk_buff *skb, unsigned long extra_jiffies) argument
242 nf_ct_refresh(struct nf_conn *ct, const struct sk_buff *skb, unsigned long extra_jiffies) argument
255 nf_ct_kill_acct(struct nf_conn *ct, enum ip_conntrack_info ctinfo, const struct sk_buff *skb) argument
263 nf_ct_kill(struct nf_conn *ct) argument
291 nf_ct_is_template(const struct nf_conn *ct) argument
297 nf_ct_is_confirmed(struct nf_conn *ct) argument
302 nf_ct_is_dying(struct nf_conn *ct) argument
307 nf_ct_is_untracked(const struct nf_conn *ct) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcputime.h66 static inline unsigned long cputime_to_jiffies(const cputime_t ct) argument
68 return mulhdu(ct, __cputime_jiffies_factor);
73 static inline cputime_t cputime_to_scaled(const cputime_t ct) argument
77 return ct * __get_cpu_var(cputime_scaled_last_delta) /
79 return ct;
84 cputime_t ct; local
88 ct = jif % HZ;
90 if (ct) {
91 ct *= tb_ticks_per_sec;
92 do_div(ct, H
106 cputime_t ct; local
121 cputime64_to_jiffies64(const cputime_t ct) argument
131 cputime_to_msecs(const cputime_t ct) argument
138 cputime_t ct; local
158 cputime_to_secs(const cputime_t ct) argument
171 cputime_to_timespec(const cputime_t ct, struct timespec *p) argument
185 cputime_t ct; local
195 cputime_to_timeval(const cputime_t ct, struct timeval *p) argument
209 cputime_t ct; local
221 cputime_to_clock_t(const cputime_t ct) argument
228 cputime_t ct; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dstrstr_32.c3 char *strstr(const char *cs, const char *ct) argument
27 : "0" (0), "1" (0xffffffff), "2" (cs), "g" (ct)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dgetinfo.c39 char *ct; local
42 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &ct);
44 if((CURLE_OK == res) && ct)
45 printf("We received Content-Type: %s\n", ct);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_ct.c254 if ((err = aty_valid_pll_ct(info, vclk_per, &pll->ct)))
256 if (M64_HAS(GTB_DSP) && (err = aty_dsp_gt(info, bpp, &pll->ct)))
258 /*aty_calc_pll_ct(info, &pll->ct);*/
266 ret = par->ref_clk_per * pll->ct.pll_ref_div * pll->ct.vclk_post_div_real / pll->ct.vclk_fb_div / 2;
268 if(pll->ct.xres > 0) {
270 ret /= pll->ct.xres;
290 pll->ct.pll_ext_cntl, pll->ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_connmark.c44 struct nf_conn *ct; local
47 ct = nf_ct_get(skb, &ctinfo);
48 if (ct == NULL)
53 newmark = (ct->mark & ~info->ctmask) ^ info->ctmark;
54 if (ct->mark != newmark) {
55 ct->mark = newmark;
56 nf_conntrack_event_cache(IPCT_MARK, ct);
60 newmark = (ct->mark & ~info->ctmask) ^
62 if (ct->mark != newmark) {
63 ct
98 const struct nf_conn *ct; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_ipv4/
H A Dipt_cone.h24 void ipt_cone_place_in_hashes(struct nf_conn *ct);

Completed in 135 milliseconds

1234567891011>>