Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dutils.c78 #define IN6PTON_COLON_1 0x00100000 /* single : requested */ macro
232 case IN6PTON_COLON_1|IN6PTON_COLON_1_2: in in6_pton()
235 case IN6PTON_COLON_1: in in6_pton()
258 state = IN6PTON_COLON_1 | IN6PTON_DELIM; 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.c78 #define IN6PTON_COLON_1 0x00100000 /* single : requested */ macro
232 case IN6PTON_COLON_1|IN6PTON_COLON_1_2: in in6_pton()
235 case IN6PTON_COLON_1: in in6_pton()
258 state = IN6PTON_COLON_1 | IN6PTON_DELIM; in in6_pton()
267 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2); in in6_pton()

Completed in 2 milliseconds