Searched refs:dladm_get_conf_field (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlaggr.c | 285 status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64)); 290 status = dladm_get_conf_field(handle, conf, FAGGRMODE, &u64, 304 status = dladm_get_conf_field(handle, conf, FPOLICY, &u64, 310 status = dladm_get_conf_field(handle, conf, FFIXMACADDR, 318 if ((status = dladm_get_conf_field(handle, conf, FMACADDR, 328 status = dladm_get_conf_field(handle, conf, FFORCE, &attrp->lg_force, 333 status = dladm_get_conf_field(handle, conf, FLACPMODE, &u64, 339 status = dladm_get_conf_field(handle, conf, FLACPTIMER, &u64, 345 status = dladm_get_conf_field(handle, conf, FNPORTS, &u64, 358 status = dladm_get_conf_field(handl [all...] |
H A D | libdlvnic.c | 233 status = dladm_get_conf_field(handle, conf, FLINKOVER, linkover, 259 status = dladm_get_conf_field(handle, conf, FMADDRTYPE, &u64, 266 if ((status = dladm_get_conf_field(handle, conf, FVRID, 273 if ((status = dladm_get_conf_field(handle, conf, FVRAF, 280 status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64, 285 status = dladm_get_conf_field(handle, conf, FMADDRSLOT, &u64, 290 status = dladm_get_conf_field(handle, conf, FMADDRPREFIXLEN, 296 status = dladm_get_conf_field(handle, conf, FMACADDR, 313 status = dladm_get_conf_field(handle, conf, FVLANID, &u64,
|
H A D | libdlib.c | 184 status = dladm_get_conf_field(handle, conf, FLINKOVER, linkover, 198 status = dladm_get_conf_field(handle, conf, FPORTPKEY, &u64, 214 status = dladm_get_conf_field(handle, conf, FFORCE, &force, 649 status = dladm_get_conf_field(handle, conf, FLINKOVER, linkover, 668 status = dladm_get_conf_field(handle, conf, FPORTPKEY, &u64,
|
H A D | libdlbridge.c | 1165 status = dladm_get_conf_field(handle, conf, FBRIDGE, oldbridge, 1220 status = dladm_get_conf_field(handle, conf, FBRIDGE, bridge, bridgelen); 1258 status = dladm_get_conf_field(handle, conf, FBRIDGE, bridge, 1738 if ((status = dladm_get_conf_field(handle, conf, 1744 if ((status = dladm_get_conf_field(handle, conf, 1751 if ((status = dladm_get_conf_field(handle, conf, BRIDGE_PROP_PRIORITY, 1757 if ((status = dladm_get_conf_field(handle, conf, BRIDGE_PROP_MAX_AGE, 1763 if ((status = dladm_get_conf_field(handle, conf, BRIDGE_PROP_HELLO_TIME, 1769 if ((status = dladm_get_conf_field(handle, conf, BRIDGE_PROP_FWD_DELAY, 1775 if ((status = dladm_get_conf_field(handl [all...] |
H A D | libdlsim.c | 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,
|
H A D | libdllink.c | 701 ((status = dladm_get_conf_field(handle, conf1, FDEVNAME, devname, 703 ((status = dladm_get_conf_field(handle, conf1, FPHYMAJ, &phymaj, 705 ((status = dladm_get_conf_field(handle, conf1, FPHYINST, &phyinst, 1003 status = dladm_get_conf_field(handle, conf, FDEVNAME, 1007 (void) dladm_get_conf_field(handle, conf, FPHYLOC,
|
H A D | libdliptun.c | 261 if ((status = dladm_get_conf_field(handle, conf, IPTUN_CONF_TYPE, &temp, 267 if (dladm_get_conf_field(handle, conf, IPTUN_CONF_LADDR, 272 if (dladm_get_conf_field(handle, conf, IPTUN_CONF_RADDR,
|
H A D | libdllink.h | 232 extern dladm_status_t dladm_get_conf_field(dladm_handle_t, dladm_conf_t,
|
H A D | libdlmgmt.c | 970 if (dladm_get_conf_field(handle, conf, prop, links, sizeof (links)) 1064 dladm_get_conf_field(dladm_handle_t handle, dladm_conf_t conf, const char *attr, function
|
H A D | linkprop.c | 4284 status = dladm_get_conf_field(handle, conf, prop_name, buf, MAXLINELEN);
|
Completed in 61 milliseconds