Searched refs:macs (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | mac.c | 46 } macs[] = { variable 62 mac->type = macs[which].type; in mac_setup_by_id() 64 mac->evp_md = (*macs[which].mdfunc)(); in mac_setup_by_id() 70 if (macs[which].truncatebits != 0) in mac_setup_by_id() 71 mac->mac_len = macs[which].truncatebits / 8; in mac_setup_by_id() 79 for (i = 0; macs[i].name; i++) { in mac_setup() 80 if (strcmp(name, macs[i].name) == 0) { in mac_setup()
|
H A D | readconf.c | 706 if (*activep && options->macs == NULL) in process_config_line() 707 options->macs = xstrdup(arg); in process_config_line() 967 options->macs = NULL; in initialize_options()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | readconf.h | 111 char *macs; /* SSH2 macs in order of preference. */ member
|
H A D | servconf.h | 73 char *macs; /* Supported SSH2 macs. */ member
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_stats.c | 823 mm_mem_zero( &pdev->vars.stats.stats_mirror.stats_hw.macs[STATS_MACS_IDX_CURRENT], in lm_stats_on_link_update() 824 sizeof(pdev->vars.stats.stats_mirror.stats_hw.macs[STATS_MACS_IDX_CURRENT]) ) ; in lm_stats_on_link_update() 2254 macs[STATS_MACS_IDX_TOTAL].field_mirror += lm_stats_hw_macs_assign( pdev, \ 2257 &(macs[STATS_MACS_IDX_CURRENT].field_mirror) ) ; 2393 stats_macs_t *macs = &pdev->vars.stats.stats_mirror.stats_hw.macs[STATS_MACS_IDX_CURRENT]; in lm_stats_hw_bmac1_assign() local 2411 stats_macs_t *macs = &pdev->vars.stats.stats_mirror.stats_hw.macs[STATS_MACS_IDX_CURRENT]; in lm_stats_hw_bmac2_assign() local 2433 stats_macs_t *macs = &pdev->vars.stats.stats_mirror.stats_hw.macs[STATS_MACS_IDX_CURRENT]; in lm_stats_hw_mstat_assign() local 2456 stats_macs_t *macs = &pdev->vars.stats.stats_mirror.stats_hw.macs[STATS_MACS_IDX_CURRENT]; in lm_stats_hw_emac_assign() local 2566 …stats_macs_t* assigned_hw_stats = &pdev->vars.stats.stats_mirror.stats_hw.macs[STATS_MACS_IDX_TOTA… in lm_stats_hw_assign() 3331 … LM_STATS_64_TO_HI_LO( stats_hw->macs[i]._hw_field, mcp_port->mac_stx[i]._mcp_field );\ in lm_stats_port_to_from() [all …]
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm_stats.h | 79 #define LM_STATS_HW_GET_MACS_U64(_pdev, field_name) ( _pdev->vars.stats.stats_mirror.stats_hw.macs[… 769 … stats_macs_t macs[STATS_MACS_IDX_MAX] ; // 2 copies, one for pre-reset values, one for updating member
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | servconf.c | 132 options->macs = NULL; in initialize_server_options() 1182 if (options->macs == NULL) in process_server_config_line() 1183 options->macs = xstrdup(arg); in process_server_config_line()
|
H A D | sshd.c | 1949 if (options.macs != NULL) { in prepare_for_ssh2_kex() 1951 myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs; in prepare_for_ssh2_kex()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect2.c | 133 if (options.macs != NULL) { in ssh_kex2() 135 myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs; in ssh_kex2()
|
H A D | ssh.c | 447 options.macs = xstrdup(optarg);
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.h | 614 d_list_t macs; member
|
H A D | ecore_sp_verbs.c | 3834 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->registry.exact_match.macs, link, in ecore_mcast_handle_restore_cmd_e1() 3947 if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs)) in ecore_mcast_refresh_registry_e1() 3965 &o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1() 3968 elem = ECORE_LIST_FIRST_ENTRY(&o->registry.exact_match.macs, in ecore_mcast_refresh_registry_e1() 3973 ECORE_LIST_INIT(&o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1() 4230 ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs); in ecore_init_mcast_obj()
|