Searched refs:mac_fixed (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlsim.c143 boolean_t mac_fixed; local
165 (void) dladm_aggr_str2macaddr(macstr, &mac_fixed, attrp->sna_mac_addr);
H A Dlibdlaggr.c948 * equal to 'auto', zero out mac-addr and set mac_fixed to B_TRUE.
952 dladm_aggr_str2macaddr(const char *str, boolean_t *mac_fixed, uchar_t *mac_addr) argument
957 *mac_fixed = (strcmp(str, "auto") != 0);
958 if (!*mac_fixed) {
1450 boolean_t mac_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode,
1459 new_attr.ld_mac_fixed = mac_fixed;
1448 dladm_aggr_modify(dladm_handle_t handle, datalink_id_t linkid, uint32_t modify_mask, aggr_mode_t aggr_mode, uint32_t policy, boolean_t mac_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, uint32_t flags) argument

Completed in 18 milliseconds