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

/linux-4.4.14/net/core/
H A Dutils.c82 #define IN6PTON_COLON_1_2 0x00400000 /* :: requested */ macro
195 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL; in6_pton()
234 case IN6PTON_COLON_1|IN6PTON_COLON_1_2: in6_pton()
240 case IN6PTON_COLON_1_2: in6_pton()
265 state |= IN6PTON_COLON_1_2; in6_pton()
269 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2); in6_pton()

Completed in 32 milliseconds