Searched refs:sent (Results 26 - 50 of 79) sorted by relevance

1234

/freebsd-11-stable/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c70 struct timespec sent; member in struct:trip_ts
350 clock_gettime(get_clock_type(tcp), &tcp->test_pkts[pnum].tss[fdidx].sent);
539 timespecsub2(&rttp->a2b, &tpp->tss[1].recvd, &tpp->tss[0].sent);
540 timespecsub2(&rttp->b2a, &tpp->tss[0].recvd, &tpp->tss[1].sent);
542 timespecsub2(&rttp->e2e, &tpp->tss[0].recvd, &tpp->tss[0].sent);
/freebsd-11-stable/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-11-stable/sys/sys/
H A Dfile.h115 off_t *sent, int flags, struct thread *td);
374 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
379 nbytes, sent, flags, td));
373 fo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, struct thread *td) argument
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_i2c.c664 i2c_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
672 *sent = 0;
674 while (*sent < len) {
680 (*sent)++;
/freebsd-11-stable/contrib/ngatm/sscop/
H A Dcommon.c251 static int sent; local
256 if (loose > 0 && (sent++ % loose) == loose - 1) {
/freebsd-11-stable/sys/dev/pcf/
H A Dpcf.c88 * Send STOP condition iff the START condition was previously sent.
89 * STOP is sent only once even if an iicbus_stop() is called after
136 /* wait for address sent, polling */
185 /* wait for address sent, polling */
381 pcf_write(device_t dev, const char *buf, int len, int *sent, int timeout /* us */) argument
412 *sent = bytes;
/freebsd-11-stable/sys/dev/iicbus/
H A Diicbb.c399 iicbb_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
418 *sent = bytes;
H A Dif_ic.c360 int len, sent; local
408 len + ICHDRLEN, &sent))
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_monitor.c55 * they are sent up to the application, if any (note that, if no
589 int rel_slots, free_slots, busy, sent = 0; local
647 sent = rel_slots;
675 if (sent) {
733 int free_slots, busy, sent = 0, m; local
781 sent++;
791 if (sent) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c530 { CP_SENT, RO, "sent" }, /* 33 */
776 u_long numctlresponses; /* number of resp packets sent with data */
777 u_long numctlfrags; /* number of fragments sent */
778 u_long numctlerrors; /* number of error responses sent */
787 u_long numasyncmsgs; /* number of async messages we've sent */
2796 ctl_putuint(peer_var[id].text, p->sent);
3796 u_char sent[6]; /* 6 tag=value pairs */ local
3802 remaining = COUNTOF(sent);
3803 ZERO(sent);
3806 which = (noise & 7) % COUNTOF(sent);
4254 u_char sent[IFSTATS_FIELDS]; /* 12 tag=value pairs */ local
4425 u_char sent[RESLIST_FIELDS]; /* 4 tag=value pairs */ local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_asconf.c1063 if (chk->sent < SCTP_DATAGRAM_RESEND) {
1064 chk->sent = SCTP_DATAGRAM_RESEND;
1111 /* also, SET PRIMARY is maybe already sent */
1220 * (and not yet sent out), simply remove it from queue. Same for deleting
1236 * is the request already in queue but not sent? pass the
1237 * request already sent in order to resolve the following
1238 * case: 1. arrival of ADD, then sent 2. arrival of DEL. we
1239 * can't remove the ADD request already sent 3. arrival of
1242 if (aa->ap.aph.ph.param_type == type && aa->sent == 0) {
1245 /* is the negative request already in queue, and not sent */
[all...]
H A Dsctp_output.c4202 * right away (assuming this is an INIT being sent).
5487 * Given a MBUF chain that was sent into us containing an INIT. Build a
6192 * the buffer space flag. If the one being sent is
6215 uint8_t sent; local
6217 if (chk->sent > SCTP_DATAGRAM_UNSENT)
6218 sent = 1;
6220 sent = 0;
6222 sent,
6234 /* Here we must move to the sent queue and mark */
6743 * should be sent wit
[all...]
/freebsd-11-stable/sys/dev/altera/atse/
H A Dif_atse.c342 atse_tx_locked(struct atse_softc *sc, int *sent) argument
390 if (sent != NULL)
391 *sent += c;
412 if (sent != NULL)
413 *sent += leftm;
433 int error, sent; local
452 error = atse_tx_locked(sc, &sent);
463 error = atse_tx_locked(sc, &sent);
470 if (sent > 0)
1480 * must not clear the event mask until after we've sent, als
[all...]
/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c120 struct timeval sent; /* when query sent */ variable in typeref:struct:timeval
494 if (sent.tv_sec + wtime <= now.tv_sec)
511 if (gettimeofday(&sent, 0) < 0) {
512 perror("gettimeofday(sent)");
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h436 u_int32 timetosend; /* time until a packet sent */
438 u_int32 sent; /* number sent */ member in struct:info_peer_stats
564 u_int32 sent; /* packets sent */ member in struct:info_io_stats
565 u_int32 notsent; /* packets not sent */
816 u_int32 numctlresponses; /* # resp packets sent */
817 u_int32 numctlfrags; /* # of fragments sent */
818 u_int32 numctlerrors; /* number of error responses sent */
827 u_int32 numasyncmsgs; /* # async messages we've sent */
924 int32 sent; /* number of outgoing packets */ member in struct:info_if_stats
[all...]
H A Dntp.h194 long sent; /* number of outgoing packets */ member in struct:interface
362 l_fp nonce; /* Value of nonce we sent as the xmt stamp */
399 u_long sent; /* packets sent */ member in struct:peer
/freebsd-11-stable/sys/dev/ppbus/
H A Dppi.c456 int len, error = 0, sent; local
530 buffer, len, &sent)))
H A Dppb_1284.c397 byte_peripheral_write(device_t bus, char *buffer, int len, int *sent) argument
434 *sent = i;
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect2.c480 debug2("we sent a %s packet, wait for reply", method->name);
580 int pktype, sent = 0; local
630 sent = sign_and_send_pubkey(authctxt, id);
641 if (sent == 0)
1481 int sent = 0; local
1498 sent = send_pubkey_test(authctxt, id);
1506 sent = sign_and_send_pubkey(
1514 if (sent)
1515 return (sent);
1909 * Given the authentication method list sent b
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c338 ssize_t sent; local
346 sent = sendto(c->fd, (void*)sldns_buffer_begin(packet),
350 sent = send(c->fd, (void*)sldns_buffer_begin(packet),
353 if(sent == -1) {
371 sent = sendto(c->fd, (void*)sldns_buffer_begin(packet),
375 sent = send(c->fd, (void*)sldns_buffer_begin(packet),
383 if(sent == -1) {
395 } else if((size_t)sent != sldns_buffer_remaining(packet)) {
396 log_err("sent %d in place of %d bytes",
397 (int)sent, (in
457 ssize_t sent; local
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c256 int min_pending, total_sent, sent, error, v; local
287 * Count the number of packets we have sent and then sync
291 for (sent = 0; limit > 0; limit --, total_sent ++, sent ++) {
338 sync_con_queue(unit, winner, sent);
/freebsd-11-stable/lib/libradius/
H A Dradlib.c433 struct servent *sent; local
437 (sent = getservbyname("radius", "udp")) != NULL ?
438 sent->s_port : htons(RADIUS_PORT);
441 (sent = getservbyname("radacct", "udp")) != NULL ?
442 sent->s_port : htons(RADACCT_PORT);
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c242 printf("offsetof(sent) = %d\n",
243 (int) offsetof(struct info_peer_stats, sent));
428 printf("offsetof(sent) = %d\n",
429 (int) offsetof(struct info_io_stats, sent));
862 printf("offsetof(sent) = %d\n",
863 (int) offsetof(struct info_if_stats, sent));
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdmavt_qp.h78 * RVT_S_ACK_PENDING - an ACK is waiting to be sent after RDMA read/atomics
121 * Wait flags that would prevent any packet type from being sent.
233 u8 sent; member in struct:rvt_ack_entry
351 u32 s_sending_psn; /* lowest PSN that is being sent */
352 u32 s_sending_hpsn; /* highest PSN that is being sent */
364 u8 s_state; /* opcode of last packet sent */
/freebsd-11-stable/sys/kern/
H A Dkern_sendfile.c518 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
639 * been interrupted by a signal. If we've sent anything
640 * then return bytes sent, otherwise return the error.
888 if (sent != NULL) {
889 (*sent) = sbytes;
1000 * specified, write the total number of bytes sent into *sbytes.
517 vn_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, struct thread *td) argument

Completed in 938 milliseconds

1234