Searched refs:cb (Results 1 - 25 of 183) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/lib/
H A Dstrcasecmp.c14 int ca, cb; local
18 cb = *b++ & 0xff;
21 if (cb >= 'A' && cb <= 'Z')
22 cb += 'a' - 'A';
23 } while (ca == cb && ca != '\0');
25 return ca - cb;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dstrcasecmp.c14 int ca, cb; local
18 cb = *b++ & 0xff;
21 if (cb >= 'A' && cb <= 'Z')
22 cb += 'a' - 'A';
23 } while (ca == cb && ca != '\0');
25 return ca - cb;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_ec.h18 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
46 unsigned char cb; member in struct:ec_framehdr
52 unsigned char cb; member in struct:econet_opt
H A Derrqueue.h26 #define SKB_EXT_ERR(skb) ((struct sock_exterr_skb *) ((skb)->cb))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_ec.h18 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
46 unsigned char cb; member in struct:ec_framehdr
52 unsigned char cb; member in struct:econet_opt
H A Derrqueue.h26 #define SKB_EXT_ERR(skb) ((struct sock_exterr_skb *) ((skb)->cb))
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dpem.h221 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
223 return(((type *(*)(D2I_OF(type),char *,FILE *,type **,pem_password_cb *,void *))openssl_fcast(PEM_ASN1_read))(d2i_##asn1, str,fp,x,cb,u)); \
240 unsigned char *kstr, int klen, pem_password_cb *cb, \
243 return(((int (*)(I2D_OF(type),const char *,FILE *,type *, const EVP_CIPHER *,unsigned char *,int, pem_password_cb *,void *))openssl_fcast(PEM_ASN1_write))(i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u)); \
248 unsigned char *kstr, int klen, pem_password_cb *cb, \
251 return(((int (*)(I2D_OF_const(type),const char *,FILE *,type *, const EVP_CIPHER *,unsigned char *,int, pem_password_cb *,void *))openssl_fcast(PEM_ASN1_write))(i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u)); \
257 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
259 return(((type *(*)(D2I_OF(type),const char *,BIO *,type **,pem_password_cb *,void *))openssl_fcast(PEM_ASN1_read_bio))(d2i_##asn1, str,bp,x,cb,u)); \
276 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
278 return(((int (*)(I2D_OF(type),const char *,BIO *,type *,const EVP_CIPHER *,unsigned char *,int,pem_password_cb *,void *))openssl_fcast(PEM_ASN1_write_bio))(i2d_##asn1,str,bp,x,enc,kstr,klen,cb,
[all...]
H A Deng_int.h103 ENGINE_CLEANUP_CB *cb; member in struct:st_engine_cleanup_item
106 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb);
107 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dpem.h214 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
217 cb,u)); \
229 unsigned char *kstr, int klen, pem_password_cb *cb, \
233 (char *)x,enc,kstr,klen,cb,u)); \
239 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
242 (char **)x,cb,u)); \
254 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
257 (char *)x,enc,kstr,klen,cb,u)); \
291 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u);
298 unsigned char *kstr, int klen, pem_password_cb *cb, voi
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_nsp_in.c85 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
86 printk(KERN_INFO "DECnet: Martian packet (%s) dev=%s src=0x%04hx dst=0x%04hx srcport=0x%04hx dstport=0x%04hx\n", msg, devname, cb->src, cb->dst, cb->src_port, cb->dst_port);
218 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
236 cb->src_port = msg->srcaddr;
237 cb->dst_port = msg->dstaddr;
238 cb->services = msg->services;
239 cb
337 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
392 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
613 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
641 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
689 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
717 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
833 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
[all...]
H A Ddn_route.c308 struct dn_skb_cb *cb; local
320 cb = DN_SKB_CB(skb);
323 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS;
348 struct dn_skb_cb *cb; local
359 cb = DN_SKB_CB(skb);
369 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS;
395 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
403 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
406 (int)cb->rt_flags, devname, skb->len, cb
425 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
463 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
504 struct dn_skb_cb *cb; local
605 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
641 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
700 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
851 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
1001 struct dn_skb_cb *cb = DN_SKB_CB(skb); local
1073 struct dn_skb_cb *cb; local
1150 dn_cache_dump(struct sk_buff *skb, struct netlink_callback *cb) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirda_device.h195 * the skb, where it has been hidden in the cb field.
199 (((struct irda_skb_cb *) skb->cb)->magic == LAP_MAGIC) ? \
200 ((struct irda_skb_cb *)(skb->cb))->mtt : 10000 \
213 (((struct irda_skb_cb*) skb->cb)->magic == LAP_MAGIC) ? \
214 ((struct irda_skb_cb *)(skb->cb))->next_speed : -1 \
226 (((struct irda_skb_cb*) skb->cb)->magic == LAP_MAGIC) ? \
227 ((struct irda_skb_cb *)(skb->cb))->xbofs : 10 \
238 (((struct irda_skb_cb*) skb->cb)->magic == LAP_MAGIC) ? \
239 ((struct irda_skb_cb *)(skb->cb))->next_xbofs : -1 \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirda_device.h195 * the skb, where it has been hidden in the cb field.
199 (((struct irda_skb_cb *) skb->cb)->magic == LAP_MAGIC) ? \
200 ((struct irda_skb_cb *)(skb->cb))->mtt : 10000 \
213 (((struct irda_skb_cb*) skb->cb)->magic == LAP_MAGIC) ? \
214 ((struct irda_skb_cb *)(skb->cb))->next_speed : -1 \
226 (((struct irda_skb_cb*) skb->cb)->magic == LAP_MAGIC) ? \
227 ((struct irda_skb_cb *)(skb->cb))->xbofs : 10 \
238 (((struct irda_skb_cb*) skb->cb)->magic == LAP_MAGIC) ? \
239 ((struct irda_skb_cb *)(skb->cb))->next_xbofs : -1 \
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netlink/
H A Daf_netlink.c61 struct netlink_callback *cb; member in struct:netlink_opt
75 static void netlink_destroy_callback(struct netlink_callback *cb);
94 BUG_TRAP(sk->protinfo.af_netlink->cb==NULL);
259 if (sk->protinfo.af_netlink->cb) {
260 sk->protinfo.af_netlink->cb->done(sk->protinfo.af_netlink->cb);
261 netlink_destroy_callback(sk->protinfo.af_netlink->cb);
262 sk->protinfo.af_netlink->cb = NULL;
673 if (sk->protinfo.af_netlink->cb
739 static void netlink_destroy_callback(struct netlink_callback *cb) argument
753 struct netlink_callback *cb; local
800 struct netlink_callback *cb; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Deni.h126 #define ENI_PRV_SIZE(skb) (((struct eni_skb_prv *) (skb)->cb)->size)
127 #define ENI_PRV_POS(skb) (((struct eni_skb_prv *) (skb)->cb)->pos)
128 #define ENI_PRV_PADDR(skb) (((struct eni_skb_prv *) (skb)->cb)->paddr)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dau1000_usbdev.h64 void (*cb)(usbdev_cb_type_t, unsigned long, void *),
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dau1000_usbdev.h64 void (*cb)(usbdev_cb_type_t, unsigned long, void *),
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dau1000_usbdev.h64 void (*cb)(usbdev_cb_type_t, unsigned long, void *),
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dau1000_usbdev.h64 void (*cb)(usbdev_cb_type_t, unsigned long, void *),
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dfs.c251 struct ntfs_filldir cb; local
253 cb.ret_code = 0;
254 cb.pl = filp->f_pos & 0xffff;
255 cb.ph = (filp->f_pos >> 16) & 0x7fff;
256 filp->f_pos = (loff_t)(cb.ph << 16) | cb.pl;
261 if (!cb.ph) {
263 if (!cb.pl) {
268 cb.ret_code = filldir(dirent, ".", 1, filp->f_pos,
270 if (cb
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/ircomm/
H A Dircomm_lmp.c167 struct irda_skb_cb *cb; local
173 cb = (struct irda_skb_cb *) skb->cb;
177 line = cb->line;
208 struct irda_skb_cb *cb; local
213 cb = (struct irda_skb_cb *) skb->cb;
215 cb->line = self->line;
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djdmerge.c232 int cb, cr; local
251 cb = GETJSAMPLE(*inptr1++);
254 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
255 cblue = Cbbtab[cb];
270 cb = GETJSAMPLE(*inptr1);
273 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
274 cblue = Cbbtab[cb];
294 int cb, cr; local
315 cb = GETJSAMPLE(*inptr1++);
318 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb]
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_api.c338 struct netlink_callback *cb; member in struct:tcf_dump_args
345 return tcf_fill_node(a->skb, tp, n, NETLINK_CB(a->cb->skb).pid,
346 a->cb->nlh->nlmsg_seq, NLM_F_MULTI, RTM_NEWTFILTER);
349 static int tc_dump_tfilter(struct sk_buff *skb, struct netlink_callback *cb) argument
356 struct tcmsg *tcm = (struct tcmsg*)NLMSG_DATA(cb->nlh);
361 if (cb->nlh->nlmsg_len < NLMSG_LENGTH(sizeof(*tcm)))
387 s_t = cb->args[0];
398 memset(&cb->args[1], 0, sizeof(cb->args)-sizeof(cb
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Drtnetlink.c204 int rtnetlink_dump_ifinfo(struct sk_buff *skb, struct netlink_callback *cb) argument
207 int s_idx = cb->args[0];
214 if (rtnetlink_fill_ifinfo(skb, dev, RTM_NEWLINK, NETLINK_CB(cb->skb).pid, cb->nlh->nlmsg_seq, 0) <= 0)
218 cb->args[0] = idx;
223 int rtnetlink_dump_all(struct sk_buff *skb, struct netlink_callback *cb) argument
226 int s_idx = cb->family;
231 int type = cb->nlh->nlmsg_type-RTM_BASE;
238 memset(&cb->args[0], 0, sizeof(cb
264 rtnetlink_done(struct netlink_callback *cb) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/econet/
H A Daf_econet.c66 unsigned char cb; member in struct:aunhdr
148 memcpy(msg->msg_name, skb->cb, msg->msg_namelen);
179 sk->protinfo.af_econet->cb = sec->cb;
203 eb = (struct ec_cb *)&skb->cb;
222 struct ec_cb *eb = (struct ec_cb *)&skb->cb;
240 unsigned char port, cb; local
271 cb = sk->protinfo.af_econet->cb;
278 cb
750 ec_queue_packet(struct sock *sk, struct sk_buff *skb, unsigned char stn, unsigned char net, unsigned char cb, unsigned char port) argument
774 aun_send_response(__u32 addr, unsigned long seq, int code, int cb) argument
[all...]

Completed in 158 milliseconds

12345678