Searched refs:IN6PTON_NULL (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dutils.c90 #define IN6PTON_NULL 0x20000000 /* first/tail */ macro
187 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL;
205 if (!(state & IN6PTON_NULL)) {
224 state |= IN6PTON_NULL;

Completed in 47 milliseconds