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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dutils.c50 #define IN6PTON_COLON_1_2 0x00400000 /* :: requested */ macro
138 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
177 case IN6PTON_COLON_1|IN6PTON_COLON_1_2:
183 case IN6PTON_COLON_1_2:
208 state |= IN6PTON_COLON_1_2;
212 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dutils.c87 #define IN6PTON_COLON_1_2 0x00400000 /* :: requested */ macro
175 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
214 case IN6PTON_COLON_1|IN6PTON_COLON_1_2:
220 case IN6PTON_COLON_1_2:
245 state |= IN6PTON_COLON_1_2;
249 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2);

Completed in 159 milliseconds