HomeSort by: relevance | last modified time | path
    Searched defs:nexthop (Results 1 - 18 of 18) sorted by relevancy

  /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_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.h 203 char *nexthop; /* domain name */ member in struct:QMGR_QUEUE
  /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_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.h 242 char *nexthop; /* domain name */ member in struct:QMGR_QUEUE
  /src/external/ibm-public/postfix/dist/src/global/
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.h 47 VSTRING *nexthop; member in struct:RESOLVE_REPLY
63 #define RESOLVE_CLNT_ASSIGN(reply, transport, nexthop, recipient) { \
65 (reply).nexthop = (nexthop); \
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...]
  /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);
tls.h 507 const char *nexthop; /* destination domain */ member in struct:__anon82
  /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/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/sys/netinet6/
icmp6.c 2474 struct in6_addr *nexthop; local
2557 nexthop = &sin6->sin6_addr;
2558 if (!IN6_IS_ADDR_LINKLOCAL(nexthop))
2559 nexthop = NULL;
2561 nexthop = NULL;
2585 if (!nexthop)
2587 bcopy(nexthop, &nd_rd->nd_rd_target,
2593 nexthop = &sip6->ip6_dst;
2609 ln = nd6_lookup(nexthop, ifp, false);
  /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...]

Completed in 30 milliseconds