Searched refs:sent (Results 76 - 100 of 193) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Darping.c56 int sent, brd_sent; variable
128 sent++;
138 printf("Sent %d probes (%d broadcast(s))\n", sent, brd_sent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Drelay6_parser.c54 msg->sent = 0;
H A Drelay6_database.c118 if (msg->sent == 0)
131 if (msg->sent == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dspinctrl.tex49 \helpref{wxSpinEvent}{wxspinevent} sent then if the value
50 is different from the last value sent.
H A Dactivevt.tex3 An activate event is sent when a window or application is being activated
H A Ddialup.tex109 returns immediately - the result is reported via events (an event is sent
129 Note that this won't result in DISCONNECTED event being sent.
182 notification about the change of connection status is sent by the system and so
192 {\tt wxEVT\_DIALUP\_XXX} events won't be sent any more neither.
H A Dnotifevt.tex6 It (or an object of a derived class) is sent when the controls state is being
H A Dhttp.tex60 It sets data of a field to be sent during the next request to the HTTP server. The field
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmeth.h39 u64 sent:1; /* always set to 1...*/ member in struct:tx_status_vector
56 u64 tx_int_flag:1; /*Generate TX intrrupt when packet has been sent*/
193 /* 1: A TX message had the INT request bit set, the packet has been sent. */
232 #define METH_TX_CMD_INT_EN BIT(24) /* Generate TX interrupt when packet is sent */
H A Dppp_synctty.c558 * and 7 (code-reject) must be sent as though no options
629 int sent, done = 0; local
640 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len);
641 if (sent < 0)
643 if (sent < ap->tpkt->len) {
H A Dppp_async.c540 * and 7 (code-reject) must be sent as though no options
642 int avail, sent, done = 0; local
664 sent = tty->ops->write(tty, ap->optr, avail);
665 if (sent < 0)
667 ap->optr += sent;
668 if (sent < avail)
929 * In the situation where the peer has been sent a configure-ack
930 * already, LCP is up once it has sent its configure-ack
931 * so the immediately following packet can be sent with the
936 * sent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c660 int ret, sent; local
668 sent = 0;
675 sent++;
683 return (sent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts202 stdout. All errors and informations are sent to stderr.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Drelay6_parser.c54 msg->sent = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/usb/
H A Dwusb-cbaf39 Get the device ID associated to the HOST-CHDI we sent with
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dfmvj18x_cs.c117 u_short sent; member in struct:local_info_t
767 dev->stats.tx_packets += lp->sent ;
768 lp->sent = 0 ;
771 lp->sent = lp->tx_queue ;
822 lp->sent = 0;
872 lp->sent = lp->tx_queue ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_core.c580 /* Drop last sent command */
1319 /* Get data from the previously sent command */
1442 if (c->sent < min) {
1443 min = c->sent;
1470 if (c->type == ACL_LINK && c->sent) {
1503 conn->sent++;
1522 conn->sent++;
1523 if (conn->sent == ~0)
1524 conn->sent = 0;
1542 conn->sent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.c1153 ep->sent += asent;
1160 if ((ep->tx_req->req.length - ep->sent) <= 0) {
1161 ep->tx_req->req.actual = (unsigned int)ep->sent;
1165 ep->sent = 0;
1175 ep->sent = 0;
1189 size = min_t(u32, (ep->tx_req->req.length - ep->sent),
1191 buf = (u8 *)ep->tx_req->req.buf + ep->sent;
1228 if ((req->req.length - ep->sent) > 0)
1314 ep->sent += asent;
1321 if ((ep->tx_req->req.length - ep->sent) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcsock.c474 * peer sent the datagram, i.e. our local address. For multihomed
1112 int sent; local
1125 sent = svc_sendto(rqstp, &rqstp->rq_res);
1126 if (sent != xbufp->len) {
1131 (sent<0)?"got error":"sent only",
1132 sent, xbufp->len);
1135 sent = -EAGAIN;
1137 return sent;
H A Dxprtsock.c362 int err, sent = 0; local
378 sent += err;
382 if (sent == 0)
385 sent += err;
386 return sent;
401 int err, sent = 0; local
418 sent += err;
429 sent += err;
435 return sent;
438 if (sent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcaif_socket.c650 int sent = 0; local
666 while (sent < len) {
668 size = len-sent;
709 sent += size;
712 return sent;
715 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL))
719 return sent ? : err;
809 * o -EINPROGRESS: connect request sent but timed out (or non-blocking)
1135 /* Sendbuf dictates the amount of outbound packets not yet sent */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dlibiscsi_tcp.c548 "Target has sent more R2Ts than it "
581 r2t->sent = 0;
983 if (r2t->data_length <= r2t->sent) {
1053 r2t->data_offset + r2t->sent, r2t->data_count);
1055 rc = conn->session->tt->init_pdu(task, r2t->data_offset + r2t->sent,
1062 r2t->sent += r2t->data_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dtty.c785 int err = 0, sent = 0, size; local
799 memcpy(skb_put(skb, size), buf + sent, size); local
806 sent += size;
810 return sent ? sent : err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3debughandlers.c167 int sent; local
170 sent = 0;
172 while (sent < len)
176 thisSend = send(sock, ptr, len - sent, 0);
188 sent += thisSend;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_concat.c258 int64_t nb_samples, sent = 0; local
276 buf->pts = base_pts + av_rescale_q(sent, rate_tb, outlink->time_base);
280 sent += frame_nb_samples;

Completed in 159 milliseconds

12345678