Lines Matching refs:IN6PTON_DELIM
84 #define IN6PTON_DELIM 0x10000000 macro
93 return IN6PTON_DELIM; in xdigit2bin()
104 return IN6PTON_DELIM; 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()
218 if (c & IN6PTON_DELIM) { in in6_pton()
230 state = IN6PTON_XDIGIT | IN6PTON_DELIM; in in6_pton()
260 state = IN6PTON_COLON_1 | IN6PTON_DELIM; in in6_pton()
266 state &= ~IN6PTON_DELIM; in in6_pton()