Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
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()