Searched defs:hostmodel (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c456 ip_hostmodel_t hostmodel; local
458 if (psize < sizeof (hostmodel))
464 hostmodel = IP_WEAK_ES;
467 hostmodel = IP_SRC_PRI_ES;
470 hostmodel = IP_STRONG_ES;
472 hostmodel = IP_MAXVAL_ES;
476 hostmodel = IP_WEAK_ES;
479 hostmodel = IP_SRC_PRI_ES;
482 hostmodel = IP_STRONG_ES;
484 hostmodel
[all...]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c140 { "hostmodel", NULL, IPADMPROP_CLASS_MODULE, MOD_PROTO_IPV6, 0,
144 { "hostmodel", NULL, IPADMPROP_CLASS_MODULE, MOD_PROTO_IPV4, 0,
526 ip_hostmodel_t hostmodel; local
530 hostmodel = i_ipadm_hostmodel_str2val(pval);
531 if (hostmodel == IP_MAXVAL_ES)
533 (void) snprintf(val, sizeof (val), "%d", hostmodel);
545 ip_hostmodel_t hostmodel; local
562 bcopy(buf, &hostmodel, sizeof (hostmodel));
563 cp = i_ipadm_hostmodel_val2str(hostmodel);
[all...]

Completed in 69 milliseconds