Searched refs:IN6PTON_NULL (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.c53 #define IN6PTON_NULL 0x20000000 /* first/tail */ macro
138 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
156 if (!(state & IN6PTON_NULL)) {
175 state |= IN6PTON_NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dutils.c90 #define IN6PTON_NULL 0x20000000 /* first/tail */ macro
175 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
193 if (!(state & IN6PTON_NULL)) {
212 state |= IN6PTON_NULL;

Completed in 42 milliseconds