Searched refs:families (Results 1 – 8 of 8) sorted by relevance
8 # all network address families previously
134 # No creation of sockets families other than AF_UNIX sockets.137 # Many of these are socket families which have never and will never
202 static const int families[] = {PF_INET, PF_INET6, PF_UNSPEC}; in TEST_F() local213 for (const auto& family : families) { in TEST_F()