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

1 2

  /src/external/mpl/dhcp/bin/
Makefile 3 SUBDIR= server relay omshell
  /src/external/bsd/openldap/lib/slapd/
Makefile 3 SUBDIR= back-ldif back-mdb back-monitor back-relay overlays
  /src/external/mpl/dhcp/bin/relay/
Makefile 7 DHCPSRCDIR= relay
  /src/external/ibm-public/postfix/dist/src/global/
sent.c 11 /* int sent(flags, queue_id, stats, recipient, relay, dsn)
16 /* const char *relay;
47 /* .IP relay
103 RECIPIENT *recipient, const char *relay,
131 status = verify_append(id, stats, recipient, relay, &my_dsn,
142 status = trace_append(flags, id, stats, recipient, relay, &my_dsn);
161 || trace_append(flags, id, stats, recipient, relay, &my_dsn) == 0)
163 || trace_append(flags, id, stats, recipient, relay, &my_dsn) == 0)) {
164 log_adhoc(id, stats, recipient, relay, &my_dsn, "sent");
173 status = defer_append(flags, id, stats, recipient, relay, &my_dsn)
    [all...]
defer.c 11 /* int defer_append(flags, id, stats, rcpt, relay, dsn)
16 /* const char *relay;
42 /* dsn_envid, ret, stats, recipient, relay, dsn)
53 /* const char *relay;
56 /* int defer_append_intern(flags, id, stats, rcpt, relay, dsn)
61 /* const char *relay;
127 /* .IP relay
198 RECIPIENT *rcpt, const char *relay,
218 return (bounce_append_intern(flags, id, stats, rcpt, relay, dsn_res));
221 return (defer_append_intern(flags, id, stats, rcpt, relay, &my_dsn))
    [all...]
trace.c 11 /* int trace_append(flags, id, stats, rcpt, relay, dsn)
16 /* const char *relay;
64 /* .IP relay
114 RECIPIENT *rcpt, const char *relay,
125 if (strcmp(relay, NO_RELAY_AGENT) != 0)
126 vstring_sprintf(why, "delivery via %s: ", relay);
142 log_adhoc(id, stats, rcpt, relay, dsn, my_dsn.action);
bounce.c 11 /* int bounce_append(flags, id, stats, recipient, relay, dsn)
16 /* const char *relay;
43 /* dsn_envid, ret, stats, recipient, relay, dsn)
54 /* const char *relay;
63 /* int bounce_append_intern(flags, id, stats, recipient, relay, dsn)
68 /* const char *relay;
71 /* dsn_envid, ret, stats, recipient, relay, dsn)
82 /* const char *relay;
151 /* .IP relay
233 RECIPIENT *rcpt, const char *relay,
    [all...]
verify.c 11 /* int verify_append(queue_id, stats, recipient, relay, dsn,
16 /* const char *relay;
35 /* .IP relay
95 RECIPIENT *recipient, const char *relay,
125 log_adhoc(queue_id, stats, recipient, relay, dsn, my_dsn.action);
log_adhoc.c 11 /* void log_adhoc(id, stats, recipient, relay, dsn, status)
15 /* const char *relay;
34 /* .IP relay
90 const char *relay, DSN *dsn,
119 vstring_sprintf_append(buf, ", relay=%s", relay);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.c 83 * Sub buffer switch callback. Called whenever relay has to switch to a new
84 * sub buffer, relay stays on the same sub buffer if 0 is returned.
92 * Use no-overwrite mode by default, where relay will stop accepting
94 * There is no strict synchronization enforced by relay between Consumer
108 * file_create() callback. Creates relay file in debugfs.
119 * This to enable the use of a single buffer for the relay channel and
138 * file_remove() default callback. Removes relay file in debugfs.
146 /* relay channel callbacks */
162 relay_reserve(log->relay.channel, log->vma->obj->base.size);
165 relay_flush(log->relay.channel)
    [all...]
intel_guc_log.h 12 #include <linux/relay.h>
57 } relay; member in struct:intel_guc_log
  /src/external/bsd/openldap/lib/slapd/back-relay/
Makefile 11 BACK_RELAY=${SLAPD}/back-relay
  /src/external/ibm-public/postfix/dist/src/virtual/
deliver_attr.c 64 attrp->relay = 0;
82 msg_info("relay: %s", attrp->relay ? attrp->relay : "null");
virtual.h 78 char *relay; /* relay host */ member in struct:DELIVER_ATTR
106 attr.queue_id, &attr.msg_stats, &attr.rcpt, attr.relay, \
109 attr.queue_id, &attr.msg_stats, &attr.rcpt, attr.relay, \
  /src/external/ibm-public/postfix/dist/src/local/
deliver_attr.c 71 attrp->relay = 0;
96 msg_info("relay: %s", attrp->relay ? attrp->relay : "null");
local.h 89 char *relay; /* relay host */ member in struct:DELIVER_ATTR
137 attr.queue_id, &attr.msg_stats, &attr.rcpt, attr.relay, \
142 &attr.msg_stats, &attr.rcpt, attr.relay, \
145 attr.queue_id, &attr.msg_stats, &attr.rcpt, attr.relay, \
resolve.c 159 if (strcmp(state.msg_attr.relay, STR(reply.transport)) == 0) {
  /src/external/bsd/openldap/dist/tests/scripts/
test030-relay 28 # back-relay
30 echo "relay backend not available, test skipped"
35 RELAYS="${RELAYS}relay"
73 for RELAY in $RELAYS ; do
91 . $SRCDIR/scripts/relay
  /src/external/ibm-public/postfix/dist/mantools/
check-postlink 27 for xport in error lmtp local relay retry smtp virtual
check-postconf-undocumented 24 for xport in error lmtp local relay retry smtp virtual
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
resolve.c 107 * categorized into classes: local, virtual alias, virtual mailbox, relay,
202 const char *relay; local
221 * technically incorrect, this is needed to stop user@domain@domain relay
473 * With local, virtual, relay, or other non-local destinations, give the
476 * Otherwise, with relay or other non-local destinations, the relayhost
548 * Off-host relay destination.
595 && (relay = mail_addr_find(rp->snd_relay_info,
599 if (*relay == 0) {
602 relay = 0;
603 } else if (strcasecmp_utf8(relay, "DUNNO") == 0
    [all...]
  /src/usr.sbin/faithd/
tcp.c 71 static void relay(int, int, const char *, int) __dead;
192 exit_failure("writing relay data failed: %s", strerror(errno));
199 relay(int s_rcv, int s_snd, const char *service, int direction) function
271 exit_failure("reading relay data failed: %s",
275 /* to close opposite-direction relay process */
280 exit_success("terminating %s relay", service);
300 syslog(LOG_INFO, "starting %s relay", service);
311 /* child process: relay going traffic */
316 relay(s_src, s_dst, service, 1);
319 /* parent process: relay coming traffic *
    [all...]
  /src/external/mpl/dhcp/dist/keama/
reduce.c 872 * { "relay": <numeric_expression>,
873 * "relay-option" <data_expression> }
875 * semantic: relay is a counter from client, 0 is no-op,
876 * 1 is the relay closest to the client, etc, option
880 struct element *relay; local
896 relay = mapGet(arg, "relay");
897 if (relay == NULL) {
898 debug("can't get v6relay relay");
901 relay = reduce_numeric_expression(relay)
    [all...]
  /src/usr.bin/rsh/
rsh.c 100 char *locuser = 0, *loop, *relay; local
135 if ((relay = getenv("RCMD_RELAY_SIGNAL")) && strcmp(relay, "YES") == 0)
  /src/external/bsd/ipf/dist/samples/
relay.c 1 /* $NetBSD: relay.c,v 1.1.1.1 2012/03/23 21:20:15 christos Exp $ */
31 int relay(ifd, ofd, rfd) function
188 if (relay(0, 1, fd) == -1) {
190 perror("relay");
192 syslog(LOG_ERR, "relay: %m\n");

Completed in 46 milliseconds

1 2