/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
|
nfs_clntsocket.c | 422 rt->sent = nmp->nm_sent;
|
/src/sys/lib/libsa/ |
netif.h | 61 int sent; member in struct:netif_stats
|
/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/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/usr.bin/rump_dhcpclient/ |
dhcpcd.h | 65 struct dhcp_message *sent; member in struct:if_state
|
/src/sys/netinet/ |
sctp_timer.c | 114 if (chk->sent == SCTP_DATAGRAM_RESEND) { 120 if (chk->sent == SCTP_DATAGRAM_RESEND) { 351 * Mark all chunks (well not all) that were sent to *net for retransmission. 458 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) { 474 /* we have reached a chunk that was sent some 489 /* ok it was sent after our boundary time. */ 517 if (chk->sent != SCTP_DATAGRAM_RESEND) { 539 chk->sent = SCTP_DATAGRAM_RESEND; 569 if (chk->sent == SCTP_DATAGRAM_RESEND) { 618 if (chk->sent != SCTP_DATAGRAM_RESEND) [all...] |
sctp_indata.c | 941 * Gak, He sent me a duplicate str seq 1208 /* Gak, He sent me a duplicate str seq number */ 1734 * a sack to be sent up above 2377 * Ok special case, in SHUTDOWN-SENT case. 2531 * sent in and yet the driver underneath allocated a 2778 if (tp1->sent != SCTP_DATAGRAM_UNSENT) { 2781 if (tp1->sent < SCTP_DATAGRAM_ACKED) { 2819 if (tp1->sent <= SCTP_DATAGRAM_RESEND && 2820 tp1->sent != SCTP_DATAGRAM_UNSENT && 2830 if (tp1->sent == SCTP_DATAGRAM_RESEND) [all...] |
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.
|
sctp_output.c | 1906 printf("No route to host, this packet cannot be sent!\n"); 2193 * being sent). 3238 * Given a MBUF chain that was sent into us containing an 3921 * being sent is equal or greater priority then 3946 if (chk->sent > SCTP_DATAGRAM_UNSENT) 3965 /* Here we must move to the sent queue and mark */ 4000 template->sent = SCTP_DATAGRAM_UNSENT; 4070 * EXCLUDED and sent reliable. 4904 /* on to the sent queue */ 4928 data_list[i]->sent = SCTP_DATAGRAM_SENT [all...] |
sctp_asconf.c | 630 /* free last ASCONF-ACK message sent */ 893 * sent out), simply remove from queue. Same for deleting 921 /* is the request already in queue (sent or not) */ 930 /* is the negative request already in queue, and not sent */ 931 if (aa->sent == 0 && 1006 aa->sent = 0; /* clear sent flag */ 1042 * sent out), simply remove from queue. Same for deleting 1069 /* is the request already in queue (sent or not) */ 1079 /* is the negative request already in queue, and not sent */ [all...] |
sctp_input.c | 446 printf("Huh? I can't find the address I sent it to, discard\n"); 573 * to SHUTDOWN-ACK-SENT. 606 /* move to SHUTDOWN-ACK-SENT state */ 957 * The primary is where we sent the INIT, we can 1000 * cause the cookie to be sent 1147 * INIT was sent, but got got a COOKIE_ECHO with 1620 * a mystery. It must be that the INIT was sent, but 1964 * and a INIT collided with us and somewhere the peer sent the 2040 * we sent the INIT-ACK to. 2241 /* Find where it was sent, if possible * [all...] |
sctputil.c | 473 if (chk->sent == SCTP_DATAGRAM_RESEND) { 475 } else if (chk->sent < SCTP_DATAGRAM_RESEND) { 542 (chk->sent < SCTP_DATAGRAM_RESEND)) { 604 * size of the dg that failed to be sent. 768 * if we sent to any of the upper streams that were dropped 909 * safeguard. If there on some on the sent queue 912 * on the send queue on whatever net it is sent to. 2084 /* not exactly what the user sent in, but should be close :) */ 2623 /* sent queue SHOULD be empty */ 3385 tp1->sent = SCTP_FORWARD_TSN_SKIP [all...] |
/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/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/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/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/sys/dev/ppbus/ |
ppbus_1284.c | 361 int *sent) 398 *sent = i;
|
/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/external/bsd/acpica/dist/compiler/ |
readme.txt | 90 to compile ASL source files. The output is sent to the VC output
|
/src/sys/netinet6/ |
sctp6_usrreq.c | 336 * look at anyone that we sent to in case we get a different 365 * resend since we sent to big of chunk 368 if (chk->sent != SCTP_DATAGRAM_RESEND) 370 chk->sent = SCTP_DATAGRAM_RESEND; 373 chk->sent = SCTP_DATAGRAM_RESEND; 769 * be sent with no data. currently, we will 770 * allow user data to be sent first and move
|
/src/sys/arch/mac68k/mac68k/ |
pramasm.s | 397 dbf %d3,wagain | do this until we've sent a whole byte
|
/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/usr.sbin/sysinst/ |
msg.mi.fr | 764 Le fichier /etc/fstab n'est pas pr�sent sur le disque cible %s 771 Impossible de lire le contenu du fichier /etc/fstab pr�sent sur 1218 Le r�pertoire /emul/aout ou /emul est pr�sent sur le disque mais
|