Searched refs:manc_ip_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c175 * If manc_ip_type indicates MAN network is not enabled
179 if ((manc.manc_ip_type != AF_INET) &&
180 (manc.manc_ip_type != AF_INET6)) {
H A Ddman.c7366 if (manc.manc_ip_type == AF_INET) {
7369 (void) mi_mpprintf(mp, "manc_ip_type = AF_INET");
7384 } else if (manc.manc_ip_type == AF_INET6) {
7386 (void) mi_mpprintf(mp, "manc_ip_type = AF_INET6");
7401 (void) mi_mpprintf(mp, "manc_ip_type = NONE");
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h425 int manc_ip_type; /* AF_INET or AF_INET6 */ member in struct:manc_s

Completed in 76 milliseconds