HomeSort by relevance Sort by last modified time
    Searched full:dnet_ntop (Results 1 - 5 of 5) sorted by null

  /external/iproute2/lib/
dnet_ntop.c 89 const char *dnet_ntop(int af, const void *addr, char *str, size_t len) function
utils.c 536 return dnet_ntop(af, &dna, buf, buflen);
  /external/iproute2/
Makefile 28 ADDLIB+=dnet_ntop.o dnet_pton.o
  /external/iproute2/include/
utils.h 109 const char *dnet_ntop(int af, const void *addr, char *str, size_t len);
  /external/libnl/lib/
addr.c 66 static const char *dnet_ntop(char *addrbuf, size_t addrlen, char *str, function
853 dnet_ntop(addr->a_addr, addr->a_len, buf, size);

Completed in 476 milliseconds