Searched refs:send (Results 76 - 100 of 191) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dnet_user.c138 CATCH_EINTR(n = send(fd, buf, len, 0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dsmux.c285 zlog_info ("SMUX GETRSP send");
328 zlog_info ("SMUX getresp send: %d", ptr - buf);
330 ret = send (smux_sock, buf, (ptr - buf), 0);
803 /* Open must be not send from SNMP agent. */
829 wait any responce and may send some next message to
996 return send (sock, buf, (ptr - buf), 0);
1101 return send (smux_sock, buf, (ptr - buf), 0);
1154 ret = send (sock, buf, (ptr - buf), 0);
1186 zlog_warn ("SMUX open message send failed: %s", strerror (errno));
1198 zlog_warn ("SMUX register message send faile
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Drndis.h222 int send; member in struct:rndis_resp_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_rtmp.c207 /* We have to know if it's a write before we send the
225 /* Clients must send a periodic BytesReceived report to the server */
230 conn->send[FIRSTSOCKET] = rtmp_send;
H A Dsetup_once.h101 * it as the fourth argument of function send()
120 * of functions recv() and send() belong and come from the
131 * HAVE_SEND is defined if you have a function named send()
164 /* Minix doesn't support send on TCP sockets */
180 #define swrite(x,y,z) (ssize_t)send((SEND_TYPE_ARG1)(x), \
H A Daxtls.c317 conn->send[sockindex] = axtls_send;
337 /* ssl_write() returns 'int' while write() and send() returns 'size_t' */
344 rc = -1; /* generic error code for send failure */
400 we do not send one. Let's hope other servers do the same... */
H A Dpolarssl.c304 conn->send[sockindex] = polarssl_send;
H A Dqssl.c272 conn->send[sockindex] = qsossl_send;
387 /* SSL_Write() is said to return 'int' while write() and send() returns
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dpatcheck11 echo something wrong, fix it and send a patch to the ffmpeg-dev ML
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c89 MODULE_PARM_DESC(snd_win, "TCP send window in bytes (default=32KB)");
142 tdev->send(tdev, skb);
164 ep->com.tdev->send(ep->com.tdev, skb);
186 ep->com.tdev->send(ep->com.tdev, skb);
369 * and send it along.
789 ep->com.tdev->send(ep->com.tdev, skb);
1170 ep->com.tdev->send(ep->com.tdev, skb);
1204 ep->com.tdev->send(ep->com.tdev, skb);
1282 tdev->send(tdev, skb);
1574 ep->com.tdev->send(e
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Datmtcp.c334 .send = atmtcp_v_send,
347 .send = atmtcp_c_send
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dnbd.c119 static int sock_xmit(struct socket *sock, int send, void *buf, int size, argument
147 if (send)
457 printk(KERN_ERR "%s: Attempted send on closed socket\n",
468 printk(KERN_ERR "%s: Request send failed\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.c711 # define write(fd, buf, cnt) send (fd, buf, cnt, 0)
717 # define write(fd, buf, cnt) send (fd, buf, cnt, 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c196 /* Always send broadcast */
418 goto send;
446 send:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_region.c197 * If we are a client, shut down our client database and send
237 * If we have something in the bulk buffer, send anything in it
240 if (lp->bulk_off != 0 && db_rep->send != NULL) {
249 * Ignore send errors here. This can be called on the
250 * env->close path - make a best attempt to send.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm_nsc.c255 .send = tpm_nsc_send,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_vhci.c285 hdev->send = vhci_send_frame;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bpalogin/
H A Dtransaction.c130 r = send(socket,(void *)t,t->length,0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_lowlevel.h388 * Read should send exactly the number of bytes requested except
553 * @param size maximum number of bytes to send
640 * @param size maximum size of the value to send
665 * @param size maximum size of the list to send
810 * removexattr and setlk may send a zero code
814 * @return zero for success, -errno for failure to send reply
819 * Don't send reply
836 * @return zero for success, -errno for failure to send reply
852 * @return zero for success, -errno for failure to send reply
866 * @return zero for success, -errno for failure to send repl
1250 int (*send)(struct fuse_chan *ch, const struct iovec iov[], member in struct:fuse_chan_ops
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Ddhcp6s.c361 /* initialize send/receive buffer */
712 goto send;
766 * to send messages via unicast.
772 goto send;
781 * to send messages via unicast.
786 goto send;
1003 send:
1011 /* send a reply message. */
1077 /* specify the destination and send the reply */
1087 dprintf(LOG_DEBUG, "send destinatio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/hotplug2/linux24_compat/
H A Dhotplug2-coldplug-2.4.c129 if (send(netlink_socket, uevent_string, uevent_string_len, 0) == -1) {
130 ERROR("dispatch_event","send failed: %s.", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dpppoatm.c187 * Called by the ppp_generic.c to send a packet - returns true if packet
226 DPRINTK("(unit %d): Trying to send without setting encaps!\n",
237 return ATM_SKB(skb)->vcc->send(ATM_SKB(skb)->vcc, skb)
241 * We don't have space to send this SKB now, but we might have
H A Dsignaling.c247 .send = sigd_send
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java201 return rep_transport_handler.send(wrapper,
560 public void rep_set_transport(int envid, com.sleepycat.db.ReplicationTransport send) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_rep_set_transport(swigCPtr, this, envid, (rep_transport_handler = send) != null ); } argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_qp.c821 wr.sqwr.send.remote_stag = 0;
830 err = move_sgl((struct c2_data_addr *) & (wr.sqwr.send.data),
834 wr.sqwr.send.sge_len = cpu_to_be32(tot_len);

Completed in 287 milliseconds

12345678