Home
last modified time | relevance | path

Searched refs:ether_addr_is_null (Results 1 – 20 of 20) sorted by relevance

/systemd-251/src/test/
Dtest-ether-addr-util.c11 assert_se(ether_addr_is_null(&a)); in TEST()
19 assert_se(!ether_addr_is_null(&a)); in TEST()
27 assert_se(!ether_addr_is_null(&a)); in TEST()
/systemd-251/src/libsystemd-network/
Dsd-ipv4ll.c147 assert_return(!ether_addr_is_null(addr), -EINVAL); in sd_ipv4ll_set_mac()
273 assert_return(!ether_addr_is_null(&ll->mac), -EINVAL); in ipv4ll_start_internal()
Dsd-ipv4acd.c467 assert_return(!ether_addr_is_null(addr), -EINVAL); in sd_ipv4acd_set_mac()
582 assert_return(!ether_addr_is_null(&acd->mac_addr), -EINVAL); in sd_ipv4acd_start()
Dsd-lldp-tx.c158 assert_return(!ether_addr_is_null(hwaddr), -EINVAL); in sd_lldp_tx_set_hwaddr()
603 assert_return(!ether_addr_is_null(&lldp_tx->hwaddr), -EINVAL); in sd_lldp_tx_start()
Darp-util.c125 assert(!ether_addr_is_null(ha)); in arp_send_packet()
Dsd-lldp-rx.c95 if (!ether_addr_is_null(&lldp_rx->filter_address) && in lldp_rx_keep_neighbor()
Dsd-radv.c200 if (!ether_addr_is_null(&ra->mac_addr)) { in radv_send()
/systemd-251/src/network/netdev/
Dbond.c190 if (!ether_addr_is_null(&b->ad_actor_system)) { in netdev_bond_fill_message_create()
399 if (ether_addr_is_null(&n) || (n.ether_addr_octet[0] & 0x01)) { in config_parse_ad_actor_system()
Dmacsec.c1007 if (ether_addr_is_null(&c->sci.mac)) in macsec_receive_channel_verify()
1089 if (ether_addr_is_null(&a->sci.mac)) in macsec_receive_association_verify()
Dnetdev.c447 if (ether_addr_is_null(&a.ether) || ether_addr_is_broadcast(&a.ether)) { in netdev_generate_hw_addr()
/systemd-251/src/basic/
Dether-addr-util.h84 static inline bool ether_addr_is_null(const struct ether_addr *addr) { in ether_addr_is_null() function
/systemd-251/src/shared/
Dnetif-util.c153 if (ether_addr_is_null(&new_hw_addr->ether)) { in net_verify_hardware_address()
Dnetif-sriov.c117 if (!ether_addr_is_null(&sr_iov->mac)) { in sr_iov_set_netlink_message()
Djson.c4038 if (a && !ether_addr_is_null(a) && current->n_suppress == 0) { in json_buildv()
/systemd-251/src/network/
Dnetworkd-dhcp-server-static-lease.c193 if (ether_addr_is_null(&hwaddr) || (hwaddr.ether_addr_octet[0] & 0x01)) { in config_parse_dhcp_static_lease_hwaddr()
Dnetworkd-ipv4acd.c204 if (ether_addr_is_null(&link->hw_addr.ether)) in ipv4acd_update_mac()
Dnetworkd-ipv4ll.c217 if (ether_addr_is_null(&link->hw_addr.ether)) in ipv4ll_update_mac()
Dnetworkd-link.c86 if (ether_addr_is_null(&link->hw_addr.ether)) in link_ipv4ll_enabled()
/systemd-251/src/udev/net/
Dlink-config.c547 … return !ether_addr_is_null(&hw_addr->ether) && !ether_addr_is_broadcast(&hw_addr->ether); in hw_addr_is_valid()
/systemd-251/src/network/generator/
Dnetwork-generator.c1143 if (!ether_addr_is_null(&network->mac)) in network_dump()