Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dutils.c83 #define IN6PTON_DOT 0x00800000 /* . */ macro
97 return IN6PTON_DOT; in xdigit2bin()
139 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) { in in4_pton()
142 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in4_pton()
250 if (c & IN6PTON_DOT) { in in6_pton()
274 state |= IN6PTON_DOT; in in6_pton()