OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPX_NODE_LEN
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/include/
utils.h
66
#define
IPX_NODE_LEN
6
70
u_int8_t ipx_node[
IPX_NODE_LEN
];
/bionic/libc/kernel/uapi/linux/
ipx.h
25
#define
IPX_NODE_LEN
6
32
unsigned char sipx_node[
IPX_NODE_LEN
];
46
unsigned char ipx_router_node[
IPX_NODE_LEN
];
66
unsigned char ipx_node[
IPX_NODE_LEN
];
79
unsigned char ipx_router_node[
IPX_NODE_LEN
];
/development/ndk/platforms/android-3/include/linux/
ipx.h
16
#define
IPX_NODE_LEN
6
23
unsigned char sipx_node[
IPX_NODE_LEN
];
36
unsigned char ipx_router_node[
IPX_NODE_LEN
];
53
unsigned char ipx_node[
IPX_NODE_LEN
];
65
unsigned char ipx_router_node[
IPX_NODE_LEN
];
/development/ndk/platforms/android-L/include/linux/
ipx.h
25
#define
IPX_NODE_LEN
6
32
unsigned char sipx_node[
IPX_NODE_LEN
];
46
unsigned char ipx_router_node[
IPX_NODE_LEN
];
66
unsigned char ipx_node[
IPX_NODE_LEN
];
79
unsigned char ipx_router_node[
IPX_NODE_LEN
];
/external/kernel-headers/original/uapi/linux/
ipx.h
6
#define
IPX_NODE_LEN
6
13
unsigned char sipx_node[
IPX_NODE_LEN
];
29
unsigned char ipx_router_node[
IPX_NODE_LEN
];
46
unsigned char ipx_node[
IPX_NODE_LEN
];
62
unsigned char ipx_router_node[
IPX_NODE_LEN
];
Completed in 381 milliseconds