Sign in
android
/
platform
/
external
/
libnl
/
df875e2920cc4165f25a00a40fc0b569528c771b
/
.
/
lib
/
mpls.h
blob: 591b3cc10dd46bd6110fddb73dc959ae18158db2 [
file
]
#ifndef
MPLS_H_
#define
MPLS_H_
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
);
#endif