Searched refs:IN6PTON_DELIM (Results 1 – 3 of 3) sorted by relevance
82 #define IN6PTON_DELIM 0x10000000 macro91 return IN6PTON_DELIM; in xdigit2bin()102 return IN6PTON_DELIM; in xdigit2bin()137 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) { in in4_pton()140 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in4_pton()146 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in4_pton()209 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in6_pton()216 if (c & IN6PTON_DELIM) { in in6_pton()228 state = IN6PTON_XDIGIT | IN6PTON_DELIM; in in6_pton()258 state = IN6PTON_COLON_1 | IN6PTON_DELIM; in in6_pton()[all …]
539 #define IN6PTON_DELIM 0x10000000 macro547 return IN6PTON_DELIM; in xdigit2bin()559 return IN6PTON_DELIM; in xdigit2bin()583 (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | in in4_pton()587 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in4_pton()593 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in4_pton()
614 #define IN6PTON_DELIM 0x10000000 macro621 return IN6PTON_DELIM;633 return IN6PTON_DELIM;655 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM |659 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) {665 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) {