Home
last modified time | relevance | path

Searched refs:INADDRSZ (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dinet_pton.c38 #define INADDRSZ 4 macro
104 unsigned char tmp[INADDRSZ], *tp; in inet_pton4()
140 memcpy(dst, tmp, INADDRSZ); in inet_pton4()
207 if(ch == '.' && ((tp + INADDRSZ) <= endp) && in inet_pton6()
209 tp += INADDRSZ; in inet_pton6()
H A Dinet_ntop.c41 #define INADDRSZ 4 macro

Completed in 6 milliseconds