Home
last modified time | relevance | path

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

/linux-3.4.99/net/core/
Dutils.c89 #define IN6PTON_DELIM 0x10000000 macro
98 return IN6PTON_DELIM; in xdigit2bin()
109 return IN6PTON_DELIM; in xdigit2bin()
132 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) { in in4_pton()
135 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in4_pton()
141 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in4_pton()
192 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) { in in6_pton()
199 if (c & IN6PTON_DELIM) { in in6_pton()
211 state = IN6PTON_XDIGIT | IN6PTON_DELIM; in in6_pton()
241 state = IN6PTON_COLON_1 | IN6PTON_DELIM; in in6_pton()
[all …]