Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds