if_umb.c | 210 static const char *inet_ntop4(const u_char *src, char *dst, size_t size); 2736 return inet_ntop4(src, dst, (size_t)size); 2748 * inet_ntop4(src, dst, size) 2759 inet_ntop4(const u_char *src, char *dst, size_t size) function in typeref:typename:Static const char * 2857 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
|