Searched refs:IN6PTON_DELIM (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.c52 #define IN6PTON_DELIM 0x10000000 macro
61 return IN6PTON_DELIM;
72 return IN6PTON_DELIM;
95 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) {
98 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
104 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
154 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
161 if (c & IN6PTON_DELIM) {
173 state = IN6PTON_XDIGIT | IN6PTON_DELIM;
203 state = IN6PTON_COLON_1 | IN6PTON_DELIM;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dutils.c89 #define IN6PTON_DELIM 0x10000000 macro
96 return IN6PTON_DELIM;
108 return IN6PTON_DELIM;
131 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) {
134 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
140 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
191 if (c & (IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
198 if (c & IN6PTON_DELIM) {
210 state = IN6PTON_XDIGIT | IN6PTON_DELIM;
240 state = IN6PTON_COLON_1 | IN6PTON_DELIM;
[all...]

Completed in 41 milliseconds