Home
last modified time | relevance | path

Searched refs:mpls_ntop (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/include/netlink-private/route/
Dmpls.h8 extern const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen);
/third_party/libnl/lib/
Dmpls.c46 const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen) in mpls_ntop() function
Daddr.c1023 mpls_ntop(AF_MPLS, addr->a_addr, buf, size); in nl_addr2str()