Searched refs:mac (Results 451 - 475 of 646) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/mge/
H A Dif_mge.c342 i = OF_getprop(sc->node, "local-mac-address", (void *)lmac, 6);
2042 uint8_t *mac; local
2057 mac = LLADDR((struct sockaddr_dl *)ifma->ifma_addr);
2058 if (memcmp(mac, special, sizeof(special)) == 0) {
2059 i = mac[5];
2062 i = mge_crc8(mac, ETHER_ADDR_LEN);
/freebsd-11-stable/sys/dev/hifn/
H A Dhifn7751.c1601 bcopy(cmd->mac, buf_pos, HIFN_MAC_KEY_LENGTH);
2319 int mac = 0, cry = 0, sesn; local
2371 if (mac)
2373 mac = 1;
2405 if (mac == 0 && cry == 0)
2415 * XXX this routine should run a zero'd mac/encrypt key into context ram.
2648 bcopy(maccrd->crd_key, cmd->mac, maccrd->crd_klen >> 3);
2649 bzero(cmd->mac + (maccrd->crd_klen >> 3),
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme.c165 #define HME_MAC_READ_4(sc, offs) HME_SPC_READ_4(mac, (sc), (offs))
166 #define HME_MAC_WRITE_4(sc, offs, v) HME_SPC_WRITE_4(mac, (sc), (offs), (v))
168 HME_SPC_BARRIER(mac, (sc), (offs), (l), (f))
914 CTR2(KTR_HME, "hme_init: mac rxcfg %#x, maci txcfg %#x",
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_main.c1000 mbx.mac.msg = NIC_MBOX_MSG_SET_MAC;
1001 mbx.mac.vf_id = nic->vf_id;
1002 memcpy(mbx.mac.mac_addr, hwaddr, ETHER_ADDR_LEN);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c181 static const char iov_mac_addr_name[] = "mac-addr";
1817 const void *mac; local
1830 mac = nvlist_get_binary(vf_config, iov_mac_addr_name,
1833 vfnum + 1, __DECONST(u8 *, mac));
/freebsd-11-stable/bin/ls/
H A Dls.c50 #include <sys/mac.h>
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp692 mac->append(new vjustify_node(type));
H A Dnode.h518 macro mac; member in class:special_node
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h98 struct cmac mac; member in struct:port_info
/freebsd-11-stable/sys/dev/an/
H A Dif_aironet_ieee.h158 u_int8_t mac[6]; member in struct:an_ltv_key
767 #define AIROPMACON AIROPAPLIST + 1 /* Enable mac */
768 #define AIROPMACOFF AIROPMACON + 1 /* Disable mac */
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416.h291 const HAL_KEYVAL *k, const uint8_t *mac, int xorKey);
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_asn1.c313 ASN1_SIMPLE(CMS_AuthenticatedData, mac, ASN1_OCTET_STRING),
/freebsd-11-stable/sys/dev/e1000/
H A De1000_i210.c925 if ((hw->mac.type >= e1000_i210) &&
/freebsd-11-stable/sys/dev/wi/
H A Dif_wi.c319 device_printf(dev, "mac read failed %d\n", error);
321 device_printf(dev, "mac read failed (all zeros)\n");
487 const uint8_t mac[IEEE80211_ADDR_LEN])
532 ieee80211_vap_attach(vap, ieee80211_media_change, wi_media_status, mac);
609 const uint8_t mac[IEEE80211_ADDR_LEN])
623 wi_write_rid(sc, WI_RID_MAC_NODE, mac, IEEE80211_ADDR_LEN);
484 wi_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
608 wi_setup_locked(struct wi_softc *sc, int porttype, int mode, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-11-stable/sys/kern/
H A Dkern_alq.c54 #include <security/mac/mac_framework.h>
H A Dvfs_extattr.c48 #include <security/mac/mac_framework.h>
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_fcntl.c62 #include <security/mac/mac_framework.h>
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h661 extern int32_t ar9300MacAdressGet(u_int8_t *mac);
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_devs.c49 #include <security/mac/mac_framework.h>
/freebsd-11-stable/sys/net/
H A Dif_fddisubr.c77 #include <security/mac/mac_framework.h>
H A Dif_iso88025subr.c78 #include <security/mac/mac_framework.h>
299 * mac information needed to send the packet. This allows
300 * full mac, llc, and source routing function to be controlled.
H A Dif_me.c67 #include <security/mac/mac_framework.h>
/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c79 #include <security/mac/mac_framework.h>
/freebsd-11-stable/tests/sys/netinet/
H A Dfibs_test.sh83 --source-mac ${SPOOF_MAC} --icmp --icmp-type "echo-request" \
/freebsd-11-stable/etc/
H A DMakefile31 mac.conf \

Completed in 197 milliseconds

<<11121314151617181920>>