OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXLABEL
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/private/
arpa_nameser_compat.h
139
#define
MAXLABEL
NS_MAXLABEL
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
88
#define
MAXLABEL
NS_MAXLABEL
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
88
#define
MAXLABEL
NS_MAXLABEL
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
88
#define
MAXLABEL
NS_MAXLABEL
/external/dnsmasq/src/
nameser.h
103
#define
MAXLABEL
63 /* maximum length of domain label */
/external/smack/src/org/xbill/DNS/
Name.java
48
private static final int
MAXLABEL
= 63;
145
if (len >
MAXLABEL
)
220
byte [] label = new byte[
MAXLABEL
+ 1];
240
if (pos >
MAXLABEL
)
259
if (pos >
MAXLABEL
)
347
byte [] label = new byte[
MAXLABEL
+ 1];
600
if (len >
MAXLABEL
)
707
if (len >
MAXLABEL
)
740
if (len >
MAXLABEL
)
/external/tcpdump/
nameser.h
68
#define
MAXLABEL
63 /* maximum length of domain label */
Completed in 158 milliseconds