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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dptrace.c27 sigset_t relay; local
202 sigemptyset(&relay);
203 sigaddset(&relay, SIGSEGV);
204 sigaddset(&relay, SIGILL);
205 sigaddset(&relay, SIGBUS);
210 &relay);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Ddhcp6s.c536 struct in6_addr relay; /* the address of the first relay, if any */ local
596 * If this is a relayed message, parse all of the relay data, storing
603 &optinfo, &relay);
606 * NULL means there was an error in the relay format or no
610 dprintf(LOG_INFO, "%s" "failed to parse relay fields "
633 /* ToDo: allocate subnet after relay agent done
638 * If the relay list is empty, then this is a message received directly
640 * Otherwise, allocate the client an address based on the first relay
646 subnet = dhcp6_allocate_link(ifp, globalgroup, &relay);
1323 struct relay_listval *relay; local
1412 struct relay_listval *relay, *last = NULL; local
[all...]
H A Dserver6_token.l91 relay { return RELAY; }
H A Ddhcp6.h204 /* DHCP6 relay agent base packet format */
217 struct dhcp6_relay relay; member in struct:relay_listval
H A Dserver6_addr.c913 dhcp6_allocate_link(ifp, rootgroup, relay)
916 struct in6_addr *relay;
926 /* if relay is NULL, assume client and server are on the
927 * same link (which cannot have a relay configuration option)
930 if (relay == NULL) {
937 /* only compare the prefix configured to the relay
939 if (!prefixcmp (relay,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_pppox.h257 struct sockaddr_pppox relay; /* what socket data will be member in struct:pppoe_opt
265 struct sockaddr_pppox relay; /* what socket data will be member in struct:pptp_opt
285 #define pppoe_relay proto.pppoe.relay
289 #define pptp_relay proto.pptp.relay
H A Dif_pppox_v26.h142 struct sockaddr_pppox relay; /* what socket data will be member in struct:pppoe_opt
182 #define pppoe_relay proto.pppoe.relay
H A Dblktrace_api.h5 #include <linux/relay.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtt.c69 int wait_for_stop(int pid, int sig, int cont_type, void *relay) argument
71 sigset_t *relay_signals = relay;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A DMakefile49 obj-$(CONFIG_RELAY) += relay.o
H A Drelay.c2 * Public API and common code for kernel->userspace relay file support.
9 * Moved to kernel/relay.c by Paul Mundt, 2006.
20 #include <linux/relay.h>
30 * close() vm_op implementation for relay file mapping.
39 * nopage() vm_op implementation for relay file mapping.
66 * vm_ops for relay file mappings.
75 * @buf: relay channel buffer
142 * @chan: the relay channel
172 * @kref: target kernel reference that contains the relay channel
205 * @kref: target kernel reference that contains the relay buffe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dos.h226 extern int wait_for_stop(int pid, int sig, int cont_type, void *relay);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex476 about the address of broadcast relay or about the address of the ARP server.

Completed in 217 milliseconds