Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c454 ip_hostmodel_t hostmodel; in ip_get_hostmodel() local
456 if (psize < sizeof (hostmodel)) in ip_get_hostmodel()
462 hostmodel = IP_WEAK_ES; in ip_get_hostmodel()
465 hostmodel = IP_SRC_PRI_ES; in ip_get_hostmodel()
468 hostmodel = IP_STRONG_ES; in ip_get_hostmodel()
470 hostmodel = IP_MAXVAL_ES; in ip_get_hostmodel()
474 hostmodel = IP_WEAK_ES; in ip_get_hostmodel()
477 hostmodel = IP_SRC_PRI_ES; in ip_get_hostmodel()
480 hostmodel = IP_STRONG_ES; in ip_get_hostmodel()
482 hostmodel = IP_MAXVAL_ES; in ip_get_hostmodel()
[all …]
/onnv-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c509 ip_hostmodel_t hostmodel; in i_ipadm_set_hostmodel() local
513 hostmodel = i_ipadm_hostmodel_str2val(pval); in i_ipadm_set_hostmodel()
514 if (hostmodel == IP_MAXVAL_ES) in i_ipadm_set_hostmodel()
516 (void) snprintf(val, sizeof (val), "%d", hostmodel); in i_ipadm_set_hostmodel()
528 ip_hostmodel_t hostmodel; in i_ipadm_get_hostmodel() local
545 bcopy(buf, &hostmodel, sizeof (hostmodel)); in i_ipadm_get_hostmodel()
546 cp = i_ipadm_hostmodel_val2str(hostmodel); in i_ipadm_get_hostmodel()