Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dutils.c82 #define IN6PTON_COLON_1 0x00100000 /* single : requested */ macro
236 case IN6PTON_COLON_1|IN6PTON_COLON_1_2: in in6_pton()
239 case IN6PTON_COLON_1: in in6_pton()
262 state = IN6PTON_COLON_1 | IN6PTON_DELIM; in in6_pton()
271 state &= ~(IN6PTON_COLON_1|IN6PTON_COLON_1_2); in in6_pton()