OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpls_ntop
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/lib/
mpls_ntop.c
37
const char *
mpls_ntop
(int af, const void *addr, char *buf, size_t buflen)
function
utils.c
715
return
mpls_ntop
(af, addr, buf, buflen);
/external/iproute2/include/
utils.h
146
const char *
mpls_ntop
(int af, const void *addr, char *str, size_t len);
Completed in 6597 milliseconds