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