Lines Matching refs:size
35 char *dst, size_t size) __THROW;
48 inet_net_ntop (int af, const void *src, int bits, char *dst, size_t size) in inet_net_ntop() argument
52 return (inet_net_ntop_ipv4(src, bits, dst, size)); in inet_net_ntop()
73 inet_net_ntop_ipv4 (const u_char *src, int bits, char *dst, size_t size) in inet_net_ntop_ipv4() argument
85 if (size < sizeof "0") in inet_net_ntop_ipv4()
88 size--; in inet_net_ntop_ipv4()
94 if (size < sizeof "255.") in inet_net_ntop_ipv4()
102 size -= (size_t)(dst - t); in inet_net_ntop_ipv4()
108 if (size < sizeof ".255") in inet_net_ntop_ipv4()
115 size -= (size_t)(dst - t); in inet_net_ntop_ipv4()
119 if (size < sizeof "/32") in inet_net_ntop_ipv4()