Lines Matching defs:conf
626 dladm_conf_t conf;
630 DL_ETHER, &conf);
636 status = dladm_write_conf(handle, conf);
637 dladm_destroy_conf(handle, conf);
1044 dladm_conf_t conf;
1052 status = dladm_open_conf(handle, linkid, &conf);
1057 status = dladm_get_conf_field(handle, conf, FBRIDGE, oldbridge,
1074 status = dladm_set_conf_field(handle, conf, FBRIDGE,
1078 status = dladm_unset_conf_field(handle, conf, FBRIDGE);
1085 status = dladm_write_conf(handle, conf);
1088 dladm_destroy_conf(handle, conf);
1105 dladm_conf_t conf;
1107 if ((status = dladm_getsnap_conf(handle, linkid, &conf)) !=
1112 status = dladm_get_conf_field(handle, conf, FBRIDGE, bridge, bridgelen);
1116 dladm_destroy_conf(handle, conf);
1143 dladm_conf_t conf;
1147 if ((status = dladm_getsnap_conf(handle, linkid, &conf)) !=
1150 status = dladm_get_conf_field(handle, conf, FBRIDGE, bridge,
1154 dladm_destroy_conf(handle, conf);
1157 dladm_destroy_conf(handle, conf);