OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LWTUNNEL_ENCAP_NONE
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
lwtunnel_encap_types.h
6
#if defined(
LWTUNNEL_ENCAP_NONE
) || (defined(HAVE_DECL_LWTUNNEL_ENCAP_NONE) && HAVE_DECL_LWTUNNEL_ENCAP_NONE)
8
static_assert((
LWTUNNEL_ENCAP_NONE
) == (0), "
LWTUNNEL_ENCAP_NONE
!= 0");
11
# define
LWTUNNEL_ENCAP_NONE
0
66
XLAT(
LWTUNNEL_ENCAP_NONE
),
/bionic/libc/kernel/uapi/linux/
lwtunnel.h
23
LWTUNNEL_ENCAP_NONE
,
/external/iproute2/include/uapi/linux/
lwtunnel.h
8
LWTUNNEL_ENCAP_NONE
,
/external/kernel-headers/original/uapi/linux/
lwtunnel.h
8
LWTUNNEL_ENCAP_NONE
,
/external/strace/tests/
nlattr_rtmsg.c
39
#define
LWTUNNEL_ENCAP_NONE
0
215
const uint16_t encap_type =
LWTUNNEL_ENCAP_NONE
;
219
printf("
LWTUNNEL_ENCAP_NONE
"));
/external/strace/tests-m32/
nlattr_rtmsg.c
39
#define
LWTUNNEL_ENCAP_NONE
0
215
const uint16_t encap_type =
LWTUNNEL_ENCAP_NONE
;
219
printf("
LWTUNNEL_ENCAP_NONE
"));
/external/strace/tests-mx32/
nlattr_rtmsg.c
39
#define
LWTUNNEL_ENCAP_NONE
0
215
const uint16_t encap_type =
LWTUNNEL_ENCAP_NONE
;
219
printf("
LWTUNNEL_ENCAP_NONE
"));
/external/iproute2/ip/
iproute_lwtunnel.c
89
return
LWTUNNEL_ENCAP_NONE
;
Completed in 615 milliseconds