OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:address
(Results
1726 - 1750
of
19436
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/dnsmasq/contrib/port-forward/
portforward
4
# to the
address
which has just been allocated by DHCP . The second field
15
# at the
address
allocated to wwwserver whenever wwwserver gets a DHCP lease.
/external/google-benchmark/
AUTHORS
6
# Name or Organization <email
address
>
7
# The email
address
is not required for organizations.
/external/google-breakpad/src/google_breakpad/processor/
microdump.h
56
// and provides access to a code module corresponding to a specific
address
.
78
// Set this region's
address
and contents. If we have placed an
86
virtual bool GetMemoryAtAddress(uint64_t
address
, uint8_t* value) const;
87
virtual bool GetMemoryAtAddress(uint64_t
address
, uint16_t* value) const;
88
virtual bool GetMemoryAtAddress(uint64_t
address
, uint32_t* value) const;
89
virtual bool GetMemoryAtAddress(uint64_t
address
, uint64_t* value) const;
95
// Fetch a little-endian value from
ADDRESS
in contents_ whose size
98
bool GetMemoryLittleEndian(uint64_t
address
, ValueType* value) const;
stack_frame.h
89
// Return the actual return
address
, as saved on the stack or in a
93
// The program counter location as an absolute virtual
address
.
98
// - For all other frames, this
address
is within the instruction that
106
// code, such that the "return
address
" (which will never be used)
110
// On some architectures, the return
address
as saved on the stack or in
112
// requires adjustment. ReturnAddress returns the
address
as saved by the
122
// The start
address
of the function, may be omitted if debug symbols
133
// The start
address
of the source line, may be omitted if debug symbols
/external/guava/guava/src/com/google/common/net/
HostSpecifier.java
29
* This may be either a numeric IP
address
in IPv4 or IPv6 notation, or a
42
* <p>If you know that a given string represents a numeric IP
address
, use
68
* <li>A IPv4
address
string, like {@code 127.0.0.1}
69
* <li>An IPv6
address
string with or without brackets, like
82
// Try to interpret the specifier as an IP
address
. Note we build
83
// the
address
rather than using the .is* methods because we want to
97
// It is not any kind of IP
address
; must be a domain name or invalid.
171
* an IPv6
address
without brackets, brackets are added so that the
/external/iproute2/lib/
mpls_pton.c
32
/* Bad character in the
address
*/
39
/* The
address
was too long */
/external/iproute2/man/man8/
ip-ntable.8
11
.B
address
92
Changes the number of packets queued while
address
is being resolved from the
tc-flow.8
150
it may be given in IP
address
notation. See below for an illustrating example.
172
Use source or destination
address
as key. In case of IPv4 and TIPC, this is the
173
actual
address
value. For IPv6, the 128bit
address
is folded into a 32bit value
175
address
is used (after folding into 32bits on 64bit systems).
182
socket
address
is used instead.
186
kernel-internal dst_entry
address
is used after XOR'ing with the packet's
202
Use the associated conntrack entry
address
as key.
/external/iproute2/tipc/
misc.c
26
fprintf(stderr, "invalid network
address
, syntax: Z.C.N\n");
33
fprintf(stderr, "invalid network
address
\"%s\"\n", str);
/external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-plainrsa
18
my_identifier
address
;
19
peers_identifier
address
;
/external/iptables/extensions/
libxt_REDIRECT.man
9
destination IP to the primary
address
of the incoming interface
10
(locally-generated packets are mapped to the localhost
address
,
libxt_SET.man
5
add the
address
(es)/port(s) of the packet to the set
8
delete the
address
(es)/port(s) of the packet from the set
/external/kernel-headers/original/uapi/asm-generic/
errno-base.h
9
#define ENXIO 6 /* No such device or
address
*/
17
#define EFAULT 14 /* Bad
address
*/
resource.h
34
# define RLIMIT_MEMLOCK 8 /* max locked-in-memory
address
space */
38
# define RLIMIT_AS 9 /*
address
space limit */
/external/kernel-headers/original/uapi/linux/
auxvec.h
15
#define AT_BASE 7 /* base
address
of interpreter */
30
#define AT_RANDOM 25 /*
address
of 16 random bytes */
netfilter_decnet.h
18
/* Src IP
address
. */
20
/* Dest IP
address
. */
/external/libhevc/decoder/
ihevcd_job_queue.h
45
/** Pointer to current
address
where new job can be added */
48
/** Pointer to current
address
from where next job can be obtained */
/external/libnl/include/netlink/
addr.h
2
* netlink/addr.h Abstract
Address
58
/*
Address
Family Translations */
/external/libnl/src/lib/
neigh.c
40
nl_cli_fatal(err, "Unable to set local
address
: %s",
72
"Unable to translate
address
family \"%s\"", arg);
/external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h
13
// Instructions reference the
address
of these jump tables through the use of
15
// virtual
address
references are converted to refer to the
address
of the
47
/// EK_BlockAddress - Each entry is a plain
address
of block, e.g.:
51
/// EK_GPRel64BlockAddress - Each entry is an
address
of block, encoded
56
/// EK_GPRel32BlockAddress - Each entry is an
address
of block, encoded
61
/// EK_LabelDifference32 - Each entry is the
address
of the block minus
62
/// the
address
of the jump table. This is used for PIC jump tables where
/external/llvm/test/CodeGen/ARM/
indirectbr-3.ll
11
; CHECK: Block
address
taken
14
; CHECK-NOT:
Address
of block that was removed by CodeGen
/external/llvm/test/CodeGen/NVPTX/
generic-to-nvvm.ll
6
; Ensure global variables in
address
space 0 are promoted to
address
space 1
/external/llvm/test/CodeGen/SystemZ/
addr-02.ll
1
; addr-01.ll in which the
address
is also used in a non-
address
context.
7
; A simple index
address
.
19
; An
address
with an index and a displacement (order 1).
32
; An
address
with an index and a displacement (order 2).
45
; An
address
with an index and a subtracted displacement (order 1).
58
; An
address
with an index and a subtracted displacement (order 2).
71
; An
address
with an index and a displacement added using OR.
/external/llvm/test/CodeGen/X86/GC/
erlang-gc.ll
11
; CHECK64-NEXT: .long .Ltmp0 # safe point
address
19
; CHECK32-NEXT: .long .Ltmp0 # safe point
address
/external/llvm/test/DebugInfo/Mips/
fn-call-line.ll
4
; Mips used to generate 'jumpy' debug line info around calls. The
address
8
; ..
address
calculation ..
10
; ..
address
calculation ..
14
; ..
address
calculation ..
22
; ..
address
calculation ..
25
; ..
address
calculation ..
28
; ..
address
calculation ..
47
; INT: {{^}}
Address
Completed in 2990 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>