Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dutils.c87 #define IN6PTON_NULL 0x20000000 /* first/tail */ macro
197 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL; in in6_pton()
215 if (!(state & IN6PTON_NULL)) { in in6_pton()
234 state |= IN6PTON_NULL; in in6_pton()