Searched refs:ct (Results 101 - 125 of 184) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_helper.c91 struct nf_conn *ct = nf_ct_tuplehash_to_ctrack(i); local
92 struct nf_conn_help *help = nfct_help(ct);
95 nf_conntrack_event(IPCT_HELPER, ct);
H A Dx_tables.c438 struct compat_xt_entry_target *ct = (struct compat_xt_entry_target *)t; local
440 u_int16_t tsize = ct->u.user.target_size;
443 memcpy(t, ct, sizeof(*ct));
445 target->compat_from_user(t->data, ct->data);
447 memcpy(t->data, ct->data, tsize - sizeof(*ct));
464 struct compat_xt_entry_target __user *ct = *dstptr; local
468 if (copy_to_user(ct, t, sizeof(*ct)) ||
[all...]
H A Dnf_conntrack_proto_tcp.c33 extern int ip_conntrack_ipct_delete(struct nf_conn *ct, int ct_timeout);
1089 const struct nf_conn *ct)
1097 &ct->proto.tcp.state);
1100 &ct->proto.tcp.seen[0].td_scale);
1103 &ct->proto.tcp.seen[1].td_scale);
1105 tmp.flags = ct->proto.tcp.seen[0].flags;
1109 tmp.flags = ct->proto.tcp.seen[1].flags;
1131 static int nfattr_to_tcp(struct nfattr *cda[], struct nf_conn *ct) argument
1150 ct->proto.tcp.state =
1156 ct
1088 tcp_to_nfattr(struct sk_buff *skb, struct nfattr *nfa, const struct nf_conn *ct) argument
[all...]
H A Dxt_MARK.c58 struct nf_conn *ct = nf_ct_get(*pskb, &ctinfo); local
59 ct->ctf_flags |= CTF_FLAGS_EXCLUDED;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_qdi.c319 int ct = 0; local
366 ct++;
379 ct++;
383 ct++;
385 ct++;
390 if (ct != 0)
H A Dpata_winbond.c264 int ct = 0; local
283 else ct+= ret;
287 if (ct != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Duams_krb4.c268 struct ClearToken ct; local
305 memcpy( &ct, ibuf, len );
307 pcbc_encrypt( (C_Block *)&ct, (C_Block *)&ct, len,
313 memcpy( p, &ct, sizeof( struct ClearToken ) );
422 ct.AuthHandle = ntohl( cr.kvno );
423 memcpy( ct.HandShakeKey, cr.session, sizeof( cr.session ));
424 ct.ViceId = 0;
425 ct.BeginTimestamp = ntohl( cr.issue_date );
426 ct
680 struct ClearToken ct; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvt_kern.h67 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list);
68 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Duams_krb4.c268 struct ClearToken ct; local
305 memcpy( &ct, ibuf, len );
307 pcbc_encrypt( (C_Block *)&ct, (C_Block *)&ct, len,
313 memcpy( p, &ct, sizeof( struct ClearToken ) );
422 ct.AuthHandle = ntohl( cr.kvno );
423 memcpy( ct.HandShakeKey, cr.session, sizeof( cr.session ));
424 ct.ViceId = 0;
425 ct.BeginTimestamp = ntohl( cr.issue_date );
426 ct
680 struct ClearToken ct; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_proto_icmp.c34 const struct nf_conn *ct)
48 if (!nf_nat_used_tuple(tuple, ct))
31 icmp_unique_tuple(struct nf_conntrack_tuple *tuple, const struct nf_nat_range *range, enum nf_nat_manip_type maniptype, const struct nf_conn *ct) argument
H A Dnf_nat_proto_tcp.c43 const struct nf_conn *ct)
84 if (!nf_nat_used_tuple(tuple, ct))
40 tcp_unique_tuple(struct nf_conntrack_tuple *tuple, const struct nf_nat_range *range, enum nf_nat_manip_type maniptype, const struct nf_conn *ct) argument
H A Dnf_nat_proto_udp.c42 const struct nf_conn *ct)
82 if (!nf_nat_used_tuple(tuple, ct))
39 udp_unique_tuple(struct nf_conntrack_tuple *tuple, const struct nf_nat_range *range, enum nf_nat_manip_type maniptype, const struct nf_conn *ct) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dnf_conntrack_l3proto_ipv6.c157 struct nf_conn *ct; local
167 ct = nf_ct_get(*pskb, &ctinfo);
168 if (!ct || ctinfo == IP_CT_RELATED + IP_CT_IS_REPLY)
171 help = nfct_help(ct);
186 ret = helper->help(pskb, protoff, ct, ctinfo);
249 struct nf_conn *ct; local
252 ct = nf_ct_get(*pskb, &ctinfo);
253 ip_conntrack_ipct_add(*pskb, hooknum, ct, ctinfo, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_formparse.c265 char *ct = literal_value ? NULL : strstr(contp, ";type="); local
271 if(ct) {
273 info[i].value = &ct[6];
275 ct[0] = '\0'; /* zero terminate here */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Dstring.c198 * @ct: Another string
200 * returns 0 if @cs and @ct are equal,
201 * < 0 if @cs is less than @ct
202 * > 0 if @cs is greater than @ct
204 int strcmp(const char *cs, const char *ct) argument
216 : "+d" (ret), "+d" (r0), "+a" (cs), "+a" (ct)
301 * @ct: Another area of memory
304 int memcmp(const void *cs, const void *ct, size_t n) argument
308 register unsigned long r4 asm("4") = (unsigned long) ct;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_nat_protocol.h39 const struct nf_conn *ct);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java83 CurrentTransaction ct = envMap.get(env);
84 if (ct == null) {
85 ct = new CurrentTransaction(env);
86 envMap.put(env, ct);
88 return ct;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dstring.h102 static inline int strcmp(const char * cs,const char * ct) argument
118 :"1" (cs),"2" (ct)
124 static inline int strncmp(const char * cs,const char * ct,size_t count) argument
142 :"1" (cs),"2" (ct),"3" (count)
406 extern char *strstr(const char *cs, const char *ct);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_aux.c1503 data->ct.pool = pool;
1513 data->ct.req = &data->req;
1514 data->ct.resp = &data->resp;
1515 data->ct.req_count = data->ct.resp_count = 1;
1532 if ((gid_pn->ct.pool != 0))
1533 mempool_free(gid_pn, gid_pn->ct.pool);
1561 ct_iu_req = zfcp_sg_to_address(gid_pn->ct.req);
1571 gid_pn->ct.port = adapter->nameserver_port;
1572 gid_pn->ct
1598 struct zfcp_send_ct *ct; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtruemotion2.c376 int ct, d; local
380 ct = ctx->D[j];
383 ct += d;
384 last[i] += ct;
388 ctx->D[j] = ct;
511 int ct; local
527 ct = ctx->D[0] + ctx->D[1] + ctx->D[2] + ctx->D[3];
530 left = last[-1] - ct;
543 ctx->D[0] = (tp + (ct >> 2)) - left;
545 ctx->D[1] = (tp + (ct >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/lib/
H A Dstring.c241 int memcmp(const void *cs, const void *ct, size_t count) argument
245 for (su1 = cs, su2 = ct; count > 0; ++su1, ++su2, count--)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Daes_ccm.c21 const u8 pt[16], u8 ct[16])
23 crypto_cipher_encrypt_one(tfm, ct, pt);
20 ieee80211_aes_encrypt(struct crypto_cipher *tfm, const u8 pt[16], u8 ct[16]) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/
H A Ds390mach.h55 __u32 ct : 1; /* 46 cpu timer validity */ member in struct:mci
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_pptp.h303 struct nf_conn *ct, enum ip_conntrack_info ctinfo,
309 struct nf_conn *ct, enum ip_conntrack_info ctinfo,
318 (*nf_nat_pptp_hook_expectfn)(struct nf_conn *ct,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Daf_ax25.c1090 int ct = 0, err = 0; local
1165 while (ct < fsa->fsa_ax25.sax25_ndigis) {
1166 if ((fsa->fsa_digipeater[ct].ax25_call[6] &
1168 digi->repeated[ct] = 1;
1169 digi->lastrepeat = ct;
1171 digi->repeated[ct] = 0;
1173 digi->calls[ct] = fsa->fsa_digipeater[ct];
1174 ct++;
1471 int ct local
1641 int ct; local
[all...]

Completed in 136 milliseconds

12345678