Searched refs:IN6PTON_DIGIT (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/core/
H A Dutils.c76 #define IN6PTON_DIGIT 0x00020000 macro
99 return val | IN6PTON_XDIGIT | (val < 10 ? IN6PTON_DIGIT : 0);
137 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) {

Completed in 106 milliseconds