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

123

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d34 sent = 1;
38 /pid == $1 && args[0] == SIGUSR1 && sent/
/freebsd-9.3-release/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-9.3-release/sys/dev/iicbus/
H A Diicsmb.c310 int error, sent; local
315 error = iicbus_write(parent, &byte, 1, &sent, IICBUS_TIMEOUT);
344 int error, sent; local
349 if (!(error = iicbus_write(parent, &cmd, 1, &sent, IICBUS_TIMEOUT)))
350 error = iicbus_write(parent, &byte, 1, &sent, IICBUS_TIMEOUT);
362 int error, sent; local
370 if (!(error = iicbus_write(parent, &cmd, 1, &sent, IICBUS_TIMEOUT)))
371 if (!(error = iicbus_write(parent, &low, 1, &sent, IICBUS_TIMEOUT)))
372 error = iicbus_write(parent, &high, 1, &sent, IICBUS_TIMEOUT);
384 int error, sent, rea local
410 int error, sent, read; local
437 int error, sent, read; local
471 int error, sent; local
493 int error, sent, read; local
[all...]
H A Diiconf.c242 iicbus_write(device_t bus, const char *buf, int len, int *sent, int timeout) argument
250 return (IICBUS_WRITE(device_get_parent(bus), buf, len, sent, timeout));
280 int sent; local
282 return (iicbus_write(bus, &data, 1, &sent, timeout));
304 iicbus_block_write(device_t bus, u_char slave, char *buf, int len, int *sent) argument
312 error = iicbus_write(bus, buf, len, sent, 0);
H A Diic.c202 int sent, error, count; local
227 sc->sc_buffer, count, &sent);
/freebsd-9.3-release/sys/dev/xen/console/
H A Dxencons_ring.c60 int sent; local
65 sent = 0;
71 while ((sent < len) && ((prod - cons) < sizeof(intf->out)))
72 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++];
79 return sent;
H A Dconsole.c310 int sent; local
318 sent = xencons_ring_send(&wbuf[WBUF_MASK(wc)], sz);
319 if (sent == 0)
321 wc += sent;
435 int sent = 0; local
439 sent = xencons_ring_send(&wbuf[WBUF_MASK(wc)], sz);
440 if (sent > 0)
441 wc += sent;
/freebsd-9.3-release/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-9.3-release/lib/libstand/
H A Dnetif.h36 int sent; member in struct:netif_stats
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c660 u_int n, sent, cur = ring->cur; local
672 for (sent = 0; sent < count; sent++) {
682 for (fcnt = nfrags, sent = 0; sent < count; sent++) {
708 if (sent == count - 1) {
716 return (sent);
735 uint32_t sent local
836 int i, rx = 0, sent = 0, n = targ->g->npackets; local
984 int64_t sent = 0; local
1248 tx_output(uint64_t sent, int size, double delta) argument
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c66 if (chk->sent == SCTP_DATAGRAM_RESEND) {
72 if (chk->sent == SCTP_DATAGRAM_RESEND) {
77 if (chk->sent == SCTP_DATAGRAM_RESEND) {
431 if (chk->sent != SCTP_DATAGRAM_NR_ACKED) {
472 * Mark all chunks (well not all) that were sent to *net for
547 panic("last acked >= chk on sent-Q");
558 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) {
576 * we have reached a chunk that was sent
595 * ok it was sent after our boundary
628 if (chk->sent < SCTP_DATAGRAM_RESEN
[all...]
H A Dsctp_indata.c679 * Gak, He sent me a duplicate str
943 /* Gak, He sent me a duplicate str seq number */
1337 * to be sent up above
2206 * have to be sent because of the above
2208 * that would have been sent due to gap
2331 * cluster... i.e. it is a small packet sent in and yet the driver
2599 * processed from the sent queue, track the
2605 if ((tp1->whoTo->find_pseudo_cumack == 1) && (tp1->sent < SCTP_DATAGRAM_RESEND) &&
2610 if ((tp1->whoTo->find_rtx_pseudo_cumack == 1) && (tp1->sent < SCTP_DATAGRAM_RESEND) &&
2616 if (tp1->sent !
[all...]
H A Dsctp_var.h263 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \
284 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/ipfilter/ipsend/
H A Dip.c168 int i, sent = 0, ts, hlen, olen; local
214 if ((sent + (mtu - hlen)) >= iplen)
217 ts = iplen - sent;
222 ip->ip_off |= htons(sent >> 3);
228 bcopy(s + sent, ipbuf + sizeof(*eh) + hlen, ts - hlen);
232 sent += (ts - hlen);
/freebsd-9.3-release/sys/arm/mv/
H A Dtwsi.c123 static int mv_twsi_write(device_t dev, const char *buf, int len, int *sent,
497 mv_twsi_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
506 *sent = 0;
507 while (*sent < len) {
523 (*sent)++;
/freebsd-9.3-release/sys/powerpc/mpc85xx/
H A Di2c.c102 static int i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout);
406 i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
412 *sent = 0;
415 while (*sent < len) {
425 (*sent)++;
/freebsd-9.3-release/sys/netgraph/
H A Dng_source.c772 int sent; local
783 for (sent = 0; error == 0 && sent < tosend; ++sent) {
808 sc->packets -= sent;
810 *sent_p = sent;
/freebsd-9.3-release/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);
285 xlr_i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout /* us */ ) argument
337 *sent = len - 1;
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcommon.funcs167 # parameter to zero will result in the message always being sent through
290 # where to save copies of outgoing mail to, default file is "=sent"
291 sentmail = =sent
/freebsd-9.3-release/crypto/openssh/
H A Droaming_common.c112 roam_set_bytes(u_int64_t sent, u_int64_t recvd) argument
115 write_bytes = sent;
/freebsd-9.3-release/tools/tools/mctest/
H A Dmctest.cc231 // server receives packets sent back from the sink
363 struct timeval sent[number]; local
389 gettimeofday(&sent[i], 0);
417 timersub(&args[client].packets[i], &sent[i], &result);
/freebsd-9.3-release/contrib/ngatm/sscop/
H A Dcommon.c251 static int sent; local
256 if (loose > 0 && (sent++ % loose) == loose - 1) {

Completed in 177 milliseconds

123