libnl 3.9.0
mpls.h
1#ifndef MPLS_H_
2#define MPLS_H_
3
4extern const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen);
5extern int mpls_pton(int af, const char *src, void *addr, size_t alen);
6
7#endif