Searched refs:received (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c842 fprintf(fp, "time last received: %lus\n",
850 fprintf(fp, "packets received: %lu\n",
1077 fprintf(fp, "packets received: %lu\n",
1078 (u_long)ntohl(ss->received));
1149 fprintf(fp, "received packets: %lu\n",
1150 (u_long)ntohl(io->received));
1157 fprintf(fp, "received by int: %lu\n",
2617 fprintf(fp, "requests received: %lu\n",
3103 (u_long)ntohl(ifs->received),
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c2237 * zc_nvlist_dst received property nvlist
2238 * zc_nvlist_dst_size size of received property nvlist
2240 * Gets received properties (distinct from local properties on or after
2241 * SPA_VERSION_RECVD_PROPS) for callers who want to differentiate received from
2252 * caller has not already received properties on or after
2810 * Acts on local properties until the dataset has received
2826 * zc_cookie received properties flag
2829 * zc_nvlist_dst{_size} error for each unapplied received property
2835 boolean_t received = zc->zc_cookie; local
2836 zprop_source_t source = (received
2883 boolean_t received = zc->zc_cookie; local
[all...]
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h309 uint8_t rssi; /* received signal strength */
558 uint32_t received; member in struct:wpi_beacon_missed
H A Dif_wpi.c2190 /* An 802.11 frame has been received. */
2214 uint32_t expected, misses, received, threshold; local
2221 received = le32toh(miss->received);
2225 "%s: beacons missed %u(%u) (received %u/%u)\n",
2226 __func__, misses, le32toh(miss->total), received,
2230 (received == 0 && expected >= threshold)) {
4116 * Move to the next channel if no packets are received within 10 msecs
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_peer.c37 * received after the change back to BCLIENT mode sets the clock.
281 * findpeer - find and return a peer match for a received datagram in
286 * of the received packet and initiated another round on a mismatch.
1046 peer->received = 0;
1071 * association matching a received response.
H A Dntp_refclock.c527 * system time when the on-time character is received and the pp->year,
684 peer->received++;
711 * This routine processes the timecode received from the clock and
764 * This routine returns the raw data received from the clock in both
809 * and should not be counted as a received packet.
H A Dntp_io.c148 * an indication of the source host and the interface it was received
164 volatile u_long packets_ignored; /* packets received on wild card interface */
165 volatile u_long packets_received; /* total number of packets received */
170 volatile u_long handler_pkts; /* number of pkts received by handler */
541 printf("received = %ld\n", itf->received);
1010 "Deleting interface #%d %s, %s#%d, interface stats: received=%ld, sent=%ld, dropped=%ld, active_time=%ld secs",
1015 ep->received,
1910 * the processing of received packets.
3496 * or this is received o
[all...]
H A Dntp_control.c529 { CP_RECEIVED, RO, "received"}, /* 32 */
774 u_long numctlreq; /* number of requests we've received */
2792 ctl_putuint(peer_var[id].text, p->received);
3875 * received. As long as at least one of those entries hasn't been
3908 * which client previously received.
3941 * ct.# count of packets received
4321 ctl_putint(tag, la->received);
H A Dntp_proto.c182 u_long sys_received; /* packets received */
404 * If we haven't received anything (even if unsync) since last
612 * receive - receive procedure called for each packet received
1459 * This is the first packet received from a broadcast server. If
1518 * Broadcasts received via a multicast address may
1594 * This is the first packet received from a potential ephemeral
1764 * packet was received. We limit the check to
1873 peer->received++;
1990 * or we've already received a response to our query. Of course,
2331 * transmitted key ID matches the received ke
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.def19 // You should have received a copy of the GNU General Public License
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlib1funcs.asm16 You should have received a copy of the GNU General Public License
/freebsd-11-stable/sys/netinet/
H A Dif_ether.c671 ARP_LOG(LOG_NOTICE, "packet with short header received on %s\n",
681 ARP_LOG(LOG_NOTICE, "short packet received on %s\n",
721 "packet with unknown hardware format 0x%02d received on "
729 "packet with invalid %s address length %d received on %s\n",
735 ARPSTAT_INC(received);
1151 * Checks received arp data against existing @la.
/freebsd-11-stable/usr.bin/netstat/
H A Dinet.c499 "{:received-out-of-order-packets/%6u} "
714 p(tcps_rcvtotal, "\t{:received-packets/%ju} "
715 "{N:/packet%s received}\n");
717 "{:received-ack-packets/%ju} {N:/ack%s} "
718 "{N:(for} {:received-ack-bytes/%ju} {N:/byte%s})\n");
719 p(tcps_rcvdupack, "\t\t{:received-duplicate-acks/%ju} "
721 p(tcps_rcvacktoomuch, "\t\t{:received-acks-for-unsent-data/%ju} "
724 "{:received-in-sequence-packets/%ju} {N:/packet%s} "
725 "({:received-in-sequence-bytes/%ju} {N:/byte%s}) "
726 "{N:received i
[all...]
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c313 u_int received; member in struct:ifstats_row_tag
2471 /* see if we have it among previously received entries */
3336 * Ensures rows are received in order and complete.
3357 "received if index %u, have %d of %d fields for index %u, aborting.\n",
3366 * If all fields for the row have been received, print it.
3383 " # address/broadcast drop flag ttl mc received sent failed peers uptime\n"
3394 prow->received, prow->sent, prow->send_errors,
3444 " # address/broadcast drop flag ttl mc received sent failed peers uptime\n"
3511 1 == sscanf(val, "%u", &row.received))
3552 * Ensures rows are received i
[all...]
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h530 * IWN_BEACON_STATISTICS after received beacons. This flag
1396 uint32_t received; member in struct:iwn_beacon_missed
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm26 You should have received a copy of the GNU General Public License
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2691 MKT(UNI_EPSTATE_ADD_RCVD, add-received),
2692 MKT(UNI_EPSTATE_ALERT_RCVD, alerting-received),
2695 MKT(UNI_EPSTATE_DROP_RCVD, drop-received),
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex22 % You should have received a copy of the GNU General Public License
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex22 % You should have received a copy of the GNU General Public License
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex22 % You should have received a copy of the GNU General Public License

Completed in 346 milliseconds

123