Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dutils.c79 #define IN6PTON_COLON_MASK 0x00700000 macro
95 return IN6PTON_COLON_MASK; 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()
148 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in4_pton()
211 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in6_pton()
227 switch (state & IN6PTON_COLON_MASK) { in in6_pton()
277 state &= ~(IN6PTON_XDIGIT|IN6PTON_COLON_MASK); in in6_pton()