/freebsd/share/examples/ipfilter/samples/ |
H A D | Makefile | 16 $(CC) -I.. relay.c -o relay -lsocket -lnsl 21 $(CC) -I.. relay.c -o relay 24 /bin/rm -f userauth proxy relay
|
H A D | relay.c | 30 int relay(ifd, ofd, rfd) in relay() function 187 if (relay(0, 1, fd) == -1) {
|
H A D | proxy.c | 225 relay(in, out, ofd); 229 relay(in, out, net) in relay() function
|
/freebsd/tests/sys/net/ |
H A D | if_stf.sh | 48 vnet_mkjail relay ${epair}a 49 jexec relay ifconfig lo0 inet6 2001:db8::1/64 up 50 jexec relay ifconfig ${epair}a 192.0.2.1/24 up 52 gif=$(jexec relay ifconfig gif create) 53 jexec relay ifconfig $gif inet6 2002:c000:0201::1/64 up 54 jexec relay ifconfig $gif tunnel 192.0.2.1 192.0.2.2 55 jexec relay route -6 add default -interface $gif
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | msp.m4 | 74 R$* < @ $+ > $* $#relay $@ ${MTAHost} $: $1 < @ $2 > $3 77 R$+ :: $+ $#relay $@ ${MTAHost} $: $1 :: $2', `dnl') 78 R$* $#relay $@ ${MTAHost} $: $1 < @ _MSP_FQHN_ >
|
H A D | promiscuous_relay.m4 | 18 relay. Do NOT use it on a server that is connected to the Internet!
|
H A D | relay_local_from.m4 | 18 relay. Use SMTP AUTH or STARTTLS instead. If you cannot use those,
|
H A D | relay_mail_from.m4 | 22 relay. Use SMTP AUTH or STARTTLS instead.
|
H A D | check_other.m4 | 26 dnl - access map lookup for clients to be "ok" (Connect:... {ok,relay})
|
/freebsd/contrib/sendmail/cf/domain/ |
H A D | Berkeley.EDU.m4 | 17 define(`BITNET_RELAY', `bitnet-relay.Berkeley.EDU')dnl 18 define(`UUCP_RELAY', `uucp-relay.Berkeley.EDU')dnl
|
/freebsd/contrib/ldns/ |
H A D | str2host.c | 1690 char* relay = NULL; in ldns_str2rdf_amtrelay() local 1721 LDNS_FREE(relay); in ldns_str2rdf_amtrelay() 1731 relay = strdup(token); in ldns_str2rdf_amtrelay() 1732 if (!relay || (relay_type == 0 && in ldns_str2rdf_amtrelay() 1734 LDNS_FREE(relay); in ldns_str2rdf_amtrelay() 1748 if (!relay && relay_type > 0) { in ldns_str2rdf_amtrelay() 1749 if (relay) in ldns_str2rdf_amtrelay() 1750 LDNS_FREE(relay); in ldns_str2rdf_amtrelay() 1757 status = ldns_str2rdf_a(&relay_rdf, relay); in ldns_str2rdf_amtrelay() 1759 status = ldns_str2rdf_aaaa(&relay_rdf, relay); in ldns_str2rdf_amtrelay() [all …]
|
H A D | host2str.c | 1315 ldns_rdf *relay = NULL; in ldns_rdf2buffer_str_amtrelay() local 1341 relay = ldns_rdf_new(LDNS_RDF_TYPE_A, in ldns_rdf2buffer_str_amtrelay() 1344 if(!relay) { in ldns_rdf2buffer_str_amtrelay() 1358 relay = in ldns_rdf2buffer_str_amtrelay() 1361 if(!relay) { in ldns_rdf2buffer_str_amtrelay() 1367 status = ldns_wire2dname(&relay, data, in ldns_rdf2buffer_str_amtrelay() 1378 ldns_rdf_deep_free(relay); in ldns_rdf2buffer_str_amtrelay() 1383 if (relay) in ldns_rdf2buffer_str_amtrelay() 1384 (void) ldns_rdf2buffer_str(output, relay); in ldns_rdf2buffer_str_amtrelay() 1386 ldns_rdf_deep_free(relay); in ldns_rdf2buffer_str_amtrelay()
|
/freebsd/etc/mail/ |
H A D | mailertable.sample | 6 .bitnet smtp:relay.bit.net
|
H A D | access.sample | 2 # Mail relay access control list. Default is to reject mail unless the
|
H A D | README | 48 of these FEATUREs will prevent spammer from using your site as a relay as
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun7i-a20-linutronix-testbox-v2.dts | 21 label = "lamobo_r1:opto:relay";
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | submit.cf | 69 # "Smart" relay host (may be null) 89 FR-o /etc/mail/relay-domains 103 # class L: names that should be delivered locally, even if we have a relay 901 R< > $* $@ $1 strip off null relay 909 R< $+ > $* $#relay $@ $1 $: $2 use unqualified mailer 966 ### relay checking. Route address syntax is 1172 ### Relay_ok: is the relay/sender ok? 1332 R$* < @ $+ > $* $#relay $@ ${MTAHost} $: $1 < @ $2 > $3 1334 R$+ :: $+ $#relay $@ ${MTAHost} $: $1 :: $2 1335 R$* $#relay $@ ${MTAHost} $: $1 < @ $j > [all …]
|
H A D | ucbvax.mc | 19 # Ucbvax was our main relay (both SMTP and UUCP) for many years.
|
/freebsd/contrib/sendmail/cf/mailer/ |
H A D | smtp.m4 | 51 # output fake domains as user%fake@relay 104 # relay mailer header masquerading recipient rewriting
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 36 `ifdef(`_MAILER_smtp_', `relay', 118 `# UUCP relay host 124 `# BITNET relay host 131 # DECnet relay host 137 `# FAX relay host 142 # "Smart" relay host (may be null) 236 # class L: names that should be delivered locally, even if we have a relay 1226 `# forward non-local UUCP traffic to our UUCP relay 1295 # send unrecognized local users to a relay host 1310 R< > $+ $: < $R > $1 try relay', `dnl') [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_tcp.c | 26 struct dpp_relay_controller *relay; member 472 conn->relay = ctrl; in dpp_relay_new_conn() 1253 if (conn->relay) { in dpp_controller_rx_action() 1255 conn->relay->tx(conn->relay->cb_ctx, conn->mac_addr, in dpp_controller_rx_action() 1722 if (!conn->relay && in dpp_rx_gas_resp() 1726 if (!conn->relay) { in dpp_rx_gas_resp() 1732 conn->relay->gas_resp_tx(conn->relay->cb_ctx, conn->mac_addr, in dpp_rx_gas_resp() 2485 conn->relay = ctrl; in dpp_relay_tcp_cb()
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 155 *** of their UUCP-relay. You'll want to create your own *** 240 the class {R} /etc/mail/relay-domains and the access database 388 RELAY_MAILER_FLAGS [undefined] Flags added to the relay mailer. Default 390 relay mailer adds `a8'. If this is not defined, 407 RELAY_MAILER_ARGS [TCP $h] The arguments passed to the relay mailer. 412 RELAY_MAILER_QGRP [undefined] The queue group for the relay mailer. 415 relay mailer. 422 relay mailers and which are converted to MIME will 425 (except the relay mailer). 426 RELAY_MAILER_LL [2040] The maximum line length for the relay mailer. [all …]
|
/freebsd/contrib/ntp/ |
H A D | WHERE-TO-START | 8 server, a client, or a relay from a set of servers to a dependent client
|
/freebsd/lib/libwrap/ |
H A D | hosts.allow | 49 # Sendmail can help protect you against spammers and relay-rapers
|
/freebsd/contrib/sendmail/src/ |
H A D | parseaddr.c | 3308 const char *relay; local 3322 relay = host; 3324 relay = macvalue('_', e); 3325 if (relay != NULL) 3328 ", relay=%s", relay);
|