Home
last modified time | relevance | path

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

/net/core/
Dutils.c83 #define IN6PTON_DIGIT 0x00020000 macro
102 return (IN6PTON_XDIGIT | IN6PTON_DIGIT| (c - '0')); in xdigit2bin()
131 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) { in in4_pton()