summaryrefslogtreecommitdiff
path: root/include/netlink-private/route/mpls.h
blob: 502fd34ad4fb54b00eec232b3be02ea4eb016892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MPLS_H_
#define MPLS_H_

#ifdef __cplusplus
extern "C" {
#endif

extern const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen);
extern int mpls_pton(int af, const char *src, void *addr, size_t alen);

#ifdef __cplusplus
}
#endif

#endif