Searched refs:local_mac (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/tests/sys/netinet/
H A Dredirect.sh84 local_mac=`jexec ${jname} ifconfig ${epair}b ether | awk '$1~/ether/{print$2}'`
86 # echo "LOCAL: ${local_ip} ${local_mac}"
90 --smac ${remote_rtr_mac} --dmac ${local_mac} \
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h150 boolean_t byteswap, uint8_t *portable_mac, uint8_t *local_mac);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_iscsi_api.h116 u8 local_mac[6]; member in struct:ecore_iscsi_conn
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1017 * reordering of data within the metadnode. The local_mac protects the user
1039 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac)
1091 bzero(local_mac, ZIO_OBJSET_MAC_LEN);
1135 bcopy(raw_local_mac, local_mac, ZIO_OBJSET_MAC_LEN);
1141 bzero(local_mac, ZIO_OBJSET_MAC_LEN);
1038 zio_crypt_do_objset_hmacs(zio_crypt_key_t *key, void *data, uint_t datalen, boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1103 * reordering of data within the metadnode. The local_mac protects the user
1124 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac)
1212 bzero(local_mac, ZIO_OBJSET_MAC_LEN);
1275 bcopy(raw_local_mac, local_mac, ZIO_OBJSET_MAC_LEN);
1281 bzero(local_mac, ZIO_OBJSET_MAC_LEN);
1123 zio_crypt_do_objset_hmacs(zio_crypt_key_t *key, void *data, uint_t datalen, boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) argument
/freebsd-13-stable/sys/mips/atheros/
H A Dif_arge.c658 int local_mac = 0; local
694 local_mac = 1;
740 if (local_mac == 0 && resource_long_value(device_get_name(dev),
742 local_mac = 1;
880 if (local_mac == 1) {
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c2681 uint8_t local_mac[ZIO_OBJSET_MAC_LEN]; local
2690 byteswap, portable_mac, local_mac);
2699 bcopy(local_mac, osp->os_local_mac, ZIO_OBJSET_MAC_LEN);
2705 bcmp(local_mac, osp->os_local_mac, ZIO_OBJSET_MAC_LEN) != 0) {
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c550 int local_mac = 0; local
581 local_mac = 1;
590 if (local_mac)

Completed in 200 milliseconds