Home
last modified time | relevance | path

Searched refs:empty_mac (Results 1 – 10 of 10) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/os/posix/
H A Dsystem.c357 if (empty_mac == NULL) { in Sg_GetMacAddress()
370 return empty_mac; in Sg_GetMacAddress()
392 return empty_mac; in Sg_GetMacAddress()
400 return empty_mac; in Sg_GetMacAddress()
413 return empty_mac; in Sg_GetMacAddress()
427 return empty_mac; in Sg_GetMacAddress()
467 return empty_mac; in Sg_GetMacAddress()
496 return empty_mac; in Sg_GetMacAddress()
499 return empty_mac; in Sg_GetMacAddress()
517 return empty_mac; in Sg_GetMacAddress()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c230 u8 empty_mac[ETH_ALEN] = { 0 }; in opa_vnic_update_mac_tbl() local
238 if (!memcmp(mac_addr, empty_mac, ARRAY_SIZE(empty_mac))) in opa_vnic_update_mac_tbl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c230 u8 empty_mac[ETH_ALEN] = { 0 }; in opa_vnic_update_mac_tbl() local
238 if (!memcmp(mac_addr, empty_mac, ARRAY_SIZE(empty_mac))) in opa_vnic_update_mac_tbl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c230 u8 empty_mac[ETH_ALEN] = { 0 }; in opa_vnic_update_mac_tbl() local
238 if (!memcmp(mac_addr, empty_mac, ARRAY_SIZE(empty_mac))) in opa_vnic_update_mac_tbl()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/os/win/
H A Dsystem.c278 static SgObject empty_mac = NULL; in Sg_GetMacAddress() local
291 if (empty_mac == NULL) { in Sg_GetMacAddress()
292 empty_mac = Sg_MakeByteVector(6, 0); in Sg_GetMacAddress()
295 return empty_mac; in Sg_GetMacAddress()
/dports/net/cloud-init/cloud-init-21.4/cloudinit/net/tests/
H A Dtest_init.py438 empty_mac = '00:00:00:00:00:00'
440 write_file(os.path.join(self.sysdir, 'eth1', 'address'), empty_mac)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c5061 u8 empty_mac[ETH_ALEN]; in qed_update_mac_for_vf_trust_change() local
5063 eth_zero_addr(empty_mac); in qed_update_mac_for_vf_trust_change()
5066 empty_mac)) { in qed_update_mac_for_vf_trust_change()
5078 qed_iov_bulletin_set_mac(hwfn, empty_mac, vf_id); in qed_update_mac_for_vf_trust_change()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c5061 u8 empty_mac[ETH_ALEN]; in qed_update_mac_for_vf_trust_change() local
5063 eth_zero_addr(empty_mac); in qed_update_mac_for_vf_trust_change()
5066 empty_mac)) { in qed_update_mac_for_vf_trust_change()
5078 qed_iov_bulletin_set_mac(hwfn, empty_mac, vf_id); in qed_update_mac_for_vf_trust_change()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c5061 u8 empty_mac[ETH_ALEN]; in qed_update_mac_for_vf_trust_change() local
5063 eth_zero_addr(empty_mac); in qed_update_mac_for_vf_trust_change()
5066 empty_mac)) { in qed_update_mac_for_vf_trust_change()
5078 qed_iov_bulletin_set_mac(hwfn, empty_mac, vf_id); in qed_update_mac_for_vf_trust_change()
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/
H A Dtest_net.py5667 empty_mac = "00:00:00:00:00:00"
5669 self.data['macs'].update(dict((k, empty_mac) for k in addnics))
5673 self.assertEqual('lo', ret[empty_mac])