Searched refs:IN6PTON_DIGIT (Results 1 – 3 of 3) sorted by relevance
76 #define IN6PTON_DIGIT 0x00020000 macro99 return val | IN6PTON_XDIGIT | (val < 10 ? IN6PTON_DIGIT : 0); in xdigit2bin()137 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) { in in4_pton()
533 #define IN6PTON_DIGIT 0x00020000 macro553 return IN6PTON_XDIGIT | IN6PTON_DIGIT | (c - '0'); in xdigit2bin()583 (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | in in4_pton()
608 #define IN6PTON_DIGIT 0x00020000 macro627 return IN6PTON_XDIGIT | IN6PTON_DIGIT | (c - '0');655 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM |