Searched refs:addresses (Results 26 - 50 of 97) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead.S44 .long 0x27000000,0x60000001 # by ipl to addresses 0-23.
70 st %r2,.Lccwread+4 # initialize CCW data addresses
89 l %r0,.Lccwread+4 # update CCW data addresses
158 .long 0x02000018,0x60000050 # by ipl to addresses 0-23.
162 .long 0x02000140,0x60000050 # to addresses 0x18-0xb7
192 st %r2,4(%r6) # initialize CCW data addresses
231 l %r0,4(%r6) # update CCW data addresses
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Daddress.c35 const char *addresses; member in struct:of_bus
186 /* Get "reg" or "assigned-addresses" property */
187 prop = of_get_property(dev, bus->addresses, &psize);
288 .addresses = "assigned-addresses",
299 .addresses = "reg",
309 .addresses = "reg",
339 * crossing a non-translatable boundary, and thus the addresses
347 * to translate addresses that aren't supposed to be translated in
509 /* Get "reg" or "assigned-addresses" propert
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_subr.c118 unsigned char addresses[1 + X25_ADDR_LEN]; local
189 len = x25_addr_aton(addresses, &x25->dest_addr,
192 memcpy(dptr, addresses, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dhead-common.S34 * and uses absolute addresses; this is not position independent.
103 add r5, r5, r4 @ convert virt addresses to
149 * supported processor list. Note that we can't use the absolute addresses
165 add r5, r5, r3 @ convert virt addresses to
202 * Note that we can't use the absolute addresses for the __arch_info
215 add r5, r5, r3 @ convert virt addresses to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/tests/
H A Dfindalldevstest.c68 for(a=d->addresses;a;a=a->next) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtrampoline_64.S15 * and IP is zero. Thus, data addresses need to be absolute
20 * physical addresses.
122 # Now jump into the kernel using virtual addresses
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.h92 * void *addresses, void *arg);
99 * DNS_IPv4_A, count will be the number of IP addresses, ttl is the time
100 * which the data can be cached for (in seconds), addresses will point
207 * - count contains the number of addresses of form type
209 * - addresses needs to be cast according to type
211 typedef void (*evdns_callback_type) (int result, char type, int count, int ttl, void *addresses, void *arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dentry.S77 mov r4, lr @ save the failure-return addresses
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h21 # (only 32 bits set by bootloader, all addresses are physical
22 # addresses, and need to have the appropriate memory region set
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dtlb-flush.S126 # flush a range of addresses from the TLB
153 # flush a range of addresses from the TLB
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex97 host addresses.
103 \verb|ip| never uses DNS to resolve names to addresses.
270 recommended if the device is running or has some addresses
462 The second line contains information on the link layer addresses
465 of the addresses and is logically part of the address.
469 types may have their natural address format, f.e.\ addresses
470 of tunnels over IP are printed as dotted-quad IP addresses.
479 Multicast addresses are not shown by this command, see
556 different addresses attached to one device. These addresses ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface.h111 AVAHI_LLIST_HEAD(AvahiInterfaceAddress, addresses);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface.h111 AVAHI_LLIST_HEAD(AvahiInterfaceAddress, addresses);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dinet.c251 curdev->addresses = NULL; /* list starts out as empty */
509 * address to its list of addresses.
578 * Find the end of the list of addresses.
580 for (prevaddr = curdev->addresses; prevaddr != NULL; prevaddr = nextaddr) {
594 curdev->addresses = curaddr;
630 * Free all addresses.
632 for (curaddr = curdev->addresses; curaddr != NULL; curaddr = nextaddr) {
902 * in order to skip non IPv4 (i.e. IPv6 addresses)
H A Dpcap-sita.c105 addr = iff->addresses;
137 addr = iff->addresses;
394 for (addr = iff->addresses; addr != NULL; addr = next_addr) {
617 if (iff->addresses == 0) iff->addresses = addr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/zd1211rw/
H A Dzd_usb.h245 const zd_addr_t *addresses, unsigned int count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Ddns.h67 * void *addresses, void *arg);
74 * DNS_IPv4_A, count will be the number of IP addresses, ttl is the time
75 * which the data can be cached for (in seconds), addresses will point
193 * - count contains the number of addresses of form type
195 * - addresses needs to be cast according to type. It will be an array of
199 typedef void (*evdns_callback_type) (int result, char type, int count, int ttl, void *addresses, void *arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_dns.c83 void *addresses, void *arg)
103 struct in6_addr *in6_addrs = addresses;
120 struct in_addr *in_addrs = addresses;
134 TT_BLATHER(("%s ", *(char **)addresses));
291 void *addresses, void *arg)
313 struct in_addr *in_addrs = addresses;
324 struct in6_addr *in6_addrs = addresses;
337 char **addrs = addresses;
459 generic_dns_callback(int result, char type, int count, int ttl, void *addresses, argument
474 len = strlen(addresses)
82 dns_gethostbyname_cb(int result, char type, int count, int ttl, void *addresses, void *arg) argument
290 dns_server_gethostbyname_cb(int result, char type, int count, int ttl, void *addresses, void *arg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-rh.spec26 addresses to appear in the DNS with names configured either in each host or
H A Ddnsmasq-suse.spec28 addresses to appear in the DNS with names configured either in each host or
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dipvaddr.tex85 Set address to any of the addresses of the current machine. Whenever
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-key.c173 if (rxk5->addresses) {
175 rxrpc_free_krb5_tagged(&rxk5->addresses[loop]);
176 kfree(rxk5->addresses);
469 /* extract the permitted client addresses */
470 ret = rxrpc_krb5_decode_tagged_array(&rxk5->addresses,
1056 toksize += RND(token->k5->addresses[loop].data_len);
1163 ENCODE(token->k5->addresses[loop].tag);
1164 ENCODE_DATA(token->k5->addresses[loop].data_len,
1165 token->k5->addresses[loop].data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dfdomain.c420 static unsigned long addresses[] = { variable
425 0xcc000, /* Extra addresses for PCI boards */
429 #define ADDRESS_COUNT ARRAY_SIZE(addresses)
678 if (chip != tmc18c30 && !PCI_bus && addresses[(options & 0xc0) >> 6 ] != bios_base)
694 void __iomem *p = ioremap(addresses[i], 0x2000);
698 printk( " %lx(%lx),", addresses[i], bios_base );
708 bios_base = addresses[i];
722 base addresses and a list of the disk "geometry" reported to
769 these random port addresses -- there are rumors that the Future
1589 The table at 0x1fcc are I/O ports addresses fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c96 /* List of addresses which the peer may use. */
97 static struct permitted_ip *addresses[NUM_PPP]; variable in typeref:struct:permitted_ip
99 /* Wordlist giving addresses which the peer may use
1234 * acceptable, and iff so, set the list of acceptable IP addresses
1457 * set_allowed_addrs() - set the list of allowed addresses.
1477 if (addresses[unit] != NULL)
1478 free(addresses[unit]);
1479 addresses[unit] = NULL;
1485 * Count the number of IP addresses given.
1501 /* "-" means no addresses authorize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dcore.c417 if (WARN_ON(wiphy->addresses && !wiphy->n_addresses))
420 if (WARN_ON(wiphy->addresses &&
422 memcmp(wiphy->perm_addr, wiphy->addresses[0].addr,
426 if (wiphy->addresses)
427 memcpy(wiphy->perm_addr, wiphy->addresses[0].addr, ETH_ALEN);

Completed in 793 milliseconds

1234