in code/include/swoc/IPAddr.h [767:771]
inline IP4Addr::IP4Addr(string_view const &text) { if (!this->load(text)) { _addr = INADDR_ANY; } }