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

/linux-master/net/core/
H A Dutils.c78 #define IN6PTON_COLON_1 0x00100000 /* single : requested */ macro
232 case IN6PTON_COLON_1|IN6PTON_COLON_1_2:
235 case IN6PTON_COLON_1:
258 state = IN6PTON_COLON_1 | IN6PTON_DELIM;
267 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2);

Completed in 71 milliseconds