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