Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dutils.c83 #define IN6PTON_COLON_2 0x00200000 /* second : requested */ macro
230 case IN6PTON_COLON_2: in in6_pton()
237 state = IN6PTON_XDIGIT | IN6PTON_COLON_2; in in6_pton()
243 state = IN6PTON_COLON_2; in in6_pton()