Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Dinet_pton.c78 #define NS_INADDRSZ 4 in inet_pton4() macro
79 u_char tmp[NS_INADDRSZ], *tp; in inet_pton4()
110 memcpy(dst, tmp, NS_INADDRSZ); in inet_pton4()
179 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_pton6()
181 tp += NS_INADDRSZ; in inet_pton6()