/openbsd/sbin/isakmpd/ |
H A D | message.c | 246 message_drop(msg, in message_parse_payloads() 260 message_drop(msg, ISAKMP_NOTIFY_INVALID_PAYLOAD_TYPE, in message_parse_payloads() 268 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, in message_parse_payloads() 281 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, in message_parse_payloads() 288 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, in message_parse_payloads() 296 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, in message_parse_payloads() 318 message_drop(msg, ISAKMP_NOTIFY_INVALID_PAYLOAD_TYPE, in message_parse_payloads() 922 message_drop(msg, ISAKMP_NOTIFY_INVALID_SPI, 0, 1, 1); in message_validate_notify() 1253 message_drop(msg, 0, 0, 1, 1); in message_recv() 1316 message_drop(msg, ISAKMP_NOTIFY_INVALID_COOKIE, in message_recv() [all …]
|
H A D | isakmp_cfg.c | 374 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, 1, 0); in cfg_initiator_recv_ATTR() 382 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, in cfg_initiator_recv_ATTR() 391 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, in cfg_initiator_recv_ATTR() 400 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, 1, 0); in cfg_initiator_recv_ATTR() 487 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, 1, 0); in cfg_responder_recv_ATTR() 643 message_drop(msg, ISAKMP_NOTIFY_INVALID_HASH_INFORMATION, in cfg_verify_hash() 672 message_drop(msg, ISAKMP_NOTIFY_INVALID_HASH_INFORMATION, in cfg_verify_hash()
|
H A D | ike_quick_mode.c | 1131 message_drop(msg, ISAKMP_NOTIFY_INVALID_ID_INFORMATION, in initiator_recv_HASH_SA_NONCE() 1143 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, in initiator_recv_HASH_SA_NONCE() 1268 message_drop(msg, ISAKMP_NOTIFY_NO_PROPOSAL_CHOSEN, 0, 1, 0); in initiator_recv_HASH_SA_NONCE() 1512 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, 1, 0); in responder_recv_HASH_SA_NONCE() 1551 message_drop(msg, ISAKMP_NOTIFY_INVALID_HASH_INFORMATION, 0, in responder_recv_HASH_SA_NONCE() 1583 message_drop(msg, ISAKMP_NOTIFY_INVALID_ID_INFORMATION, in responder_recv_HASH_SA_NONCE() 1595 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, in responder_recv_HASH_SA_NONCE() 1703 message_drop(msg, in responder_recv_HASH_SA_NONCE() 1720 message_drop(msg, in responder_recv_HASH_SA_NONCE() 1730 message_drop(msg, in responder_recv_HASH_SA_NONCE() [all …]
|
H A D | message.h | 182 extern void message_drop(struct message *, int, struct proto *, int, int);
|
H A D | isakmp_doi.c | 260 message_drop(msg, ISAKMP_NOTIFY_NO_PROPOSAL_CHOSEN, in isakmp_responder()
|
H A D | ike_phase_1.c | 413 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, 1, 0); in ike_phase_1_initiator_recv_SA() 477 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, 1, 0); in ike_phase_1_responder_recv_SA() 497 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, 1, 0); in ike_phase_1_responder_recv_SA() 1123 message_drop(msg, ISAKMP_NOTIFY_INVALID_ID_INFORMATION, 0, 1, in ike_phase_1_recv_AUTH()
|
H A D | ipsec.c | 1181 message_drop(msg, ISAKMP_NOTIFY_UNSUPPORTED_EXCHANGE_TYPE, in ipsec_responder() 1231 message_drop(msg, ISAKMP_NOTIFY_UNSUPPORTED_EXCHANGE_TYPE, in ipsec_responder() 1245 message_drop(msg, ISAKMP_NOTIFY_NO_PROPOSAL_CHOSEN, 0, 1, 0); in ipsec_responder() 1711 message_drop(msg, ISAKMP_NOTIFY_PAYLOAD_MALFORMED, 0, 1, 0); in ipsec_save_g_x()
|
H A D | exchange.c | 397 message_drop(msg, in exchange_run()
|