Searched refs:IN6PTON_DIGIT (Results 1 – 1 of 1) sorted by relevance
83 #define IN6PTON_DIGIT 0x00020000 macro106 return val | IN6PTON_XDIGIT | (val < 10 ? IN6PTON_DIGIT : 0); in xdigit2bin()132 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) { in in4_pton()