HomeSort by: relevance | last modified time | path
    Searched defs:inet_net_ntop_ipv4 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/inet/
inet_net_ntop.c 52 static char * inet_net_ntop_ipv4(const u_char *src, int bits,
72 return (inet_net_ntop_ipv4(src, bits, dst, size));
83 * inet_net_ntop_ipv4(src, bits, dst, size)
95 inet_net_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) function in typeref:typename:char *
inet_net_ntop.c 52 static char * inet_net_ntop_ipv4(const u_char *src, int bits,
72 return (inet_net_ntop_ipv4(src, bits, dst, size));
83 * inet_net_ntop_ipv4(src, bits, dst, size)
95 inet_net_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) function in typeref:typename:char *

Completed in 22 milliseconds