| /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
| intel_guc_log.h | 12 #include <linux/relay.h> 57 } relay; member in struct:intel_guc_log
|
| /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");
|
| proxy.c | 226 relay(in, out, ofd); 230 relay(in, out, net) function
|
| /src/external/mpl/dhcp/dist/keama/ |
| print.c | 992 struct element *relay; local 1003 relay = mapGet(arg, "relay"); 1004 if (relay == NULL) { 1009 appendString(result, print_numeric_expression(relay, lose)); 1011 option = mapGet(arg, "relay-option");
|
| 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...] |
| eval.c | 1449 * { "relay": <numeric_expression>, 1450 * "relay-option" <data_expression> } 1452 * semantic: relay is a counter from client, 0 is no-op, 1453 * 1 is the relay closest to the client, etc, option 1457 struct element *relay; local 1465 relay = mapGet(arg, "relay"); 1466 if (relay == NULL) 1468 relay = eval_numeric_expression(relay, &modified) [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/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/external/ibm-public/postfix/dist/src/virtual/ |
| 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/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/ibm-public/postfix/dist/src/local/ |
| 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, \
|
| /src/external/mpl/dhcp/dist/relay/ |
| dhcrelay.c | 5 DHCP/BOOTP Relay Agent. */ 61 int bogus_giaddr_drops = 0; /* Packets sent to us to relay back to a 68 int add_agent_options = 0; /* If nonzero, add relay agent options. */ 76 relay agent information option was bad. */ 96 /* What to do about packets we're asked to relay that 97 already have a relay option: */ 98 enum { forward_and_append, /* Forward and append our own relay option. */ 106 /* Relay agent server list. */ 133 * for the entire relay and don't determine one per client which 177 "Internet Systems Consortium DHCP Relay Agent" 1722 struct dhcpv6_relay_packet *relay; local [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| dpp_tcp.c | 26 struct dpp_relay_controller *relay; member in struct:dpp_connection 158 wpa_printf(MSG_DEBUG, "DPP: Add Relay connection to Controller %s", 459 "DPP: Too many ongoing Relay connections to the Controller - cannot start a new one"); 472 conn->relay = ctrl; 481 wpa_printf(MSG_DEBUG, "DPP: TCP relay socket %d connection to %s", 541 "DPP: Continue already established Relay/Controller connection for this session"); 1253 if (conn->relay) { 1254 wpa_printf(MSG_DEBUG, "DPP: Relay - send over WLAN"); 1255 conn->relay->tx(conn->relay->cb_ctx, conn->mac_addr [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| options.c | 631 * If answering a client message, see whether any relay agent 712 * of relay agent information option. 868 log_error("Unable to store relay agent information " 4129 const struct dhcpv6_relay_packet *relay; local 4176 relay = (const struct dhcpv6_relay_packet *)packet; 4177 decoded_packet->dhcpv6_msg_type = relay->msg_type; 4179 /* relay-specific data */ 4180 decoded_packet->dhcpv6_hop_count = relay->hop_count; 4182 relay->link_address, sizeof(relay->link_address)) [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| tree.h | 280 struct expression *relay; member in struct:expression::expr_union::__anon24477
|
| /src/external/mpl/dhcp/dist/server/ |
| dhcpv6.c | 5463 log_info("[L2 Relay] No link address in relay packet " 5464 "assuming L2 relay and using receiving " 6678 * The Relay-forw message is sent by relays. It typically contains a 6694 const struct dhcpv6_relay_packet *relay; local 6715 * Get our encapsulated relay message. 6723 log_info("Relay-forward from %s with link address=%s and " 6724 "peer address=%s missing Relay Message option.", 6770 relay = (struct dhcpv6_relay_packet *)enc_opt_data.data; 6771 enc_packet->dhcpv6_msg_type = relay->msg_type 7031 const struct dhcpv6_relay_packet *relay; local 7829 const struct dhcpv6_relay_packet *relay; local [all...] |
| /src/external/bsd/nsd/dist/ |
| rdata.c | 3679 struct dname_buffer relay; local 3684 /* byte + byte + relay */ 3713 if(!dname_make_from_packet_buffered(&relay, packet, 3718 relay_length = relay.dname.name_size; 3719 relay_rdata = dname_name((void*)&relay); 3784 /* The amtrelay relay length depends only on earlier bytes, so both 3790 /* Calculate the relay length, based on the relay type. 3805 /* Unknown relay type. */
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 9560 mdns_dns_relay_t relay = NULL; local 9592 relay = mdns_dns_relay_upcast( relayDoH ); 9606 relay = mdns_dns_relay_upcast( relayDoT ); 9608 mdns_dns_relay_set_client_connection( relay, clientConnection ); 9610 mdns_dns_relay_set_server_address( relay, &serverAddr ); 9611 mdns_dns_relay_activate( relay ); 9617 mdns_forget( &relay ); [all...] |