Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dutils.c80 #define IN6PTON_COLON_1_2 0x00400000 /* :: requested */ macro
193 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL; in in6_pton()
232 case IN6PTON_COLON_1|IN6PTON_COLON_1_2: in in6_pton()
238 case IN6PTON_COLON_1_2: in in6_pton()
263 state |= IN6PTON_COLON_1_2; in in6_pton()
267 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2); in in6_pton()
/kernel/linux/linux-6.6/net/core/
H A Dutils.c80 #define IN6PTON_COLON_1_2 0x00400000 /* :: requested */ macro
193 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL; in in6_pton()
232 case IN6PTON_COLON_1|IN6PTON_COLON_1_2: in in6_pton()
238 case IN6PTON_COLON_1_2: in in6_pton()
263 state |= IN6PTON_COLON_1_2; in in6_pton()
267 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2); in in6_pton()

Completed in 2 milliseconds