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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dutils.c87 #define IN6PTON_COLON_1_2 0x00400000 /* :: requested */ macro
187 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
226 case IN6PTON_COLON_1|IN6PTON_COLON_1_2:
232 case IN6PTON_COLON_1_2:
257 state |= IN6PTON_COLON_1_2;
261 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2);

Completed in 80 milliseconds