MCPcopy Create free account
hub / github.com/apache/trafficserver / IN6_IS_ADDR_UNSPECIFIED

Function IN6_IS_ADDR_UNSPECIFIED

include/tscore/ink_inet.h:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#undef IN6_IS_ADDR_UNSPECIFIED
42#endif
43static inline bool
44IN6_IS_ADDR_UNSPECIFIED(in6_addr const *addr)
45{
46 uint64_t const *w = reinterpret_cast<uint64_t const *>(addr);
47 return 0 == w[0] && 0 == w[1];
48}
49#endif
50
51/*

Callers 6

is_anyMethod · 0.85
is_addr_validFunction · 0.85
get_local_addrMethod · 0.85
ats_is_ip_anyFunction · 0.85
isAnyAddrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected