| /freebsd/tools/test/net/ |
| H A D | listen.c | 52 int ch, srv_sock, cli_sock, recvd = 0; in main() local 87 && (recvd < RECV_LIMIT)) { in main() 89 recvd++; in main() 95 && (recvd <= (RECV_LIMIT + limit + 1))) { in main() 97 recvd++; in main() 101 printf ("Late connection at %d\n", recvd); in main() 103 printf("recvd %d\n", recvd); in main()
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | fifo.cc | 91 ssize_t recvd = 0, r; in TEST_F() local 101 while (recvd < msgsize) { in TEST_F() 102 r = read(fd, message + recvd, bufsize - recvd); in TEST_F() 105 recvd += r; in TEST_F() 157 ssize_t recvd = 0, r; in TEST_F() local 202 while (recvd < msgsize) { in TEST_F() 203 r = read(connected, message + recvd, bufsize - recvd); in TEST_F() 206 recvd += r; in TEST_F()
|
| /freebsd/tools/tools/mctest/ |
| H A D | mctest.cc | 100 struct sockaddr_in local, recvd; in sink() local 170 recvd_len = sizeof(recvd); in sink() 171 if (recvfrom(sock, packet, pkt_size, 0, (struct sockaddr *)&recvd, in sink() 184 recvd.sin_port = htons(base_port + client); in sink() 186 (struct sockaddr *)&recvd, sizeof(recvd)) < 0) { in sink()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted_mixed_recsize.ksh | 75 log_must eval "zfs recv $POOL2/1m/recvd <$stream" 76 compare_files $POOL/1m $POOL2/1m/recvd "f1" "$RANGE11"
|
| /freebsd/tools/regression/sockets/udp_pingpong/ |
| H A D | udp_pingpong.c | 68 struct timespec recvd; member 453 &recv_buf.tss[fdidx].recvd); in recv_pkt() 456 &recv_buf.tss[fdidx].recvd); in recv_pkt() 511 timespecsub(&tpp->tss[1].recvd, &tpp->tss[0].sent, &rttp->a2b); in calc_rtt() 512 timespecsub(&tpp->tss[0].recvd, &tpp->tss[1].sent, &rttp->b2a); in calc_rtt() 514 timespecsub(&tpp->tss[0].recvd, &tpp->tss[0].sent, &rttp->e2e); in calc_rtt()
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_sm.h | 120 OCS_EVT_SHUTDOWN_IMPLICIT_LOGO, /**< node shutting down due to PLOGI recvd (implicit logo) */ 121 OCS_EVT_SHUTDOWN_EXPLICIT_LOGO, /**< node shutting down due to LOGO recvd/sent (explicit logo) */
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/ |
| H A D | enospc_002_pos.ksh | 67 log_mustnot_expect space eval "zfs receive $TESTPOOL/$TESTFS/recvd < $TEST_BASE_DIR/stream.$$"
|
| /freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.h | 47 VC_SUSPEND_IN_PROGRESS, /* Slot handler has recvd suspend request */
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_prop.c | 45 #define ZPROP_RECVD_SUFFIX "$recvd" 814 * set propname$recvd -> value in dsl_prop_set_sync_impl() 825 * - remove propname$recvd in dsl_prop_set_sync_impl() 834 * remove propname$recvd in dsl_prop_set_sync_impl()
|
| /freebsd/sys/dev/mxge/ |
| H A D | if_mxge_var.h | 164 int watchdog_rx_pause; /* cache of pause rq recvd */
|
| /freebsd/libexec/bootpd/tools/bootptest/ |
| H A D | bootptest.c | 421 printf("Recvd from %s", inet_ntoa(sin_from.sin_addr)); in main()
|
| /freebsd/sys/dev/ixl/ |
| H A D | ixl_pf_iov.c | 685 device_printf(pf->dev, "VF %d: VSI id in recvd message (%d) does not match expected id (%d)\n", in ixl_vf_config_vsi_msg() 1281 device_printf(pf->dev, "VF %d: VSI id in recvd message (%d) does not match expected id (%d)\n", in ixl_vf_config_rss_key_msg() 1337 device_printf(pf->dev, "VF %d: VSI id in recvd message (%d) does not match expected id (%d)\n", in ixl_vf_config_rss_lut_msg()
|
| /freebsd/libexec/bootpd/bootpgw/ |
| H A D | bootpgw.c | 456 report(LOG_INFO, "recvd pkt from IP addr %s", in main()
|
| /freebsd/sys/dev/mpt/mpilib/ |
| H A D | mpi_log_sas.h | 232 #define PL_LOGINFO_DA_SEP_ISTWI_INTR_IN_IDLE_STATE (0x00200102) /* ISTWI interrupt recvd.…
|
| /freebsd/lib/libc/rpc/ |
| H A D | clnt_bcast.c | 257 int pmap_reply_flag; /* reply recvd from PORTMAP */ in rpc_broadcast_exp()
|
| /freebsd/sys/netinet/ |
| H A D | tcp.h | 455 u_int32_t tcpi_dupacks; /* Consecutive dup ACKs recvd */
|
| /freebsd/crypto/openssh/ |
| H A D | sshd-auth.c | 711 fatal("internal error: hostkeys confused (config %u recvd %u)", in main()
|
| H A D | sshd-session.c | 1128 fatal("internal error: hostkeys confused (config %u recvd %u)", in main()
|
| /freebsd/libexec/bootpd/ |
| H A D | bootpd.c | 541 report(LOG_INFO, "recvd pkt from IP addr %s", in main()
|
| /freebsd/usr.bin/pr/ |
| H A D | pr.c | 1532 * terminate(): when a SIGINT is recvd
|
| /freebsd/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 296 #define ZPROP_SOURCE_VAL_RECVD "$recvd"
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_txp.c | 2595 * "Reset Recvd" state." -- In practice, RECV is the only state in txp_generate_stream_related() 2630 * Recvd, but txp_generate_stream_frames() is guaranteed to generate in txp_generate_stream_related()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-forces.c | 1667 ND_PRINT("Illegal ForCES pkt len - min %u, total recvd %u, advertised %u ", in forces_print()
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_sta.c | 1116 /* XXX could optimize by passing recvd challenge */ in sta_auth_shared()
|
| /freebsd/sys/sys/ |
| H A D | mbuf.h | 174 uint8_t numa_domain; /* NUMA domain of recvd pkt */
|