Searched refs:mac (Results 251 - 275 of 510) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dmd4-internal.c35 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) argument
43 MD4Final(mac, &ctx);
H A Dmd5-internal.c34 * @mac: Buffer for the hash
37 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) argument
45 MD5Final(mac, &ctx);
H A Dsha1-internal.c33 * @mac: Buffer for the hash
36 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) argument
44 SHA1Final(mac, &ctx);
/freebsd-9.3-release/sys/boot/fdt/dts/
H A Ddb88f6281.dts203 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dmpc8572ds.dts399 local-mac-address = [ 00 00 00 00 00 00 ];
450 local-mac-address = [ 00 00 00 00 00 00 ];
480 local-mac-address = [ 00 00 00 00 00 00 ];
510 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dmpc8555cds.dts241 local-mac-address = [ 00 00 00 00 00 00 ];
281 local-mac-address = [ 00 00 00 00 00 00 ];
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c93 u64 mac = 0; local
97 mac <<= 8;
98 mac |= addr[i];
100 return mac;
632 /* Set port mac number */
633 en_dbg(DRV, priv, "Setting mac for port %d\n", priv->port);
638 en_err(priv, "Failed setting port mac\n");
1549 /* Query for default mac and max mtu */
1551 priv->mac = mdev->dev->caps.def_mac[priv->port];
1553 if (ILLEGAL_MAC(priv->mac)) {
[all...]
H A Den_port.c44 u64 mac, u64 clear, u8 mode)
46 return mlx4_cmd(dev, (mac | (clear << 63)), port, mode,
43 mlx4_SET_MCAST_FLTR(struct mlx4_dev *dev, u8 port, u64 mac, u64 clear, u8 mode) argument
/freebsd-9.3-release/tools/regression/net80211/tkip/
H A Dtest_tkip.c188 u_int8_t mac[IEEE80211_ADDR_LEN]; local
209 if (!ieee80211_crypto_setkey(ic, &key, mac)) {
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c409 * locate the src mac address for our interface, put it
426 uint8_t *mac; local
432 mac = (uint8_t *)LLADDR(sdl);
434 mac[0], mac[1], mac[2],
435 mac[3], mac[4], mac[5]);
885 /* XXX swap src dst mac */
[all...]
/freebsd-9.3-release/sys/dev/sf/
H A Dif_sf.c278 * Copy the address 'mac' into the perfect RX filter entry at
283 sf_setperf(struct sf_softc *sc, int idx, uint8_t *mac) argument
289 if (mac == NULL)
293 (idx * SF_RXFILT_PERFECT_SKIP) + 0, mac[5] | (mac[4] << 8));
295 (idx * SF_RXFILT_PERFECT_SKIP) + 4, mac[3] | (mac[2] << 8));
297 (idx * SF_RXFILT_PERFECT_SKIP) + 8, mac[1] | (mac[0] << 8));
304 * specified mac addres
308 sf_sethash(struct sf_softc *sc, caddr_t mac, int prio) argument
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Ddriver.h169 uint8_t mac[], uint16_t *vlan, uint8_t *tagged,
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_sim.c516 if (attr->mac == NULL ||
517 eap_sim_verify_mac(data->k_aut, respData, attr->mac,
568 if (attr->mac == NULL ||
569 eap_sim_verify_mac(data->k_aut, respData, attr->mac, data->nonce_s,
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h444 uint16_t entry, const uint8_t *mac);
446 const HAL_KEYVAL *k, const uint8_t *mac, int xorKey);
448 extern void ar5212GetMacAddress(struct ath_hal *ah, uint8_t *mac);
450 extern void ar5212GetBssIdMask(struct ath_hal *ah, uint8_t *mac);
H A Dar5212_misc.c36 ar5212GetMacAddress(struct ath_hal *ah, uint8_t *mac) argument
40 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN);
44 ar5212SetMacAddress(struct ath_hal *ah, const uint8_t *mac) argument
48 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN);
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_nvm.c1126 hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8));
1129 hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8));
1132 hw->mac.addr[i] = hw->mac.perm_addr[i];
H A De1000_osdep.h144 #define E1000_REGISTER(hw, reg) (((hw)->mac.type >= e1000_82543) \
H A De1000_vf.h150 #define E1000_ADVTXD_MACLEN_SHIFT 9 /* Adv ctxt desc mac len shift */
266 struct e1000_mac_info mac; member in struct:e1000_hw
/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatmreg.h402 uint8_t mac[8]; member in struct:prom
/freebsd-9.3-release/sys/dev/hifn/
H A Dhifn7751var.h273 u_int8_t iv[HIFN_MAX_IV_LENGTH], *ck, mac[HIFN_MAC_KEY_LENGTH]; member in struct:hifn_command
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-config.h593 * @mac: See xge_hal_mac_config_t{}.
747 xge_hal_mac_config_t mac; member in struct:xge_hal_device_config_t
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_mos.c354 mos_readmac(struct mos_softc *sc, u_char *mac) argument
365 err = uether_do_request(&sc->sc_ue, &req, mac, 1000);
374 mos_writemac(struct mos_softc *sc, uint8_t *mac) argument
385 err = uether_do_request(&sc->sc_ue, &req, mac, 1000);
/freebsd-9.3-release/sys/kern/
H A Dsubr_trap.c94 #include <security/mac/mac_framework.h>
H A Dsys_socket.c56 #include <security/mac/mac_framework.h>
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_var.h200 uint32_t ic_hash_key; /* random key for mac hash */
432 const uint8_t mac[IEEE80211_ADDR_LEN]);
557 #define IEEE80211_FEXT_UNIQMAC 0x00040000 /* CONF: user or computed mac */
668 struct ieee80211com *ieee80211_find_vap(const uint8_t mac[IEEE80211_ADDR_LEN]);
868 const uint8_t mac[IEEE80211_ADDR_LEN], const char *, ...);
890 * element. One format is for extracting the mac address from
912 const uint8_t mac[IEEE80211_ADDR_LEN], const char *type,

Completed in 121 milliseconds

<<11121314151617181920>>