Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dutils.c81 #define IN6PTON_COLON_2 0x00200000 /* second : requested */ macro
228 case IN6PTON_COLON_2: in in6_pton()
235 state = IN6PTON_XDIGIT | IN6PTON_COLON_2; in in6_pton()
241 state = IN6PTON_COLON_2; in in6_pton()