Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dutils.c79 #define IN6PTON_XDIGIT 0x00010000 macro
103 return val | IN6PTON_XDIGIT | (val < 10 ? IN6PTON_DIGIT : 0); in xdigit2bin()
197 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL; in in6_pton()
232 state = IN6PTON_XDIGIT | IN6PTON_DELIM; in in6_pton()
237 state = IN6PTON_XDIGIT | IN6PTON_COLON_2; in in6_pton()
240 state = IN6PTON_XDIGIT; in in6_pton()
264 state |= IN6PTON_XDIGIT; in in6_pton()
279 state &= ~(IN6PTON_XDIGIT|IN6PTON_COLON_MASK); in in6_pton()