Home
last modified time | relevance | path

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

/xnu-12377.1.9/libkern/net/ !
H A Dinet_pton.c77 #define NS_INADDRSZ 4 in inet_pton4() macro
78 u_char tmp[NS_INADDRSZ], *tp; in inet_pton4()
115 memcpy(dst, tmp, NS_INADDRSZ); in inet_pton4()
190 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_pton6()
192 tp += NS_INADDRSZ; in inet_pton6()