Searched refs:IN6PTON_DOT (Results 1 – 3 of 3) sorted by relevance
81 #define IN6PTON_DOT 0x00800000 /* . */ macro95 return IN6PTON_DOT; 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()248 if (c & IN6PTON_DOT) { in in6_pton()272 state |= IN6PTON_DOT; in in6_pton()
538 #define IN6PTON_DOT 0x00800000 /* . */ macro551 return IN6PTON_DOT; 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()
613 #define IN6PTON_DOT 0x00800000 /* . */ macro625 return IN6PTON_DOT;655 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM |659 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) {