Searched refs:cb (Results 76 - 100 of 183) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusbvideo.h281 struct usbvideo_cb cb; /* Table of callbacks (virtual methods) */ member in struct:usbvideo
295 #define GET_CALLBACK(uvd,cbName) ((uvd)->handle->cb.cbName)
327 unsigned char cr, unsigned char cg, unsigned char cb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Ddmascc.c1039 int cb; local
1052 cb = BUF_SIZE - get_dma_residue(priv->param.dma) - 2;
1055 cb = priv->rx_ptr - 2;
1065 if (cb >= 15) {
1070 if (cb >= 15) {
1073 priv->rx_len[priv->rx_head] = cb;
1101 int cb; local
1111 cb = priv->rx_len[i];
1113 skb = dev_alloc_skb(cb+1);
1119 data = skb_put(skb, cb
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dsmbdes.c220 char cb[32]; local
244 cb[j*4+k] = b[j][k];
245 permute(pcb, cb, perm5, 32);
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Ddso.h221 int DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb,
H A Dbio.h123 /* callback is int cb(BIO *bio,state,ret); */
249 #define BIO_set_callback(b,cb) ((b)->callback=(cb))
430 #define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
511 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
543 /* void BIO_set_ex_free_func(BIO *bio,int idx,void (*cb)()); */
632 int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u),
634 int BIO_dump_indent_cb(int (*cb)(cons
[all...]
H A Ddsa.h132 BN_GENCB *cb);
220 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
H A Dbn.h314 } cb; member in struct:bn_gencb_st
317 int BN_GENCB_call(BN_GENCB *cb, int a, int b);
323 tmp_gencb->cb.cb_1 = (callback); }
329 tmp_gencb->cb.cb_2 = (callback); }
499 const BIGNUM *rem, BN_GENCB *cb);
500 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb);
502 int do_trial_division, BN_GENCB *cb);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dsystem.h26 unsigned int cb:8; member in struct:pa_psw
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dsystem.h26 unsigned int cb:8; member in struct:pa_psw
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_vlan.h139 #define VLAN_TX_SKB_CB(__skb) ((struct vlan_skb_tx_cookie *)&((__skb)->cb[0]))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn.h156 #define DN_SKB_CB(skb) ((struct dn_skb_cb *)(skb)->cb)
H A Ddn_route.h20 extern int dn_cache_dump(struct sk_buff *skb, struct netlink_callback *cb);
H A Dip6_route.h82 extern int inet6_dump_fib(struct sk_buff *skb, struct netlink_callback *cb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_vlan.h139 #define VLAN_TX_SKB_CB(__skb) ((struct vlan_skb_tx_cookie *)&((__skb)->cb[0]))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn.h156 #define DN_SKB_CB(skb) ((struct dn_skb_cb *)(skb)->cb)
H A Ddn_route.h20 extern int dn_cache_dump(struct sk_buff *skb, struct netlink_callback *cb);
H A Dip6_route.h82 extern int inet6_dump_fib(struct sk_buff *skb, struct netlink_callback *cb);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Ddso.h197 int DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb,
H A Docsp.h360 #define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
361 (char *(*)())d2i_OCSP_REQUEST,PEM_STRING_OCSP_REQUEST,bp,(char **)x,cb,NULL)
363 #define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
364 (char *(*)())d2i_OCSP_RESPONSE,PEM_STRING_OCSP_RESPONSE,bp,(char **)x,cb,NULL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dskbuff.c235 memset(skb->cb, 0, sizeof(skb->cb));
370 memcpy(n->cb, skb->cb, sizeof(skb->cb));
426 memcpy(new->cb, old->cb, sizeof(old->cb));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirlap_frame.c56 struct irda_skb_cb *cb = (struct irda_skb_cb *) skb->cb; local
62 cb->magic = LAP_MAGIC;
63 cb->mtt = self->mtt_required;
64 cb->next_speed = self->speed;
73 cb->xbofs = self->bofs_count;
74 cb->next_xbofs = self->next_bofs;
75 cb->xbofs_delay = self->xbofs_delay;
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dgena.c178 void gena_new_subscription(UFILE *up, PService psvc, char *cb, char *sid, char *to, char *nt) argument
186 if (sid || !cb || !nt || !split_url(cb, &host, &port, &path)) {
241 void gena_renew_subscription( UFILE *up, PService psvc, char *cb, char *sid, char *to, char *nt ) argument
251 } else if (cb || nt || !to) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A Dhci_usb.c106 urb = ((struct hci_usb_scb *) skb->cb)->urb;
180 scb = (struct hci_usb_scb *) skb->cb;
248 urb = ((struct hci_usb_scb *) skb->cb)->urb;
282 struct hci_usb_scb *scb = (void *) skb->cb;
323 struct hci_usb_scb *scb = (void *) skb->cb;
474 scb = (void *) skb->cb;
483 scb = (void *) skb->cb;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_dev.c571 static int dn_dev_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb) argument
579 s_idx = cb->args[0];
580 s_dn_idx = dn_idx = cb->args[1];
597 if (dn_dev_fill_ifaddr(skb, ifa, NETLINK_CB(cb->skb).pid, cb->nlh->nlmsg_seq, RTM_NEWADDR) <= 0)
603 cb->args[0] = idx;
604 cb->args[1] = dn_idx;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Ddevinet.c887 static int inet_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb) argument
895 s_idx = cb->args[0];
896 s_ip_idx = ip_idx = cb->args[1];
913 if (inet_fill_ifaddr(skb, ifa, NETLINK_CB(cb->skb).pid,
914 cb->nlh->nlmsg_seq, RTM_NEWADDR) <= 0) {
926 cb->args[0] = idx;
927 cb->args[1] = ip_idx;

Completed in 227 milliseconds

12345678