Home
last modified time | relevance | path

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

/linux-2.6.39/net/core/
Dutils.c87 #define IN6PTON_COLON_1_2 0x00400000 /* :: requested */ macro
176 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL; in in6_pton()
215 case IN6PTON_COLON_1|IN6PTON_COLON_1_2: in in6_pton()
221 case IN6PTON_COLON_1_2: in in6_pton()
246 state |= IN6PTON_COLON_1_2; in in6_pton()
250 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2); in in6_pton()