Lines Matching defs:conf
138 dladm_conf_t conf;
146 &conf)) != DLADM_STATUS_OK)
149 status = dladm_get_conf_field(handle, conf, FSIMNETTYPE, &u64,
155 status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64,
161 status = dladm_get_conf_field(handle, conf, FMACADDR, macstr,
168 if (dladm_get_conf_field(handle, conf, FSIMNETPEER, simnetpeer,
176 dladm_destroy_conf(handle, conf);
228 dladm_conf_t conf;
231 status = dladm_open_conf(handle, simnet_id, &conf);
236 (void) dladm_unset_conf_field(handle, conf, FSIMNETPEER);
241 status = dladm_set_conf_field(handle, conf,
248 status = dladm_write_conf(handle, conf, simnet_id);
250 dladm_destroy_conf(handle, conf);
517 dladm_conf_t conf;
523 DATALINK_CLASS_SIMNET, attrp->sna_type, &conf)) != DLADM_STATUS_OK)
526 status = dladm_set_conf_field(handle, conf, FMACADDR,
532 status = dladm_set_conf_field(handle, conf, FSIMNETTYPE,
538 status = dladm_set_conf_field(handle, conf, FMADDRLEN,
543 status = dladm_write_conf(handle, conf, attrp->sna_link_id);
545 dladm_destroy_conf(handle, conf);