/src/tests/rump/kernspace/ |
sendsig.c | 49 bool sent = false; local in function:rumptest_sendsig 56 while (!sent) { 62 sent = true;
|
/src/sys/nfs/ |
nfsrtt.h | 63 int sent; /* # rpcs in progress */ member in struct:rttl
|
/src/sys/rump/net/lib/libwg/ |
wg_user.c | 330 ssize_t sent; local in function:rumpuser_wg_send_peer 338 sent = sendto(s, iov[i].iov_base, iov[i].iov_len, 0, sa, 340 if (sent == -1 || (size_t)sent != iov[i].iov_len) {
|
/src/tests/net/icmp/ |
t_ping.c | 283 int sent, succ, i; local in function:ATF_TC_BODY 302 succ = sent = 0; 306 sent++; 312 sent++; 318 sent++; 322 printf("got %d/%d\n", succ, sent);
|
/src/sys/lib/libsa/ |
netif.h | 61 int sent; member in struct:netif_stats
|
/src/usr.bin/rump_dhcpclient/ |
dhcpcd.h | 65 struct dhcp_message *sent; member in struct:if_state
|
/src/sbin/dump/ |
tape.c | 87 * The following structure defines the instruction packets sent to workers. 104 int sent; /* 1 == we've sent this worker requests */ member in struct:worker 288 wp->sent = 1; /* we sent a request, read the response later */ 296 if (wp->sent) { 302 wp->sent = 0; 313 if (workers[i].sent) { 320 workers[i].sent = 0; 369 if (workers[f].sent) { [all...] |
/src/sbin/routed/rtquery/ |
rtquery.c | 123 struct timeval sent; /* when query sent */ variable in typeref:struct:timeval 501 if (sent.tv_sec + wtime <= now.tv_sec) 518 if (gettimeofday(&sent, 0) < 0) { 519 perror("gettimeofday(sent)");
|
/src/lib/libradius/ |
radlib.c | 364 struct servent *sent; local in function:rad_add_server 368 (sent = getservbyname("radius", "udp")) != NULL ? 369 sent->s_port : htons(RADIUS_PORT); 372 (sent = getservbyname("radacct", "udp")) != NULL ? 373 sent->s_port : htons(RADACCT_PORT);
|
/src/sys/dev/usb/ |
if_bwfm_usb.c | 675 uint32_t rdlstate, rdlbytes, sent = 0, sendlen = 0; local in function:bwfm_usb_load_microcode 705 sendlen = MIN(size - sent, TRX_RDL_CHUNK); 706 memcpy(buf, ucode + sent, sendlen); 715 sent += sendlen; 721 if (rdlbytes != sent) {
|
/src/sys/dev/iscsi/ |
iscsi_text.c | 62 AUTH_CHAP_RSP_SENT, /* CHAP: Response sent */ 186 #define NS_SENT 0x01 /* key was sent to target */ 1037 bool sent = (state->kflags[key] & NS_SENT) != 0; local in function:eval_parameter 1065 if (!sent) 1071 if (!sent) 1077 if (!sent) 1083 if (!sent) 1089 if (!sent) 1104 if (!sent) 1110 if (!sent) [all...] |
/src/sys/netinet/ |
sctp_structs.h | 160 /* last time in seconds I sent to it */ 237 int32_t sent; /* the send status */ member in struct:sctp_tmit_chunk 238 int32_t snd_count; /* number of times I sent */ 279 uint8_t sent; /* has this been sent yet? */ member in struct:sctp_asconf_addr 342 /* ASCONF destination address last sent to */ 483 * Number on sent queue that are marked for retran until this 568 * in place it says we have NOT yet sent a SACK and need to.
|
/src/sys/arch/sgimips/mace/ |
if_mec.c | 193 #define MEC_TXSTAT_SENT 0x8000000000000000ULL /* packet sent */ 360 struct evcnt sc_ev_txsent; /* TX sent interrupts */ 712 NULL, device_xname(self), "TX sent interrupts"); 1552 int handled, sent; local in function:mec_intr 1556 handled = sent = 0; 1584 sent = 1; 1614 if (sent) {
|
/src/sys/dev/pci/ |
if_wm.c | 685 struct evcnt sc_ev_b2ospc; /* BMC2OS pkts sent by BMC */ 3514 NULL, xname, "BMC2OS Packets sent by BMC"); 9561 bool do_csum, sent; local in function:wm_nq_send_common_locked 9588 sent = false; 9815 sent = true; 9848 if (sent) { 17749 * a link up indication before the PHY does. If small packets are sent
|