| /src/external/ibm-public/postfix/dist/src/global/ |
| sent.h | 1 /* $NetBSD: sent.h,v 1.2 2025/02/25 19:15:46 christos Exp $ */ 8 /* sent 3h 10 /* log that message was sent 12 /* #include <sent.h> 33 extern int sent(int, const char *, MSG_STATS *, RECIPIENT *, const char *,
|
| sent.c | 1 /* $NetBSD: sent.c,v 1.3 2020/03/18 19:05:16 christos Exp $ */ 5 /* sent 3 7 /* log that a message was or could be sent 9 /* #include <sent.h> 11 /* int sent(flags, queue_id, stats, recipient, relay, dsn) 19 /* sent() logs that a message was successfully delivered, 94 #include <sent.h> 100 /* sent - log that a message was or could be sent */ 102 int sent(int flags, const char *id, MSG_STATS *stats function [all...] |
| /src/tests/rump/kernspace/ |
| sendsig.c | 49 bool sent = false; local 56 while (!sent) { 62 sent = true;
|
| /src/external/ibm-public/postfix/dist/src/local/ |
| indirect.c | 54 #include <sent.h> 83 return (sent(BOUNCE_FLAGS(state.request), SENT_ATTR(state.msg_attr)));
|
| file.c | 71 #include <sent.h> 125 return (sent(BOUNCE_FLAGS(state.request), 193 deliver_status = sent(BOUNCE_FLAGS(state.request),
|
| maildir.c | 69 #include <sent.h> 111 return (sent(BOUNCE_FLAGS(state.request), SENT_ATTR(state.msg_attr))); 248 deliver_status = sent(BOUNCE_FLAGS(state.request),
|
| unknown.c | 80 #include <sent.h> 179 return (sent(BOUNCE_FLAGS(state.request), SENT_ATTR(state.msg_attr)));
|
| /src/external/gpl3/gcc/dist/contrib/ |
| test_summary | 13 # *.sent. It currently handles only gcc, but it should be quite easy 34 -o: re-reads logs that have been mailed already (.sum.sent) 41 from the sent.* version are sent. 62 -o) filesuffix=.sent; move=false; : ${mailto=nobody}; shift;; 78 anychange=`diff $file.sent $file 2>/dev/null | 79 if test ! -f $file.sent || 153 [ -f $file ] && echo "mv `${PWDCMD-pwd}`/$file `${PWDCMD-pwd}`/$file.sent &&"
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| test_summary | 13 # *.sent. It currently handles only gcc, but it should be quite easy 34 -o: re-reads logs that have been mailed already (.sum.sent) 41 from the sent.* version are sent. 62 -o) filesuffix=.sent; move=false; : ${mailto=nobody}; shift;; 78 anychange=`diff $file.sent $file 2>/dev/null | 79 if test ! -f $file.sent || 153 [ -f $file ] && echo "mv `${PWDCMD-pwd}`/$file `${PWDCMD-pwd}`/$file.sent &&"
|
| /src/sys/nfs/ |
| nfsrtt.h | 63 int sent; /* # rpcs in progress */ member in struct:rttl
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| extensions.c | 22 static int final_renegotiate(SSL_CONNECTION *s, unsigned int context, int sent); 24 static int final_server_name(SSL_CONNECTION *s, unsigned int context, int sent); 26 int sent); 35 static int final_alpn(SSL_CONNECTION *s, unsigned int context, int sent); 56 static int final_ems(SSL_CONNECTION *s, unsigned int context, int sent); 58 static int final_key_share(SSL_CONNECTION *s, unsigned int context, int sent); 62 static int final_sig_algs(SSL_CONNECTION *s, unsigned int context, int sent); 64 int sent); 65 static int final_early_data(SSL_CONNECTION *s, unsigned int context, int sent); 67 int sent); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| extensions.c | 17 static int final_renegotiate(SSL *s, unsigned int context, int sent); 19 static int final_server_name(SSL *s, unsigned int context, int sent); 22 static int final_ec_pt_formats(SSL *s, unsigned int context, int sent); 32 static int final_alpn(SSL *s, unsigned int context, int sent); 48 static int final_ems(SSL *s, unsigned int context, int sent); 51 static int final_key_share(SSL *s, unsigned int context, int sent); 56 static int final_sig_algs(SSL *s, unsigned int context, int sent); 57 static int final_early_data(SSL *s, unsigned int context, int sent); 58 static int final_maxfragmentlen(SSL *s, unsigned int context, int sent); 60 static int final_psk(SSL *s, unsigned int context, int sent); [all...] |
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| extensions.c | 22 static int final_renegotiate(SSL *s, unsigned int context, int sent); 24 static int final_server_name(SSL *s, unsigned int context, int sent); 25 static int final_ec_pt_formats(SSL *s, unsigned int context, int sent); 34 static int final_alpn(SSL *s, unsigned int context, int sent); 51 static int final_ems(SSL *s, unsigned int context, int sent); 53 static int final_key_share(SSL *s, unsigned int context, int sent); 57 static int final_sig_algs(SSL *s, unsigned int context, int sent); 58 static int final_early_data(SSL *s, unsigned int context, int sent); 59 static int final_maxfragmentlen(SSL *s, unsigned int context, int sent); 61 static int final_psk(SSL *s, unsigned int context, int sent); [all...] |
| /src/sys/lib/libsa/ |
| netif.h | 61 int sent; member in struct:netif_stats
|
| /src/external/bsd/openldap/lib/slapd/back-monitor/ |
| Makefile | 19 search.c sent.c thread.c time.c version.c
|
| /src/external/ibm-public/postfix/dist/src/discard/ |
| discard.c | 26 /* Delivery status reports are sent to the \fBtrace\fR(8) 135 #include <sent.h> 190 status = sent(BOUNCE_FLAGS(request), request->queue_id,
|
| /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/external/ibm-public/postfix/dist/src/virtual/ |
| maildir.c | 64 #include <sent.h> 106 return (sent(BOUNCE_FLAGS(state.request), 245 deliver_status = sent(BOUNCE_FLAGS(state.request),
|
| /src/external/mit/libuv/dist/test/ |
| test-poll.c | 62 size_t read, sent; member in struct:connection_context_s 156 context->sent = 0; 189 ASSERT_EQ(context->sent, TRANSFER_BYTES); 191 ASSERT_OK(context->sent); 298 if (context->sent < TRANSFER_BYTES && 309 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); 323 context->sent += r; 333 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); 348 context->sent += r; 350 while (context->sent < TRANSFER_BYTES) [all...] |
| test-udp-reuseport.c | 87 static unsigned int sent; variable 160 if (++sent == MAX_UDP_DATAGRAMS) 267 * and the amount of received datagrams matches the one of sent datagrams. 270 ASSERT_EQ(sent, MAX_UDP_DATAGRAMS); 273 ASSERT_EQ(thread_loop1_recv + thread_loop2_recv, sent);
|
| /src/tests/net/icmp/ |
| t_ping.c | 283 int sent, succ, i; local 302 succ = sent = 0; 306 sent++; 312 sent++; 318 sent++; 322 printf("got %d/%d\n", succ, sent);
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_rcpt.c | 135 #include <sent.h> /* smtp_rcpt_done */ 182 status = sent(DEL_REQ_TRACE_FLAGS(request->flags),
|
| /src/usr.bin/rump_dhcpclient/ |
| dhcpcd.h | 65 struct dhcp_message *sent; member in struct:if_state
|
| /src/external/mpl/bind/dist/bin/named/ |
| fuzz.c | 110 ssize_t sent; local 142 sent = sendto(sockfd, buf, length, 0, 144 RUNTIME_CHECK(sent == length); 360 ssize_t sent; local 412 sent = sendto(sockfd, respacket, sizeof(respacket), 0, 414 RUNTIME_CHECK(sent == sizeof(respacket)); 423 sent = recvfrom(listenfd, rbuf, 65536, 0, 425 RUNTIME_CHECK(sent > 0); 477 sent = sendto(listenfd, buf, length, 0, 479 RUNTIME_CHECK(sent == length) 650 ssize_t sent; local [all...] |
| /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...] |