Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c411 nwamd_str2sockaddr(sa_family_t af, const char *straddr, in nwamd_str2sockaddr() function
499 if (nwamd_str2sockaddr(AF_INET, ip_address, &wa.sockaddr) != NULL) { in test_condition_ip_address()
502 } else if (nwamd_str2sockaddr(AF_INET6, ip_address, &wa.sockaddr) in test_condition_ip_address()