Searched refs:sent (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-11-stable/lib/libc/gen/
H A Dsendmmsg.c40 size_t i, sent; local
43 sent = 0;
44 for (i = 0; i < vlen; i++, sent++) {
47 if (sent != 0) {
49 * We have sent messages. Let caller
50 * know about the data sent, socket
54 return (sent);
59 /* Save sent bytes. */
63 return (sent);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d34 sent = 1;
38 /pid == $1 && args[0] == SIGUSR1 && sent/
/freebsd-11-stable/contrib/netbsd-tests/rump/kernspace/
H A Dsendsig.c49 bool sent = false; local
56 while (!sent) {
62 sent = true;
/freebsd-11-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl95 sent to you in the hope that you will determine the real originator
109 syslog('info', 'doublebounce successfully sent to %s', $dest);
196 my($addr, $sent);
201 $sent = send_bounce($addresses[2]{$addr}, $addresses[2]{"From"});
202 last if $sent;
204 if (!$sent && $opt_d) {
212 $sent = send_bounce($addresses[1]{$addr}, $addresses[2]{"From"});
213 last if $sent;
215 if (!$sent) {
/freebsd-11-stable/tools/tools/net80211/wesside/udps/
H A Dudps.c52 unsigned int sent = 0; local
112 sent++;
120 printf ("Sent %.03f p/s\n", ((double)sent)/(((double)end.tv_sec) - start.tv_sec));
/freebsd-11-stable/stand/libsa/
H A Dnetif.h34 int sent; member in struct:netif_stats
/freebsd-11-stable/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_hw.c55 int size, count, sent = 0; local
73 fw->buf + sent,
83 sent += size;
91 sent,
96 fw->buf + sent,
107 sent += size;
/freebsd-11-stable/sys/netinet/
H A Dsctp_timer.c68 if (chk->sent == SCTP_DATAGRAM_RESEND) {
74 if (chk->sent == SCTP_DATAGRAM_RESEND) {
79 if (chk->sent == SCTP_DATAGRAM_RESEND) {
437 if (chk->sent != SCTP_DATAGRAM_NR_ACKED) {
482 * Mark all chunks (well not all) that were sent to *net for
557 panic("last acked >= chk on sent-Q");
568 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) {
586 * we have reached a chunk that was sent
605 * ok it was sent after our boundary
638 if (chk->sent < SCTP_DATAGRAM_RESEN
[all...]
H A Dsctp_indata.c397 * Gak, He sent me a duplicate msg id
1061 * They sent a duplicate fsn number. This really
1453 * Error on senders part, they either sent us two
1454 * data chunks with FIRST, or they sent two
1590 * Gak, He sent me a duplicate str seq
1816 * to be sent up above
2654 * not have to be sent because of the above
2656 * that would have been sent due to gap
2717 * cluster... i.e. it is a small packet sent in and yet the driver
3001 * processed from the sent queu
[all...]
H A Dsctp_var.h270 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \
291 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \
/freebsd-11-stable/sbin/dump/
H A Dtape.c85 * The following structure defines the instruction packets sent to slaves.
102 int sent; /* 1 == we've sent this slave requests */ member in struct:slave
236 slp->sent = 1; /* we sent a request, read the response later */
244 if (slp->sent) {
250 slp->sent = 0;
261 if (slaves[i].sent) {
268 slaves[i].sent = 0;
317 if (slaves[f].sent) {
[all...]
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsupport.c134 struct servent *sent; local
162 if ((sent = getservbyname(port, NULL)) == NULL) {
166 s->sin_port = sent->s_port;
/freebsd-11-stable/sys/dev/xen/console/
H A Dxen_console.c326 int sent; local
339 for (sent = 0; sent < size; sent++, wprod++) {
342 intf->out[MASK_XENCONS_IDX(wprod, intf->out)] = buffer[sent];
350 return (sent);
452 int sent; local
456 sent = cons->ops->write(cons, &cons->wbuf[WBUF_MASK(cons->wc)],
463 if (__predict_false(sent < 0))
470 if (sent
[all...]
/freebsd-11-stable/tools/tools/net80211/wlaninject/
H A Dwlaninject.c439 int possible_match(struct ieee80211_frame *sent, int slen, argument
445 if (memcmp(sent->i_addr1, got->i_addr1, 6) != 0)
448 if ((sent->i_fc[0] & IEEE80211_FC0_TYPE_MASK) !=
452 if ((sent->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK) !=
460 if (memcmp(sent->i_addr2, got->i_addr2, 6) == 0 &&
461 memcmp(sent->i_addr3, got->i_addr3, 6) == 0)
467 int do_verify(struct ieee80211_frame *sent, int slen, void *got, int glen) argument
503 /* did we receive the packet we sent? */
504 if (!possible_match(sent, slen, wh, glen))
508 if (memcmp(sent, w
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c1161 u_int n, sent, head = ring->head; local
1169 for (sent = 0; sent < count; sent++) {
1179 for (sent = 0; sent < count && n >= frags; sent++, n--) {
1229 if (sent) {
1233 if (sent < count) {
1238 return (sent);
1291 uint64_t sent = 0, n = targ->g->npackets; local
1479 uint64_t sent = 0, n = targ->g->npackets; local
1563 uint64_t sent = 0; local
1917 int64_t sent = 0; local
[all...]
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dip.c161 int i, sent = 0, ts, hlen, olen; local
207 if ((sent + (mtu - hlen)) >= iplen)
210 ts = iplen - sent;
215 ip->ip_off |= htons(sent >> 3);
221 bcopy(s + sent, ipbuf + sizeof(*eh) + hlen, ts - hlen);
225 sent += (ts - hlen);
/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.c269 iicbus_write(device_t bus, const char *buf, int len, int *sent, int timeout) argument
277 return (IICBUS_WRITE(device_get_parent(bus), buf, len, sent, timeout));
308 int sent; local
314 return (iicbus_write(bus, &data, 1, &sent, timeout));
341 iicbus_block_write(device_t bus, u_char slave, char *buf, int len, int *sent) argument
349 error = iicbus_write(bus, buf, len, sent, 0);
H A Diicoc.c66 int len, int *sent, int timeout);
292 int *sent, int timeout /* us */ )
313 *sent = len;
291 iicoc_write(device_t dev, const char *buf, int len, int *sent, int timeout ) argument
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_i2c.c416 i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
425 *sent = 0;
428 while (*sent < len) {
438 (*sent)++;
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c413 i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
422 *sent = 0;
427 while (*sent < len) {
449 (*sent)++;
/freebsd-11-stable/sys/dev/iicbus/twsi/
H A Dtwsi.c371 twsi_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
380 *sent = 0;
381 while (*sent < len) {
397 (*sent)++;
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Di2c.c99 static int i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout);
405 i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
411 *sent = 0;
414 while (*sent < len) {
424 (*sent)++;
/freebsd-11-stable/sys/netgraph/
H A Dng_source.c779 int sent; local
790 for (sent = 0; error == 0 && sent < tosend; ++sent) {
821 sc->packets -= sent;
823 *sent_p = sent;
/freebsd-11-stable/sys/mips/rmi/
H A Dxlr_i2c.c100 static int xlr_i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout);
295 xlr_i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout /* us */ ) argument
347 *sent = len - 1;
/freebsd-11-stable/share/dtrace/
H A Dudptrack30 * data that are sent and received on the host.

Completed in 479 milliseconds

1234