HomeSort by: relevance | last modified time | path
    Searched refs:nexthop (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_error.c 91 char *nexthop; local
102 nexthop = qmgr_error_nexthop(dsn);
103 if ((queue = qmgr_queue_find(transport, nexthop)) == 0)
104 queue = qmgr_queue_create(transport, nexthop, nexthop);
105 myfree(nexthop);
119 char *nexthop; local
121 nexthop = concatenate(dsn->status, " ", dsn->reason, (char *) 0);
122 return (nexthop);
qmgr_queue.c 13 /* QMGR_QUEUE *qmgr_queue_create(transport, name, nexthop)
16 /* const char *nexthop;
402 myfree(queue->nexthop);
410 const char *nexthop)
424 queue->nexthop = mystrdup(nexthop);
qmgr_message.c 938 * Compare queue name (nexthop or recipient@nexthop).
988 vstring_strcpy((rp)->nexthop, (np)); \
1021 char *nexthop; local
1075 if (FILTER_WITHOUT_NEXTHOP(STR(reply.transport), nexthop)
1076 && *(nexthop = var_def_filter_nexthop) == 0
1077 && RCPT_WITHOUT_DOMAIN(recipient->address, nexthop))
1078 nexthop = var_myhostname;
1079 vstring_strcpy(reply.nexthop, nexthop);
    [all...]
qmgr_entry.c 359 queue->nexthop, queue_length, qmgr_message_count);
373 queue->nexthop);
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_error.c 91 char *nexthop; local
102 nexthop = qmgr_error_nexthop(dsn);
103 if ((queue = qmgr_queue_find(transport, nexthop)) == 0)
104 queue = qmgr_queue_create(transport, nexthop, nexthop);
105 myfree(nexthop);
119 char *nexthop; local
121 nexthop = concatenate(dsn->status, " ", dsn->reason, (char *) 0);
122 return (nexthop);
qmgr_queue.c 13 /* QMGR_QUEUE *qmgr_queue_create(transport, name, nexthop)
16 /* const char *nexthop;
398 myfree(queue->nexthop);
406 const char *nexthop)
420 queue->nexthop = mystrdup(nexthop);
qmgr_message.c 995 * Compare queue name (nexthop or recipient@nexthop).
1045 vstring_strcpy((rp)->nexthop, (np)); \
1078 char *nexthop; local
1134 if (FILTER_WITHOUT_NEXTHOP(STR(reply.transport), nexthop)
1135 && *(nexthop = var_def_filter_nexthop) == 0
1136 && RCPT_WITHOUT_DOMAIN(recipient->address, nexthop))
1137 nexthop = var_myhostname;
1138 vstring_strcpy(reply.nexthop, nexthop);
    [all...]
qmgr_entry.c 420 queue->nexthop, queue_length, qmgr_message_count);
434 queue->nexthop);
  /src/external/ibm-public/postfix/dist/src/global/
resolve_clnt.h 47 VSTRING *nexthop; member in struct:RESOLVE_REPLY
63 #define RESOLVE_CLNT_ASSIGN(reply, transport, nexthop, recipient) { \
65 (reply).nexthop = (nexthop); \
deliver_pass.c 35 /* or nexthop are optional. For details see the transport map manual page.
104 const char *nexthop,
115 SEND_ATTR_STR(MAIL_ATTR_NEXTHOP, nexthop),
179 char *nexthop; local
182 * Parse service into transport:nexthop form, and allow for omission of
186 if ((nexthop = split_at(saved_service, ':')) == 0 || *nexthop == 0)
187 nexthop = request->nexthop;
211 || deliver_pass_send_request(stream, request, nexthop, rcpt) != 0)
    [all...]
resolve_clnt.c 14 /* VSTRING *nexthop
152 reply->nexthop = vstring_alloc(100);
205 vstring_strcpy(reply->nexthop, STR(last_reply.nexthop));
211 STR(reply->nexthop), STR(reply->recipient),
250 RECV_ATTR_STR(MAIL_ATTR_NEXTHOP, reply->nexthop),
261 STR(reply->nexthop), STR(reply->recipient),
292 vstring_strcpy(last_reply.nexthop, STR(reply->nexthop));
303 reply->nexthop = vstring_free(reply->nexthop)
    [all...]
tok822_resolve.c 73 vstring_str(reply->nexthop), vstring_str(reply->recipient));
deliver_request.c 19 /* char *nexthop;
206 static VSTRING *nexthop; local
233 nexthop = vstring_alloc(10);
260 RECV_ATTR_STR(MAIL_ATTR_NEXTHOP, nexthop),
295 request->nexthop = mystrdup(vstring_str(nexthop));
332 request->queue_id, request->nexthop);
383 request->nexthop = 0;
414 if (request->nexthop)
415 myfree(request->nexthop);
    [all...]
deliver_request.h 45 char *nexthop; /* next hop name */ member in struct:DELIVER_REQUEST
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
transport.c 18 /* int transport_lookup(info, address, rcpt_domain, channel, nexthop)
23 /* VSTRING *nexthop;
29 /* user@domain addresses to (channel, nexthop) tuples.
38 /* transport_lookup() finds the channel and nexthop for the given
142 VSTRING *nexthop)
146 * :[nexthop] means don't change the channel, and don't change the
147 * nexthop unless a non-default nexthop is specified. Thus, a right-hand
150 if (*new_channel == 0) { /* :[nexthop] */
152 vstring_strcpy(nexthop, new_nexthop)
200 VSTRING *nexthop = vstring_alloc(10); local
328 VSTRING *nexthop = vstring_alloc(100); local
    [all...]
resolve.c 23 /* to a transport, nexthop pair.
34 /* nexthop, internalized recipient) triple.
101 * triple of (channel, nexthop, recipient). The channel is the name of the
102 * delivery service specified in master.cf, the nexthop is (usually) a
113 * and may use class dependent ways to arrive at the corresponding nexthop
114 * information. With classes that do final delivery, the nexthop is
122 * the structure of the nexthop information is transport dependent.
123 * Typically, the nexthop specifies a hostname, hostname + TCP Port, or the
125 * nexthop field contains free text with the reason for non-delivery.
128 * nexthop information (or vice versa) may produce surprising results. I
770 static VSTRING *nexthop; variable
    [all...]
transport.in 15 echo ==== with wildcard channel and nexthop
27 echo ==== with wildcard nexthop only
  /src/external/bsd/tcpdump/dist/
print-eigrp.c 132 nd_ipv4 nexthop; member in struct:eigrp_tlv_ip_int_t
145 nd_ipv4 nexthop; member in struct:eigrp_tlv_ip_ext_t
171 nd_byte nexthop[4]; member in struct:eigrp_tlv_at_int_t
184 nd_byte nexthop[4]; member in struct:eigrp_tlv_at_ext_t
369 ND_PRINT("\n\t IPv4 prefix: %15s/%u, nexthop: ",
372 if (GET_BE_U_4(tlv_ptr.eigrp_tlv_ip_int->nexthop) == 0)
376 GET_IPADDR_STRING(tlv_ptr.eigrp_tlv_ip_int->nexthop));
404 ND_PRINT("\n\t IPv4 prefix: %15s/%u, nexthop: ",
407 if (GET_BE_U_4(tlv_ptr.eigrp_tlv_ip_ext->nexthop) == 0)
411 GET_IPADDR_STRING(tlv_ptr.eigrp_tlv_ip_ext->nexthop));
    [all...]
  /src/external/ibm-public/postfix/dist/src/discard/
discard.c 162 if (request->nexthop[0] == 0)
163 msg_fatal("empty nexthop hostname");
186 dsn_split(&dp, "2.0.0", request->nexthop);
  /src/external/ibm-public/postfix/dist/src/error/
error.c 170 if (request->nexthop[0] == 0)
171 msg_fatal("empty nexthop hostname");
194 dsn_split(&dp, def_dsn, request->nexthop);
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_milter.c 179 return (STR(reply->nexthop));
220 return (STR(reply->nexthop));
  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_client_scan.c 322 myfree((void *) props->nexthop);
526 VSTRING *nexthop = vstring_alloc(25); local
559 RECV_ATTR_STR(TLS_ATTR_NEXTHOP, nexthop),
580 props->nexthop = vstring_export(nexthop);
  /src/usr.sbin/mtrace/
mtrace.c 1153 int hops, nexthop, tries; local
1469 for (hops = 1, nexthop = 1; hops <= MAXHOPS; ++hops) {
1489 if (hops == nexthop) {
1495 } else if (hops < nexthop + 3) {
1505 (hops == 1 || (base.resps+nexthop-2)->tr_outaddr == lastout)) {
1506 if (hops == nexthop) {
1510 print_trace(nexthop, &base);
1527 if (nexthop <= base.len) {
1529 print_trace(nexthop, &base);
1530 } else if (nexthop > base.len + 1)
    [all...]
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 222 /* nexthop destination security level is \fBdane\fR, but the MX
304 /* \fBhostname, nexthop\fR strategies are used.
482 char *nexthop; /* Nexthop domain for verification */ member in struct:STATE
828 nexthop = state->nexthop,
934 nexthop = state->nexthop,
1095 if (!state->nexthop)
1096 state->nexthop = mystrdup(var_myhostname)
    [all...]
  /src/external/ibm-public/postfix/dist/src/pipe/
pipe.c 117 /* \fB$nexthop\fR host or domain information to lower case.
261 /* .IP \fB${nexthop}\fR
539 #define PIPE_DICT_NEXTHOP "nexthop" /* key */
1149 if (request->nexthop[0] == 0)
1150 msg_fatal("empty nexthop hostname");
1250 * Deliver. Set the nexthop and sender variables, and expand the command
1269 casefold(buf, request->nexthop);
1272 dict_update(PIPE_DICT_TABLE, PIPE_DICT_NEXTHOP, request->nexthop);

Completed in 42 milliseconds

1 2