Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/mirbsd/src/sbin/isakmpd/
Dmessage.h45 struct message;
81 void (*func) (struct message *);
84 struct message { struct
86 TAILQ_ENTRY(message) link;
169 TAILQ_HEAD(msg_head, message);
174 extern int message_add_payload(struct message *, u_int8_t, u_int8_t *,
176 extern int message_add_sa_payload(struct message *);
177 extern struct message *message_alloc(struct transport *, u_int8_t *, size_t);
178 extern struct message *message_alloc_reply(struct message *);
179 extern u_int8_t *message_copy(struct message *, size_t, size_t *);
[all …]
Dike_phase_1.h34 struct message;
36 extern int ike_phase_1_initiator_recv_KE_NONCE(struct message *);
37 extern int ike_phase_1_initiator_recv_SA(struct message *);
38 extern int ike_phase_1_initiator_send_KE_NONCE(struct message *);
39 extern int ike_phase_1_initiator_send_SA(struct message *);
40 extern int ike_phase_1_post_exchange_KE_NONCE(struct message *);
41 extern int ike_phase_1_recv_AUTH(struct message *);
42 extern int ike_phase_1_recv_ID(struct message *);
43 extern int ike_phase_1_recv_ID_AUTH(struct message *);
44 extern int ike_phase_1_recv_KE_NONCE(struct message *);
[all …]
Dike_aggressive.c61 static int initiator_recv_SA_KE_NONCE_ID_AUTH(struct message *);
62 static int initiator_send_SA_KE_NONCE_ID(struct message *);
63 static int initiator_send_AUTH(struct message *);
64 static int responder_recv_SA_KE_NONCE_ID(struct message *);
65 static int responder_send_SA_KE_NONCE_ID_AUTH(struct message *);
66 static int responder_recv_AUTH(struct message *);
68 int (*ike_aggressive_initiator[])(struct message *) = {
74 int (*ike_aggressive_responder[])(struct message *) = {
82 initiator_send_SA_KE_NONCE_ID(struct message *msg) in initiator_send_SA_KE_NONCE_ID()
95 initiator_recv_SA_KE_NONCE_ID_AUTH(struct message *msg) in initiator_recv_SA_KE_NONCE_ID_AUTH()
[all …]
Dexchange.h50 struct message;
120 struct message *last_received;
123 struct message *last_sent;
129 struct message *in_transit;
223 extern int exchange_add_certs(struct message *);
224 extern void exchange_finalize(struct message *);
234 extern int exchange_gen_nonce(struct message *, size_t);
240 extern void exchange_run(struct message *);
241 extern int exchange_save_nonce(struct message *);
242 extern int exchange_save_certreq(struct message *);
[all …]
Dike_main_mode.c59 static int initiator_send_ID_AUTH(struct message *);
60 static int responder_send_ID_AUTH(struct message *);
61 static int responder_send_KE_NONCE(struct message *);
63 int (*ike_main_mode_initiator[]) (struct message *) = {
72 int (*ike_main_mode_responder[]) (struct message *) = {
82 initiator_send_ID_AUTH(struct message *msg) in initiator_send_ID_AUTH()
97 responder_send_KE_NONCE(struct message *msg) in responder_send_KE_NONCE()
108 (void (*)(struct message *))ike_phase_1_post_exchange_KE_NONCE); in responder_send_KE_NONCE()
114 responder_send_ID_AUTH(struct message *msg) in responder_send_ID_AUTH()
Ddoi.h40 struct message;
63 void (*finalize_exchange)(struct message *);
67 struct keystate *(*get_keystate)(struct message *);
68 u_int8_t *(*get_spi)(size_t *, u_int8_t, struct message *);
69 int (*handle_leftover_payload)(struct message *, u_int8_t,
71 int (*informational_post_hook)(struct message *);
72 int (*informational_pre_hook)(struct message *);
89 int (*initiator)(struct message * msg);
90 int (*responder)(struct message * msg);
Dmessage.c72 static int message_check_duplicate(struct message *);
73 static int message_encrypt(struct message *);
74 static int message_index_payload(struct message *, struct payload *,
76 static int message_parse_transform(struct message *, struct payload *,
79 static int message_validate_payload(struct message *, struct payload *,
82 static int message_validate_attribute(struct message *, struct payload *);
83 static int message_validate_cert(struct message *, struct payload *);
84 static int message_validate_cert_req(struct message *, struct payload *);
85 static int message_validate_delete(struct message *, struct payload *);
86 static int message_validate_hash(struct message *, struct payload *);
[all …]
Disakmp_doi.c52 static void isakmp_finalize_exchange(struct message *);
53 static struct keystate *isakmp_get_keystate(struct message *);
54 static int isakmp_initiator(struct message *);
55 static int isakmp_responder(struct message *);
118 isakmp_finalize_exchange(struct message *msg) in isakmp_finalize_exchange()
123 isakmp_get_keystate(struct message *msg) in isakmp_get_keystate()
206 isakmp_initiator(struct message *msg) in isakmp_initiator()
217 isakmp_responder(struct message *msg) in isakmp_responder()
/mirbsd/src/usr.bin/mail/misc/
Dmail.help3 t [message list] type message(s).
4 n goto and type next message.
5 e [message list] edit message(s).
6 f [message list] give head lines of messages.
7 d [message list] delete message(s).
8 s [message list] <file> append message(s) to file.
9 u [message list] undelete message(s).
10 R [message list] reply to message sender(s).
11 r [message list] reply to message sender(s) and all recipients.
12 p [message list] print message list (pipe to lpr).
[all …]
Dmail.tildehelp7 ~e Edit the message buffer.
11 ~r file Read a file into the message buffer.
12 ~p Print (show) the message buffer.
17 ~v Invoke display editor on message.
18 ~w file Write message onto file.
19 ~? Print this message.
21 ~|command Pipe the message through the command and replace it.
/mirbsd/src/gnu/usr.bin/perl/ext/XS/APItest/t/
Dhash.t110 my ($test_sub, $key, $keys, $message, @other) = @_;
119 &$test_sub (\%hash, $key, $printable, $message, @other);
120 &$test_sub (\%tiehash, $key, $printable, "$message tie", @other);
124 my ($hash, $key, $printable, $message) = @_;
126 ok (exists $hash->{$key}, "hv_exists_ent present$message $printable");
128 "hv_exists present$message $printable");
132 my ($hash, $key, $printable, $message) = @_;
134 ok (!exists $hash->{$key}, "hv_exists_ent absent$message $printable");
136 "hv_exists absent$message $printable");
140 my ($hash, $key, $printable, $message) = @_;
[all …]
/mirbsd/src/usr.bin/mail/
Dlist.c63 struct message *mp; in getmsglist()
72 for (mp = &message[0]; mp < &message[msgCount]; mp++) in getmsglist()
74 *ip++ = mp - &message[0] + 1; in getmsglist()
119 struct message *mp; in markall()
123 valdot = dot - &message[0] + 1; in markall()
149 if (f == MDELETED || (message[i - 1].m_flag & MDELETED) == 0) in markall()
177 } while ((message[i - 1].m_flag & MDELETED) != f); in markall()
190 } while ((message[i - 1].m_flag & MDELETED) != f); in markall()
242 if ((message[i].m_flag & MDELETED) == f) { in markall()
260 if ((message[i-1].m_flag & MDELETED) == f) in markall()
[all …]
Dcmd1.c64 struct message *mp; in headers()
74 mp = &message[screen * size]; in headers()
75 if (mp >= &message[msgCount]) in headers()
76 mp = &message[msgCount - size]; in headers()
77 if (mp < &message[0]) in headers()
78 mp = &message[0]; in headers()
80 mesg = mp - &message[0]; in headers()
81 if (dot != &message[n-1]) in headers()
91 for (gothdrint = 0; !gothdrint && mp < &message[msgCount]; mp++) { in headers()
179 dot = &message[*ip - 1]; in from()
[all …]
Dcmd2.c56 struct message *mp; in next()
66 mdot = dot - &message[0] + 1; in next()
79 mp = &message[*ip2 - 1]; in next()
104 for (mp = dot+1; mp < &message[msgCount]; mp++) in next()
107 if (mp >= &message[msgCount]) { in next()
116 list[0] = dot - &message[0] + 1; in next()
151 struct message *mp; in save1()
182 mp = &message[*ip - 1]; in save1()
273 lastdot = dot - &message[0] + 1; in deltype()
275 list[0] = dot - &message[0] + 1; in deltype()
[all …]
/mirbsd/src/bin/md5/
Dtestres5 ADLER32 ("message digest") = 29750586
15 BAFH ("message digest") = 39BBA64D
25 CDB ("message digest") = E6F00C46
35 3644109718 14 message digest
45 MD4 ("message digest") = d9130a8164549fe818874806e1c7014b
55 MD5 ("message digest") = f96b697d7cb7938d525a2f31aaf161d0
65 NZAT ("message digest") = 434B78B4
75 NZAAT ("message digest") = 434B78B4
85 OAAT ("message digest") = 81D3C49B
95 OAAT1 ("message digest") = 06405536
[all …]
/mirbsd/src/lib/libssl/src/doc/apps/
Dsmime.pod54 encrypt mail for the given recipient certificates. Input file is the message
60 encrypted mail message in MIME format for the input file. The decrypted mail
66 the message to be signed. The signed message in MIME format is written
71 verify signed mail. Expects a signed mail message on input and outputs
76 takes an input message and writes out a PEM encoded PKCS#7 structure.
80 the input message to be encrypted or signed or the MIME message to
86 is B<SMIME> which reads an S/MIME format message. B<PEM> and B<DER>
94 the message text that has been decrypted or verified or the output MIME
95 format message that has been signed or verified.
100 is B<SMIME> which write an S/MIME format message. B<PEM> and B<DER>
[all …]
/mirbsd/src/usr.bin/sudo/
Dlogging.c283 char *message; local
294 message = "";
296 message = "user NOT in sudoers ; ";
298 message = "user NOT authorized on host ; ";
300 message = "command not allowed ; ";
302 message = "unknown error ; ";
305 message, user_tty, user_cwd, *user_runas, user_cmnd,
348 char *message; in log_error() local
367 evasprintf(&message, fmt, ap); in log_error()
371 logline = message; in log_error()
[all …]
/mirbsd/src/usr.bin/vi/catalog/
DREADME11 First, there's no portable way to do message catalogs. The System V
16 Message catalogs in nvi are fairly simple. Every catalog message
18 character, followed by the English text for the message. For example:
20 msgq(sp, M_ERR, "001|This is an error message");
22 would be a typical message.
24 When the msgq() routine is called, if the user has specified a message
27 from the message catalog and used as a replacement format string. If
31 Each message format string MUST map into the English format string, i.e.
54 displaying the message on the screen. For example, in the msgq call:
73 The message catalogs themselves are maintained in two files. The first
[all …]
/mirbsd/src/gnu/usr.bin/cvs/lib/
Derror.c66 extern void __error (int status, int errnum, const char *message, ...)
69 unsigned int line_number, const char *message,
136 error_tail (int status, int errnum, const char *message, va_list args) in error_tail() argument
142 size_t len = strlen (message) + 1; in error_tail()
154 const char *tmp = message; in error_tail()
166 vfprintf (stderr, message, args); in error_tail()
189 error (int status, int errnum, const char *message, ...) in error() argument
217 va_start (args, message); in error()
218 error_tail (status, errnum, message, args); in error()
234 unsigned int line_number, const char *message, ...) in error_at_line() argument
[all …]
/mirbsd/src/gnu/usr.bin/cvs/src/
Dimport.c31 static int add_rev (char *message, RCSNode *rcs, char *vfile,
35 static int import_descend (char *message, char *vtag, int targc, char *targv[]);
36 static int import_descend_dir (char *message, char *dir, char *vtag,
38 static int process_import_file (char *message, char *vfile, char *vtag,
40 static int update_rcs_file (char *message, char *vfile, char *vtag, int targc,
78 char *message = NULL; in import() local
139 if (message) free (message); in import()
140 message = xstrdup (optarg); in import()
276 do_editor (NULL, &message, in import()
280 msglen = message == NULL ? 0 : strlen (message); in import()
[all …]
Dadd.c39 const char *options, const char *message,
55 char *message = NULL; in add() local
87 if (message) free (message); in add()
88 message = xstrdup (optarg); in add()
175 option_with_arg ("-m", message); in add()
278 if (message) in add()
279 free (message); in add()
406 message, entries, vers->tag) != 0) in add()
708 if (message) in add()
709 free (message); in add()
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/CGI/
DCarp.pm346 my $message = shift;
348 $message .= " at $file line $line.\n" unless $message=~/\n$/;
349 _warn($message) if $WARN;
351 $message=~s/^/$stamp/gm;
352 realwarn $message;
373 my $message = Carp::longmess();
374 $message =~ s,eval[^\n]+(ModPerl|Apache)/(?:Registry|Dispatch)\w*\.pm.*,,s
376 return $message;
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
D9enabled347 Usage: warnings::warn([category,] 'message') at - line 5
362 Usage: warnings::warnif([category,] 'message') at - line 5
792 warnings::warnif("my message 1") ;
793 warnings::warnif('abc', "my message 2") ;
794 warnings::warnif('io', "my message 3") ;
795 warnings::warnif('all', "my message 4") ;
940 warnings::warnif("my message 1") ;
941 warnings::warnif('abc', "my message 2") ;
942 warnings::warnif('io', "my message 3") ;
943 warnings::warnif('all', "my message 4") ;
[all …]
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_alert_type_string.pod34 a special situation, it sends an alert. The alert is sent as a special message
63 Probably B<value> does not contain a correct alert message.
76 =item "UM"/"unexpected message"
78 An inappropriate message was received. This alert is always fatal
85 MAC. This message is always fatal.
90 that would expand to excessive length). This message is always
95 Reception of a handshake_failure alert message indicates that the
135 checked, weren't correct. This message is always fatal.
141 with more than 2^14+1024 bytes. This message is always fatal.
148 message is always fatal.
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/
Dfallback.t96 my $message = '';
97 local $SIG{__WARN__} = sub { $message = $_[0] };
103 like($message, qr/does not map to ascii/o, "FB_WARN message ascii");
105 $message = '';
110 like($message, qr/does not map to Unicode/o, "FB_WARN message utf8");
112 $message = '';
117 like($message, qr/does not map to ascii/o, "WARN_ON_ERR message ascii");
119 $message = '';
124 like($message, qr/does not map to Unicode/o, "WARN_ON_ERR message ascii");

12345678910>>...25