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

/linux-4.4.14/net/core/
H A Dutils.c80 #define IN6PTON_COLON_1 0x00100000 /* single : requested */ macro
234 case IN6PTON_COLON_1|IN6PTON_COLON_1_2: in6_pton()
237 case IN6PTON_COLON_1: in6_pton()
260 state = IN6PTON_COLON_1 | IN6PTON_DELIM; in6_pton()
269 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2); in6_pton()

Completed in 65 milliseconds