Searched refs:IN6PTON_XDIGIT (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.c45 #define IN6PTON_XDIGIT 0x00010000 macro
69 return val | IN6PTON_XDIGIT | (val < 10 ? IN6PTON_DIGIT : 0);
138 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
173 state = IN6PTON_XDIGIT | IN6PTON_DELIM;
178 state = IN6PTON_XDIGIT | IN6PTON_COLON_2;
181 state = IN6PTON_XDIGIT;
205 state |= IN6PTON_XDIGIT;
220 state &= ~(IN6PTON_XDIGIT|IN6PTON_COLON_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dutils.c82 #define IN6PTON_XDIGIT 0x00010000 macro
102 return (IN6PTON_XDIGIT | IN6PTON_DIGIT| (c - '0'));
104 return (IN6PTON_XDIGIT | (c - 'a' + 10));
106 return (IN6PTON_XDIGIT | (c - 'A' + 10));
175 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
210 state = IN6PTON_XDIGIT | IN6PTON_DELIM;
215 state = IN6PTON_XDIGIT | IN6PTON_COLON_2;
218 state = IN6PTON_XDIGIT;
242 state |= IN6PTON_XDIGIT;
257 state &= ~(IN6PTON_XDIGIT|IN6PTON_COLON_MAS
[all...]

Completed in 89 milliseconds