Searched refs:MAIL_ATTR_LOG_PROTO_NAME (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_proto.h | 238 #define MAIL_ATTR_LOG_PROTO_NAME "log_protocol_name" /* SMTP/ESMTP/QMQP */ macro
|
H A D | deliver_pass.c | 123 SEND_ATTR_STR(MAIL_ATTR_LOG_PROTO_NAME, request->client_proto), in deliver_pass_send_request()
|
H A D | deliver_request.c | 267 RECV_ATTR_STR(MAIL_ATTR_LOG_PROTO_NAME, client_proto), in deliver_request_get()
|
/netbsd-src/external/ibm-public/postfix/dist/src/local/ |
H A D | forward.c | 206 PASS_ATTR(cleanup, MAIL_ATTR_LOG_PROTO_NAME, request->client_proto); in forward_open()
|
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr_deliver.c | 201 SEND_ATTR_STR(MAIL_ATTR_LOG_PROTO_NAME, message->client_proto), in qmgr_deliver_send_request()
|
H A D | qmgr_message.c | 694 } else if (strcmp(name, MAIL_ATTR_LOG_PROTO_NAME) == 0) { in qmgr_message_read()
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | qmgr_deliver.c | 206 SEND_ATTR_STR(MAIL_ATTR_LOG_PROTO_NAME, message->client_proto), in qmgr_deliver_send_request()
|
H A D | qmgr_message.c | 735 } else if (strcmp(name, MAIL_ATTR_LOG_PROTO_NAME) == 0) { in qmgr_message_read()
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmqpd/ |
H A D | qmqpd.c | 368 MAIL_ATTR_LOG_PROTO_NAME, state->protocol); in qmqpd_write_attributes()
|
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_message.c | 275 if ((attr = nvtable_find(state->attr, MAIL_ATTR_LOG_PROTO_NAME)) != 0) in cleanup_act_log()
|
H A D | cleanup_milter.c | 258 if ((attr = nvtable_find(state->attr, MAIL_ATTR_LOG_PROTO_NAME)) != 0) in cleanup_milter_hbc_log() 2117 if ((attr = nvtable_find(state->attr, MAIL_ATTR_LOG_PROTO_NAME)) != 0) in cleanup_milter_apply()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd.c | 2283 MAIL_ATTR_LOG_PROTO_NAME, FORWARD_PROTO(state)); in mail_open_stream()
|