Searched refs:address (Results 126 - 150 of 1944) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dipaddr.tex6 wxIPaddress is an abstract base class for all internet protocol address
32 Set the address to {\it hostname}, which can be a host name
33 or an IP-style address in a format dependent on implementation.
38 (invalid hostname or invalid IP address).
42 Returns the hostname which matches the IP address.
52 Returns a wxString containing the IP address.
90 Internally, this is the same as setting the IP address
109 Set address to localhost.
123 Determines if current address is set to localhost.
127 Returns true if address i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpgtable.h330 * control the given virtual address.
332 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))
338 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
344 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
347 extern pte_t *_pte_offset_map(pmd_t *, unsigned long address, enum km_type);
348 #define pte_offset_map(dir, address) \
349 _pte_offset_map(dir, address, KM_PTE
423 pmd_index(unsigned long address) argument
456 pte_index(unsigned long address) argument
461 pte_offset_kernel(pmd_t *pmd, unsigned long address) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/samples/
H A Dquery.c48 sw_ipv4_address address; local
54 sw_ipv4_address address; local
57 sw_ipv4_address_init_from_saddr(&address, *(sw_saddr*) rrdata);
59 fprintf(stderr, "address is %s\n", sw_ipv4_address_name(address, name, sizeof(name)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Daddr-util.h29 #include <avahi-common/address.h>
33 /** Make an address structture of a sockaddr structure */
39 /** Check whether the specified IPv6 address is in fact an
40 * encapsulated IPv4 address, returns 1 if yes, 0 otherwise */
H A Dprobe-sched.h27 #include <avahi-common/address.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-server-debug-pipe.c129 * @param error address where an error can be returned.
137 DBusString address; local
156 if (!_dbus_string_init (&address))
160 if (!_dbus_string_append (&address, "debug-pipe:name=") ||
161 !_dbus_address_append_escaped (&address, &name_str))
169 &debug_vtable, &address))
177 _dbus_string_free (&address);
189 _dbus_string_free (&address);
204 * @param error address where an error can be returned.
216 DBusString address; local
[all...]
H A Ddbus-transport-socket.h32 const DBusString *address);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/samples/
H A Dquery.c48 sw_ipv4_address address; local
54 sw_ipv4_address address; local
57 sw_ipv4_address_init_from_saddr(&address, *(sw_saddr*) rrdata);
59 fprintf(stderr, "address is %s\n", sw_ipv4_address_name(address, name, sizeof(name)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Daddr-util.h29 #include <avahi-common/address.h>
33 /** Make an address structture of a sockaddr structure */
39 /** Check whether the specified IPv6 address is in fact an
40 * encapsulated IPv4 address, returns 1 if yes, 0 otherwise */
H A Dprobe-sched.h27 #include <avahi-common/address.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dstackwalk.h24 // arguments are the stack depth of this frame, its address and the return
29 wxStackFrame(size_t level = 0, void *address = NULL, const char *syminfo = NULL)
30 : wxStackFrameBase(level, address)
40 size_t level, size_t numLine, void *address)
48 m_address = address;
39 Set(const wxString &name, const wxString &filename, const char* syminfo, size_t level, size_t numLine, void *address) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.h54 int (*read_attribute_mem)(struct dvb_ca_en50221* ca, int slot, int address);
55 int (*write_attribute_mem)(struct dvb_ca_en50221* ca, int slot, int address, u8 value);
58 int (*read_cam_control)(struct dvb_ca_en50221* ca, int slot, u8 address);
59 int (*write_cam_control)(struct dvb_ca_en50221* ca, int slot, u8 address, u8 value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/stv06xx/
H A Dstv06xx.h106 int stv06xx_write_bridge(struct sd *sd, u16 address, u16 i2c_data);
107 int stv06xx_read_bridge(struct sd *sd, u16 address, u8 *i2c_data);
112 int stv06xx_read_sensor(struct sd *sd, const u8 address, u16 *value);
113 int stv06xx_write_sensor(struct sd *sd, u8 address, u16 value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dtlb.h14 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dtlb.h24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dbtext.h14 unsigned long address);
H A Dfsldma.h34 * @address: the hardware address
37 * Holds a single physical hardware address / length pair for use
43 dma_addr_t address; member in struct:fsl_dma_hw_addr
51 * @src_loop_size: setup and enable constant source-address DMA transfers
52 * @dst_loop_size: setup and enable constant destination address DMA transfers
56 * Holds a list of address / length pairs for use with the DMAEngine
61 /* List of hardware address/length pairs */
73 * fsl_dma_slave_append - add an address/length pair to a struct fsl_dma_slave
75 * @address
81 fsl_dma_slave_append(struct fsl_dma_slave *slave, dma_addr_t address, size_t length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A D4level-fixup.h13 #define pmd_alloc(mm, pud, address) \
14 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \
15 NULL: pmd_offset(pud, address))
17 #define pud_alloc(mm, pgd, address) (pgd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable-3level.h39 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
40 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) argument
42 return (pmd_t *)pud_page_vaddr(*pud) + pmd_index(address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/cpu-sh5/cpu/
H A Dmmu_context.h18 extern void __do_tlb_refill(unsigned long address, unsigned long long is_text_not_data, pte_t *pte);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dtlb_32.h14 #define __tlb_remove_tlb_entry(tlb, pte, address) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dtlbflush.h26 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsetjmp.S14 # <return address>
27 popl %ecx # Return address, and adjust the stack
35 movl %ecx,20(%edx) # Return address
48 movl 4(%esp),%edx # jmp_ptr address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dkvm_virtio.h42 /* The address of the virtio ring */
43 __u64 address; member in struct:kvm_vqconfig
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dtlb.h10 #define __tlb_remove_tlb_entry(tlb, ptep, address) do {} while (0)

Completed in 136 milliseconds

1234567891011>>