OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ATM_E164_LEN
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/linux/
atm.h
142
#define
ATM_E164_LEN
12
164
char pub[
ATM_E164_LEN
+1];
/development/ndk/platforms/android-3/include/linux/
atm.h
132
#define
ATM_E164_LEN
12
153
char pub[
ATM_E164_LEN
+1];
/development/ndk/platforms/android-L/include/linux/
atm.h
142
#define
ATM_E164_LEN
12
164
char pub[
ATM_E164_LEN
+1];
/external/iproute2/include/linux/
atm.h
187
#define
ATM_E164_LEN
12 /* maximum E.164 number length */
209
char pub[
ATM_E164_LEN
+1]; /* public address (E.164) */
/external/kernel-headers/original/uapi/linux/
atm.h
187
#define
ATM_E164_LEN
12 /* maximum E.164 number length */
209
char pub[
ATM_E164_LEN
+1]; /* public address (E.164) */
Completed in 541 milliseconds