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

/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c52 for (pinfo = ptbl; pinfo->mpi_name != NULL; pinfo++) {
53 if (strcmp(pinfo->mpi_name, prop_name) == 0 &&
322 for (prop = ptbl; prop->mpi_name != NULL; prop++) {
323 if (prop->mpi_name[0] == '\0' ||
324 strcmp(prop->mpi_name, "?") == 0) {
327 nbytes = snprintf(pval, size, "%s %d %d", prop->mpi_name,
H A Dtunables.h107 char *mpi_name; /* property name */ member in struct:mod_prop_info_s
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c370 isv6 = (strcmp(pinfo->mpi_name, "ip6_strict_src_multihoming") == 0);

Completed in 47 milliseconds