Searched refs:IN6PTON_DIGIT (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.c46 #define IN6PTON_DIGIT 0x00020000 macro
69 return val | IN6PTON_XDIGIT | (val < 10 ? IN6PTON_DIGIT : 0);
95 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dutils.c83 #define IN6PTON_DIGIT 0x00020000 macro
102 return (IN6PTON_XDIGIT | IN6PTON_DIGIT| (c - '0'));
131 if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | IN6PTON_COLON_MASK))) {

Completed in 118 milliseconds