Searched refs:macs (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.2-release/crypto/openssh/regress/
H A Dintegrity.sh11 macs=`${SSH} -Q mac`
14 macs="$macs `${SSH} -Q cipher-auth`"
24 for m in $macs; do
H A Dssh-com.sh91 macs="hmac-md5"
95 macs="$macs hmac-sha1 hmac-sha1-96 hmac-md5-96"
99 macs="$macs hmac-sha1 hmac-sha1-96 hmac-md5-96"
103 for m in $macs; do
/freebsd-10.2-release/sys/dev/virtio/network/
H A Dvirtio_net.h151 uint8_t macs[][ETHER_ADDR_LEN]; member in struct:virtio_net_ctrl_mac
H A Dif_vtnetvar.h246 uint8_t macs[VTNET_MAX_MAC_ENTRIES][ETHER_ADDR_LEN]; member in struct:vtnet_mac_table
H A Dif_vtnet.c3328 &filter->vmf_unicast.macs[ucnt], ETHER_ADDR_LEN);
3352 &filter->vmf_multicast.macs[mcnt], ETHER_ADDR_LEN);
/freebsd-10.2-release/crypto/openssh/
H A Dmac.c63 static const struct macalg macs[] = { variable in typeref:struct:macalg
102 for (m = macs; m->name != NULL; m++) {
136 for (m = macs; m->name != NULL; m++) {
243 debug3("macs ok: [%s]", names);
H A Dreadconf.h84 char *macs; /* SSH2 macs in order of preference. */ member in struct:__anon5359
H A Dservconf.h92 char *macs; /* Supported SSH2 macs. */ member in struct:__anon5369
H A Dservconf.c131 options->macs = NULL;
489 { "macs", sMacs, SSHCFG_GLOBAL },
1351 if (options->macs == NULL)
1352 options->macs = xstrdup(arg);
2095 dump_cfg_string(sMacs, o->macs ? o->macs : mac_alg_list(','));
H A Dreadconf.c211 { "macs", oMacs },
1079 if (*activep && options->macs == NULL)
1080 options->macs = xstrdup(arg);
1606 options->macs = NULL;
1749 /* options->macs, default set in myproposals.h */
H A Dsshconnect2.c194 if (options.macs != NULL) {
196 myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs;
H A Dsshd.c2517 if (options.macs != NULL) {
2519 myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs;
H A Dssh.c720 options.macs = xstrdup(optarg);
/freebsd-10.2-release/tools/tools/net80211/w00t/ap/
H A Dap.c213 unsigned char macs[6*3]; local
228 mac2str(macs, wh->i_addr2);
229 printf("Probe request for [%s] from %s\n", ptr, macs);
325 unsigned char macs[6*3]; local
345 mac2str(macs, wh->i_addr2);
346 printf("Assoc request for [%s] from %s\n", ptr, macs);
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c290 } macs[] = { local
306 for (i = 0; i < N(macs); i++)
307 if (macs[i].version == macVersion &&
308 macs[i].revMin <= macRev && macRev <= macs[i].revMax)
/freebsd-10.2-release/sys/dev/mwl/
H A Dmwlhal.h408 int mwl_hal_setmcast(struct mwl_hal *mh, int nmc, const uint8_t macs[]);
H A Dmwlhal.c1164 mwl_hal_setmcast(struct mwl_hal *mh0, int nmc, const uint8_t macs[]) argument
1176 memcpy(pCmd->MACList, macs, nmc*IEEE80211_ADDR_LEN);
H A Dif_mwl.c1801 uint8_t macs[IEEE80211_ADDR_LEN*MWL_HAL_MCAST_MAX];/* XXX stack use */
1805 mp = macs;
1820 mwl_hal_setmcast(sc->sc_mh, nmc, macs);
/freebsd-10.2-release/sys/dev/malo/
H A Dif_malohal.c897 malo_hal_setmcast(struct malo_hal *mh, int nmc, const uint8_t macs[]) argument
908 memcpy(cmd->maclist, macs, nmc * IEEE80211_ADDR_LEN);
H A Dif_malo.c1576 uint8_t macs[IEEE80211_ADDR_LEN * MALO_HAL_MCAST_MAX]; local
1580 mp = macs;
1604 malo_hal_setmcast(sc->malo_mh, nmc, macs);
/freebsd-10.2-release/sys/dev/bxe/
H A Decore_sp.c943 /* Set LLH CAM entry: currently only iSCSI and ETH macs are
3582 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->registry.exact_match.macs, link,
3695 if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs))
3713 &o->registry.exact_match.macs);
3716 elem = ECORE_LIST_FIRST_ENTRY(&o->registry.exact_match.macs,
3721 ECORE_LIST_INIT(&o->registry.exact_match.macs);
3837 /* This is needed to recover number of currently configured mcast macs
3963 ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs);
H A Decore_sp.h1009 ecore_list_t macs; member in struct:ecore_mcast_obj::__anon8154::__anon8156

Completed in 358 milliseconds