xref: /aosp_15_r20/external/libnl/lib/mpls.h (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
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