Searched defs:mac_fixed (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlsim.c142 boolean_t mac_fixed; local
164 (void) dladm_aggr_str2macaddr(macstr, &mac_fixed, attrp->sna_mac_addr);
H A Dlibdlaggr.c835 * equal to 'auto', zero out mac-addr and set mac_fixed to B_TRUE.
839 dladm_aggr_str2macaddr(const char *str, boolean_t *mac_fixed, uchar_t *mac_addr) argument
844 *mac_fixed = (strcmp(str, "auto") != 0);
845 if (!*mac_fixed) {
1289 uint32_t modify_mask, uint32_t policy, boolean_t mac_fixed,
1298 new_attr.ld_mac_fixed = mac_fixed;
1288 dladm_aggr_modify(dladm_handle_t handle, datalink_id_t linkid, uint32_t modify_mask, 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
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_ctl.c43 boolean_t mac_fixed; local
59 mac_fixed = modify_arg->lu_mac_fixed;
73 mac_fixed, mac_addr, lacp_mode, lacp_timer));
88 boolean_t mac_fixed; local
113 mac_fixed = create_arg->lc_mac_fixed;
117 ports, policy, mac_fixed, force, mac_addr, lacp_mode, lacp_timer,
142 uchar_t *mac, boolean_t mac_fixed, boolean_t force, uint32_t policy,
154 grp.lg_mac_fixed = mac_fixed;
141 aggr_ioc_info_new_grp(void *arg, datalink_id_t linkid, uint32_t key, uchar_t *mac, boolean_t mac_fixed, boolean_t force, uint32_t policy, uint32_t nports, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer) argument
H A Daggr_grp.c1158 boolean_t mac_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode,
1168 if ((update_mask & AGGR_MODIFY_MAC) && mac_fixed &&
1180 if (mac_fixed) {
1197 grp->lg_addr_fixed = mac_fixed;
1223 boolean_t mac_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode,
1245 err = aggr_grp_modify_common(grp, update_mask, policy, mac_fixed,
1259 laioc_port_t *ports, uint32_t policy, boolean_t mac_fixed, boolean_t force,
1337 grp->lg_addr_fixed = mac_fixed;
1157 aggr_grp_modify_common(aggr_grp_t *grp, uint8_t update_mask, uint32_t policy, boolean_t mac_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer) argument
1222 aggr_grp_modify(datalink_id_t linkid, uint8_t update_mask, uint32_t policy, boolean_t mac_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer) argument
1258 aggr_grp_create(datalink_id_t linkid, uint32_t key, uint_t nports, laioc_port_t *ports, uint32_t policy, boolean_t mac_fixed, boolean_t force, uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, cred_t *credp) argument

Completed in 70 milliseconds