Searched refs:nexthop (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/postfix-252/postfix/src/oqmgr/
H A Dqmgr_error.c89 char *nexthop; local
100 nexthop = qmgr_error_nexthop(dsn);
101 if ((queue = qmgr_queue_find(transport, nexthop)) == 0)
102 queue = qmgr_queue_create(transport, nexthop, nexthop);
103 myfree(nexthop);
117 char *nexthop; local
119 nexthop = concatenate(dsn->status, " ", dsn->reason, (char *) 0);
120 return (nexthop);
H A Dqmgr_queue.c11 /* QMGR_QUEUE *qmgr_queue_create(transport, name, nexthop)
14 /* const char *nexthop;
400 myfree(queue->nexthop);
408 const char *nexthop)
422 queue->nexthop = mystrdup(nexthop);
407 qmgr_queue_create(QMGR_TRANSPORT *transport, const char *name, const char *nexthop) argument
H A Dqmgr_message.c886 * Compare queue name (nexthop or recipient@nexthop).
936 vstring_strcpy((rp)->nexthop, (np)); \
969 char *nexthop; local
1023 if (FILTER_WITHOUT_NEXTHOP(STR(reply.transport), nexthop)
1024 && *(nexthop = var_def_filter_nexthop) == 0
1025 && RCPT_WITHOUT_DOMAIN(recipient->address, nexthop))
1026 nexthop = var_myhostname;
1027 vstring_strcpy(reply.nexthop, nexthop);
[all...]
H A Dqmgr_entry.c358 queue->nexthop, queue_length, qmgr_message_count);
372 queue->nexthop);
H A Dqmgr.h199 char *nexthop; /* domain name */ member in struct:QMGR_QUEUE
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr_error.c89 char *nexthop; local
100 nexthop = qmgr_error_nexthop(dsn);
101 if ((queue = qmgr_queue_find(transport, nexthop)) == 0)
102 queue = qmgr_queue_create(transport, nexthop, nexthop);
103 myfree(nexthop);
117 char *nexthop; local
119 nexthop = concatenate(dsn->status, " ", dsn->reason, (char *) 0);
120 return (nexthop);
H A Dqmgr_queue.c11 /* QMGR_QUEUE *qmgr_queue_create(transport, name, nexthop)
14 /* const char *nexthop;
396 myfree(queue->nexthop);
404 const char *nexthop)
418 queue->nexthop = mystrdup(nexthop);
403 qmgr_queue_create(QMGR_TRANSPORT *transport, const char *name, const char *nexthop) argument
H A Dqmgr_message.c943 * Compare queue name (nexthop or recipient@nexthop).
993 vstring_strcpy((rp)->nexthop, (np)); \
1026 char *nexthop; local
1082 if (FILTER_WITHOUT_NEXTHOP(STR(reply.transport), nexthop)
1083 && *(nexthop = var_def_filter_nexthop) == 0
1084 && RCPT_WITHOUT_DOMAIN(recipient->address, nexthop))
1085 nexthop = var_myhostname;
1086 vstring_strcpy(reply.nexthop, nexthop);
[all...]
H A Dqmgr_entry.c419 queue->nexthop, queue_length, qmgr_message_count);
433 queue->nexthop);
/macosx-10.9.5/postfix-252/postfix/src/trivial-rewrite/
H A Dtransport.c16 /* int transport_lookup(info, address, rcpt_domain, channel, nexthop)
21 /* VSTRING *nexthop;
27 /* user@domain addresses to (channel, nexthop) tuples.
36 /* transport_lookup() finds the channel and nexthop for the given
134 VSTRING *nexthop)
138 * :[nexthop] means don't change the channel, and don't change the
139 * nexthop unless a non-default nexthop is specified. Thus, a right-hand
142 if (*new_channel == 0) { /* :[nexthop] */
144 vstring_strcpy(nexthop, new_nextho
132 update_entry(const char *new_channel, const char *new_nexthop, const char *rcpt_domain, VSTRING *channel, VSTRING *nexthop) argument
164 find_transport_entry(TRANSPORT_INFO *tp, const char *key, const char *rcpt_domain, int flags, VSTRING *channel, VSTRING *nexthop) argument
205 VSTRING *nexthop = vstring_alloc(10); local
250 transport_lookup(TRANSPORT_INFO *tp, const char *addr, const char *rcpt_domain, VSTRING *channel, VSTRING *nexthop) argument
[all...]
H A Dresolve.c18 /* to a transport, nexthop pair.
26 /* nexthop, internalized recipient) triple.
86 * triple of (channel, nexthop, recipient). The channel is the name of the
87 * delivery service specified in master.cf, the nexthop is (usually) a
98 * and may use class dependent ways to arrive at the corresponding nexthop
99 * information. With classes that do final delivery, the nexthop is
107 * the structure of the nexthop information is transport dependent.
108 * Typically, the nexthop specifies a hostname, hostname + TCP Port, or the
110 * nexthop field contains free text with the reason for non-delivery.
113 * nexthop informatio
137 resolve_addr(RES_CONTEXT *rp, char *sender, char *addr, VSTRING *channel, VSTRING *nexthop, VSTRING *nextrcpt, int *flags) argument
695 static VSTRING *nexthop; variable
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dresolve_clnt.h45 VSTRING *nexthop; member in struct:RESOLVE_REPLY
66 #define RESOLVE_CLNT_ASSIGN(reply, transport, nexthop, recipient) { \
68 (reply).nexthop = (nexthop); \
H A Ddeliver_pass.c33 /* or nexthop are optional. For details see the transport map manual page.
95 const char *nexthop,
106 ATTR_TYPE_STR, MAIL_ATTR_NEXTHOP, nexthop,
169 char *nexthop; local
172 * Parse service into transport:nexthop form, and allow for omission of
176 if ((nexthop = split_at(saved_service, ':')) == 0 || *nexthop == 0)
177 nexthop = request->nexthop;
198 || deliver_pass_send_request(stream, request, nexthop, rcp
94 deliver_pass_send_request(VSTREAM *stream, DELIVER_REQUEST *request, const char *nexthop, RECIPIENT *rcpt) argument
[all...]
H A Dresolve_clnt.c12 /* VSTRING *nexthop
155 reply->nexthop = vstring_alloc(100);
199 vstring_strcpy(reply->nexthop, STR(last_reply.nexthop));
205 STR(reply->nexthop), STR(reply->recipient),
242 ATTR_TYPE_STR, MAIL_ATTR_NEXTHOP, reply->nexthop,
253 STR(reply->nexthop), STR(reply->recipient),
284 vstring_strcpy(last_reply.nexthop, STR(reply->nexthop));
295 reply->nexthop
[all...]
H A Dtok822_resolve.c71 vstring_str(reply->nexthop), vstring_str(reply->recipient));
H A Ddeliver_request.c17 /* char *nexthop;
195 static VSTRING *nexthop; local
221 nexthop = vstring_alloc(10);
248 ATTR_TYPE_STR, MAIL_ATTR_NEXTHOP, nexthop,
282 request->nexthop = mystrdup(vstring_str(nexthop));
317 request->queue_id, request->nexthop);
368 request->nexthop = 0;
399 if (request->nexthop)
400 myfree(request->nexthop);
[all...]
H A Ddeliver_request.h37 char *nexthop; /* next hop name */ member in struct:DELIVER_REQUEST
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-eigrp.c128 u_int8_t nexthop[4]; member in struct:eigrp_tlv_ip_int_t
141 u_int8_t nexthop[4]; member in struct:eigrp_tlv_ip_ext_t
167 u_int8_t nexthop[4]; member in struct:eigrp_tlv_at_int_t
180 u_int8_t nexthop[4]; member in struct:eigrp_tlv_at_ext_t
336 printf("\n\t IPv4 prefix: %15s/%u, nexthop: ",
339 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->nexthop) == 0)
342 printf("%s",ipaddr_string(&tlv_ptr.eigrp_tlv_ip_int->nexthop));
365 printf("\n\t IPv4 prefix: %15s/%u, nexthop: ",
368 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->nexthop) == 0)
371 printf("%s",ipaddr_string(&tlv_ptr.eigrp_tlv_ip_ext->nexthop));
[all...]
/macosx-10.9.5/postfix-252/postfix/src/discard/
H A Ddiscard.c149 if (request->nexthop[0] == 0)
150 msg_fatal("empty nexthop hostname");
173 dsn_split(&dp, "2.0.0", request->nexthop);
/macosx-10.9.5/postfix-252/Postfix.Config/
H A Dmaster.cf.defaultserver72 flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
77 flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
79 flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
/macosx-10.9.5/postfix-252/postfix/src/error/
H A Derror.c157 if (request->nexthop[0] == 0)
158 msg_fatal("empty nexthop hostname");
181 dsn_split(&dp, def_dsn, request->nexthop);
/macosx-10.9.5/postfix-252/postfix/src/tls/
H A Dtls_client.c524 const char *nexthop = props->nexthop; local
541 if (!strcasecmp(cmatch_argv->argv[i], "nexthop"))
542 pattern = nexthop;
545 else if (!strcasecmp(cmatch_argv->argv[i], "dot-nexthop")) {
546 pattern = nexthop;
622 * Verify the dNSName(s) in the peer certificate against the nexthop
631 * XXX: The nexthop and host name may both be the same network address
636 * connection would tell us that the nexthop is the connection
637 * address, but if that is not practical, we can parse the nexthop
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_milter.c174 return (STR(reply->nexthop));
215 return (STR(reply->nexthop));
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_connect.c688 static void smtp_connect_inet(SMTP_STATE *state, const char *nexthop, argument
717 argv_add(sites, nexthop, (char *) 0);
719 msg_panic("null destination: \"%s\"", nexthop);
1025 char *destination = request->nexthop;
/macosx-10.9.5/postfix-252/postfix/src/pipe/
H A Dpipe.c115 /* \fB$nexthop\fR host or domain information to lower case.
486 #define PIPE_DICT_NEXTHOP "nexthop" /* key */
1079 if (request->nexthop[0] == 0)
1080 msg_fatal("empty nexthop hostname");
1180 * Deliver. Set the nexthop and sender variables, and expand the command
1199 vstring_strcpy(buf, request->nexthop);
1203 dict_update(PIPE_DICT_TABLE, PIPE_DICT_NEXTHOP, request->nexthop);

Completed in 478 milliseconds

12