Searched refs:send (Results 26 - 50 of 191) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dcfe_osl.h216 #define PKTGET(osh, len, send) ((void*)osl_pktget((len)))
217 #define PKTFREE(osh, lb, send) osl_pktfree((osh), (struct lbuf*)(lb), (send))
244 extern void osl_pktfree(osl_t *osh, struct lbuf *lb, bool send);
H A Dmin_osl.h171 #define PKTGET(osh, len, send) ((void *)NULL)
172 #define PKTFREE(osh, p, send)
H A Dlinux_osl.h386 #define PKTGET(osh, len, send) osl_pktget((osh), (len))
391 #define PKTGET(osh, len, send) osl_pktget((osh), (len), __LINE__, __FILE__)
399 #define PKTFREE(osh, skb, send) osl_pktfree((osh), (skb), (send))
477 extern void osl_pktfree(osl_t *osh, void *skb, bool send);
724 #define PKTGET(osh, len, send) osl_pktget((osh), (len), __LINE__, __FILE__)
730 #define PKTGET(osh, len, send) osl_pktget((osh), (len))
736 #define PKTFREE(osh, skb, send) osl_pktfree((osh), (skb), (send))
766 extern void osl_pktfree(osl_t *osh, void *skb, bool send);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2y.c237 int j, send = us428ctls->p4outSent + 1; local
238 if (send >= N_us428_p4out_BUFS)
239 send = 0;
242 struct us428_p4out *p4out = us428ctls->p4out + send;
248 us428ctls->p4outSent = send;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Ds3_enc.c420 int ssl3_enc(SSL *s, int send) argument
428 if (send)
460 if ((bs != 1) && send)
470 if (!send)
483 if ((bs != 1) && !send)
567 int ssl3_mac(SSL *ssl, unsigned char *md, int send) argument
577 if (send)
697 case SSL_AD_NO_RENEGOTIATION: return(-1); /* Don't send it :-) */
H A Dt1_enc.c513 int tls1_enc(SSL *s, int send) argument
521 if (send)
545 printf("tls1_enc(%d)\n", send);
559 if ((bs != 1) && send)
596 if (!send)
617 if ((bs != 1) && !send)
694 int tls1_mac(SSL *ssl, unsigned char *md, int send) argument
704 if (send)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/
H A De_os.h155 #define writesocket(s,b,n) send((s),(b),(n),0)
163 #define writesocket(s,b,n) send(s,b,n,0)
176 #define writesocket(s,b,n) send((s),(b),(n),0)
190 #define writesocket(s,b,n) send((s),(b),(n),0)
195 #define writesocket(s,b,n) send((s),(b),(n),0)
448 # define SSLeay_Write(a,b,c) send((a),(b),(c),0)
479 # define SSLeay_Write(a,b,c) send((a),(b),(c),0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_enc.c436 int ssl3_enc(SSL *s, int send) argument
444 if (send)
476 if ((bs != 1) && send)
486 if (!send)
499 if ((bs != 1) && !send)
581 int ssl3_mac(SSL *ssl, unsigned char *md, int send) argument
591 if (send)
716 case SSL_AD_NO_RENEGOTIATION: return(-1); /* Don't send it :-) */
H A Dt1_enc.c524 int tls1_enc(SSL *s, int send) argument
532 if (send)
556 printf("tls1_enc(%d)\n", send);
570 if ((bs != 1) && send)
607 if (!send)
628 if ((bs != 1) && !send)
713 int tls1_mac(SSL *ssl, unsigned char *md, int send) argument
723 if (send)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc_2bs0.c62 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2];
260 bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(bcs, HFC_Z1 | HFC_SEND | HFC_CHANNEL(bcs->channel));
264 bcs->hw.hfc.send[bcs->hw.hfc.f1]);
559 if (!(bcs->hw.hfc.send = kmalloc(32 * sizeof(unsigned int), GFP_ATOMIC))) {
561 "HiSax: No memory for hfc.send\n");
565 bcs->hw.hfc.send[i] = 0x1fff;
585 kfree(cs->bcs[0].hw.hfc.send);
586 cs->bcs[0].hw.hfc.send = NULL;
587 kfree(cs->bcs[1].hw.hfc.send);
[all...]
H A Dhfcscard.c226 cs->hw.hfcD.send = NULL;
227 cs->bcs[0].hw.hfc.send = NULL;
228 cs->bcs[1].hw.hfc.send = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_entry.S76 | send some signal to program here
81 | user space, we correct stackpointer and send a SIGSEGV to
95 | send a trace signal if we are debugged
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/
H A De_os.h155 #define writesocket(s,b,n) send((s),(b),(n),0)
163 #define writesocket(s,b,n) send(s,b,n,0)
176 #define writesocket(s,b,n) send((s),(b),(n),0)
377 # define SSLeay_Write(a,b,c) send((a),(b),(c),0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm.h74 int (*send) (struct tpm_chip *, u8 *, size_t); member in struct:tpm_vendor_specific
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Deni.h41 void __iomem *send; /* base, 0 if unused */ member in struct:eni_tx
H A Deni.c187 if (eni_dev->tx[i].send)
189 eni_dev->tx[i].send,eni_dev->tx[i].words*4);
1103 DPRINTK("doing direct send\n"); /* @@@ well, this doesn't work anyway */
1126 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4);
1127 /*printk("dsc = 0x%08lx\n",(unsigned long) readl(tx->send+tx->tx_pos*4));*/
1131 tx->send+((tx->tx_pos+1) & (tx->words-1))*4);
1134 writel(skb->len,tx->send+
1164 if (tx->send)
1217 if (!eni_dev->tx[i].send) return eni_dev->tx+i;
1302 tx->send
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dmswindows.h141 #define send wrapped_send macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.c775 res = send(ctxt->controlFd, buf, len, 0);
777 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
803 res = send(ctxt->controlFd, buf, len, 0);
805 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
834 res = send(ctxt->controlFd, buf, len, 0);
836 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
1027 res = send(ctxt->controlFd, buf, len, 0);
1029 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
1049 res = send(ctxt->controlFd, buf, len, 0);
1051 __xmlIOErr(XML_FROM_FTP, 0, "send faile
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanoftp.c777 res = send(ctxt->controlFd, buf, len, 0);
779 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
805 res = send(ctxt->controlFd, buf, len, 0);
807 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
836 res = send(ctxt->controlFd, buf, len, 0);
838 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
1029 res = send(ctxt->controlFd, buf, len, 0);
1031 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
1051 res = send(ctxt->controlFd, buf, len, 0);
1053 __xmlIOErr(XML_FROM_FTP, 0, "send faile
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c775 res = send(ctxt->controlFd, buf, len, 0);
777 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
803 res = send(ctxt->controlFd, buf, len, 0);
805 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
834 res = send(ctxt->controlFd, buf, len, 0);
836 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
1027 res = send(ctxt->controlFd, buf, len, 0);
1029 __xmlIOErr(XML_FROM_FTP, 0, "send failed");
1049 res = send(ctxt->controlFd, buf, len, 0);
1051 __xmlIOErr(XML_FROM_FTP, 0, "send faile
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c474 int dend, send; /* Last index into @[ds]rl. */ local
546 for (send = si; srl[send].length; send++)
551 if (srl[send].lcn == (LCN)LCN_ENOENT)
552 marker_vcn = srl[marker = send].vcn;
555 for (sfinal = send; sfinal >= 0 && srl[sfinal].lcn < LCN_HOLE; sfinal--)
570 (srl[send - 1].vcn + srl[send - 1].length)));
575 if (marker && (drl[dins].vcn + drl[dins].length > srl[send
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c274 if (send(fd, n, n->nlmsg_len, 0) < 0) {
275 daemon_log(LOG_ERR, "send(): %s", strerror(errno));
290 if (send(fd, n, n->nlmsg_len, 0) < 0) {
291 daemon_log(LOG_ERR, "send(): %s", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_chkpt.c189 * First, we send a start-sync record when the checkpoint starts so
194 IS_REP_MASTER(env) && env->rep_handle->send != NULL)
222 IS_REP_MASTER(env) && env->rep_handle->send != NULL &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Drunlist.c537 int dend, send; /* Last index into @[ds]rl. */ local
608 for (send = si; srl[send].length; send++)
613 if (srl[send].lcn == LCN_ENOENT)
614 marker_vcn = srl[marker = send].vcn;
617 for (sfinal = send; sfinal >= 0 && srl[sfinal].lcn < LCN_HOLE; sfinal--)
632 (srl[send - 1].vcn + srl[send - 1].length)));
637 if (marker && (drl[dins].vcn + drl[dins].length > srl[send
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dnetlink.c201 if (send(nl->fd, m, m->nlmsg_len, 0) < 0) {
202 avahi_log_error(__FILE__": send(): %s", strerror(errno));

Completed in 230 milliseconds

12345678