Searched refs:IN6PTON_DOT (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.c51 #define IN6PTON_DOT 0x00800000 /* . */ macro
65 return IN6PTON_DOT;
95 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) {
98 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
193 if (c & IN6PTON_DOT) {
217 state |= IN6PTON_DOT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dutils.c88 #define IN6PTON_DOT 0x00800000 /* . */ macro
100 return IN6PTON_DOT;
131 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) {
134 if (c & (IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK)) {
230 if (c & IN6PTON_DOT) {
254 state |= IN6PTON_DOT;

Completed in 102 milliseconds