Searched refs:send (Results 151 - 175 of 191) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c517 * sock -- socket to send to
534 if (send(sock, pkt, size, 0) < 0) {
535 sysErr("send (sendPacket)");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c145 A send wrapper that will deal with EINTR.
153 ret = send(s, msg, len, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_atm.c232 * native ATM API. In order to send a flow to a different VC, the old
268 on vcc->send */
459 * Dequeue packets and send them over ATM. Note that we quite deliberately
503 (void) flow->vcc->send(flow->vcc,skb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dbr2684.c149 * the way for multiple vcc's per itf. Returns true if we can send,
196 atmvcc->send(atmvcc, skb);
H A Dclip.c424 vcc->send(vcc, skb);
H A Dcommon.c586 error = vcc->dev->ops->send(vcc,skb);
H A Dlec.c138 * Check if this is a BPDU. If so, ask zeppelin to send
239 if (vcc->send(vcc, skb) < 0) {
320 printk("%s: send datalen:%ld lecid:%4.4x\n", dev->name,
560 /* hit from bridge table, send LE_ARP_RESPONSE */
622 .send = lec_atm_send
670 DPRINTK("lec: about to send %d bytes of data\n", data->len);
1975 * not been reached, allow the caller to send packet to
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.c1113 * stack might send more than SGE_TX_DESC_MAX_PLEN in a contiguous manner.
1860 goto send;
1957 send:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dssh.c1119 * SFTP is a binary protocol, so we don't send text commands to
1325 /* Now send the completed structure... */
1640 out readable as the underlying libssh2 sftp send function will deal
1779 /* since this counts what we send to the client, we include the
2214 out readable as the underlying libssh2 scp send function will deal
2292 infof(data, "Failed to send libssh2 channel EOF\n");
2646 conn->send[FIRSTSOCKET] = scp_send;
2650 conn->send[FIRSTSOCKET] = sftp_send;
H A Dnss.c1394 conn->send[sockindex] = nss_send;
1450 const void *mem, /* send this data */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex278 our host will calculate and send checksum.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c449 int nsent = send(ctxt->fd, xmt_ptr + total_sent,
458 __xmlIOErr(XML_FROM_HTTP, 0, "send failed\n");
1056 * and one want to enable it, send me the defined(foobar) needed
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c117 if (IS_REP_MASTER(env) && db_rep->send == NULL) {
133 * so that we retain an unencrypted copy of the log record to send
183 * Replication masters need to drop the lock to send messages,
205 * Note that a failed NEWFILE send is a dropped message that
246 * Then send the log record itself on to our clients.
250 * In the crypto case, we MUST send the udbt, not the
258 * If the send fails and we're a commit or checkpoint,
264 * If the send fails with this perm record and leases
274 * We ignore send failures so reset 'ret' to 0 here.
314 * master. The reason is that once we send th
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_sel.c675 * thing we send. Which is a good thing, because it would be almost as
979 * Examine and verify the incoming version proposal message, and send an
1397 if ((bytes = send(conn->fd, &msg->data[output->offset],
1434 * connection again, so that the next call to send() can write the
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dmyri_sbus.c118 sbus_writel(1, &shmem->send);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_usb.c1010 hdev->send = hci_usb_send_frame;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c981 return send(nl, n, n->nlmsg_len, 0);
1745 fprintf(stderr,"failed to send ARP packet: %s\n", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/atm/
H A Dusbatm.c52 * - unlink all active send urbs of a vcc that is being closed.
56 * 1.3: - Added multiple send urb support
155 /* send */
180 .send = usbatm_atm_send,
581 ** send **
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c448 int nsent = send(ctxt->fd, xmt_ptr + total_sent,
457 __xmlIOErr(XML_FROM_HTTP, 0, "send failed\n");
1055 * and one want to enable it, send me the defined(foobar) needed
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c449 int nsent = send(ctxt->fd, xmt_ptr + total_sent,
458 __xmlIOErr(XML_FROM_HTTP, 0, "send failed\n");
1056 * and one want to enable it, send me the defined(foobar) needed
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/
H A Dhci_core.c1007 return hdev->send(skb);
1264 /* Schedule queues and send stuff to HCI driver */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dambassador.c1097 PRINTK (KERN_ERR, "attempt to send on RX-only VC %x", vc);
1222 .send = amb_send,
H A Dfirestream.c1155 fs_dprintk (FS_DEBUG_QUEUE, "in send: txq %d txrq %d\n",
1173 .send = fs_send,
H A Dhorizon.c246 the TX send component works as follows:
1484 /********** send a frame **********/
1504 PRINTK (KERN_ERR, "attempt to send on RX-only VC %x", channel);
1691 // wake Serial EEPROM and send 110 (READ) command
2113 // who knows what would actually happen if you try and send on this?
2388 .send = hrz_send,
H A Dzatm.c1486 .send = zatm_send,

Completed in 379 milliseconds

12345678