Home
last modified time | relevance | path

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

/linux-2.6.39/net/core/
Dutils.c86 #define IN6PTON_COLON_2 0x00200000 /* second : requested */ macro
209 case IN6PTON_COLON_2: in in6_pton()
216 state = IN6PTON_XDIGIT | IN6PTON_COLON_2; in in6_pton()
222 state = IN6PTON_COLON_2; in in6_pton()