Searched refs:relay (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/samples/
H A DMakefile16 $(CC) -I.. relay.c -o relay -lsocket -lnsl
21 $(CC) -I.. relay.c -o relay
24 /bin/rm -f userauth proxy relay
H A Drelay.c31 int relay(ifd, ofd, rfd) function
188 if (relay(0, 1, fd) == -1) {
190 perror("relay");
192 syslog(LOG_ERR, "relay: %m\n");
H A Dproxy.c226 relay(in, out, ofd);
230 relay(in, out, net) function
/freebsd-13-stable/contrib/sendmail/src/
H A Dparseaddr.c3090 ** host -- NULL or relay host.
3261 const char *relay; local
3275 relay = host;
3277 relay = macvalue('_', e);
3278 if (relay != NULL)
3281 ", relay=%s", relay);
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl181 if (! $S || ($debug == 10 && $server =~ /relay\d.UU.NET$/i)) {
778 # accounted for. They have to do with domain relay hosts.
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.c79 struct dpp_relay_controller *relay; member in struct:dpp_connection
9099 conn->relay = ctrl;
9106 wpa_printf(MSG_DEBUG, "DPP: TCP relay socket %d connection to %s",
9515 if (conn->relay) {
9517 conn->relay->tx(conn->relay->cb_ctx, conn->mac_addr,
9729 if (!conn->relay && !conn->ctrl)
9732 if (!conn->relay) {
9738 conn->relay->gas_resp_tx(conn->relay
[all...]

Completed in 209 milliseconds