OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpls_label
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/linux/
mpls.h
23
struct
mpls_label
{
struct
/external/iproute2/include/linux/
mpls.h
21
struct
mpls_label
{
struct
/external/kernel-headers/original/uapi/linux/
mpls.h
21
struct
mpls_label
{
struct
/external/iproute2/lib/
mpls_ntop.c
9
static const char *mpls_ntop1(const struct
mpls_label
*addr, char *buf, size_t buflen)
42
return mpls_ntop1((struct
mpls_label
*)addr, buf, buflen);
mpls_pton.c
10
static int mpls_pton1(const char *name, struct
mpls_label
*addr)
50
err = mpls_pton1(src, (struct
mpls_label
*)addr);
Completed in 140 milliseconds