Searched refs:addr_chars (Results 1 – 1 of 1) sorted by relevance
956 const char *addr_chars = NULL; in v2i_IPAddrBlocks() local977 addr_chars = v4addr_chars; in v2i_IPAddrBlocks()980 addr_chars = v6addr_chars; in v2i_IPAddrBlocks()1025 i1 = strspn(s, addr_chars); in v2i_IPAddrBlocks()1054 i2 = i1 + strspn(s + i1, addr_chars); in v2i_IPAddrBlocks()
Completed in 9 milliseconds