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