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

/linux-4.4.14/net/core/
H A Dutils.c77 #define IN6PTON_XDIGIT 0x00010000 macro
101 return val | IN6PTON_XDIGIT | (val < 10 ? IN6PTON_DIGIT : 0); xdigit2bin()
195 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL; in6_pton()
230 state = IN6PTON_XDIGIT | IN6PTON_DELIM; in6_pton()
235 state = IN6PTON_XDIGIT | IN6PTON_COLON_2; in6_pton()
238 state = IN6PTON_XDIGIT; in6_pton()
262 state |= IN6PTON_XDIGIT; in6_pton()
277 state &= ~(IN6PTON_XDIGIT|IN6PTON_COLON_MASK); in6_pton()

Completed in 69 milliseconds