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

/linux-master/net/core/
H A Dutils.c81 #define IN6PTON_DOT 0x00800000 /* . */ macro
95 return IN6PTON_DOT;
137 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) {
140 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
248 if (c & IN6PTON_DOT) {
272 state |= IN6PTON_DOT;

Completed in 109 milliseconds