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

/linux-master/net/core/
H A Dutils.c75 #define IN6PTON_XDIGIT 0x00010000 macro
99 return val | IN6PTON_XDIGIT | (val < 10 ? IN6PTON_DIGIT : 0);
193 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
228 state = IN6PTON_XDIGIT | IN6PTON_DELIM;
233 state = IN6PTON_XDIGIT | IN6PTON_COLON_2;
236 state = IN6PTON_XDIGIT;
260 state |= IN6PTON_XDIGIT;
275 state &= ~(IN6PTON_XDIGIT|IN6PTON_COLON_MASK);

Completed in 139 milliseconds