Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dutils.c79 #define IN6PTON_COLON_2 0x00200000 /* second : requested */ macro
226 case IN6PTON_COLON_2: in in6_pton()
233 state = IN6PTON_XDIGIT | IN6PTON_COLON_2; in in6_pton()
239 state = IN6PTON_COLON_2; in in6_pton()