Home
last modified time | relevance | path

Searched refs:_SD_LLDP_MULTICAST_MODE_MAX (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/network/
Dnetworkd-lldp-tx.c32 link->network->lldp_multicast_mode < _SD_LLDP_MULTICAST_MODE_MAX; in link_lldp_tx_enabled()
89 static const char * const lldp_multicast_mode_table[_SD_LLDP_MULTICAST_MODE_MAX] = {
/systemd-251/src/libsystemd-network/
Dsd-lldp-tx.c40 static const struct ether_addr lldp_multicast_addr[_SD_LLDP_MULTICAST_MODE_MAX] = {
150 assert_return(mode >= 0 && mode < _SD_LLDP_MULTICAST_MODE_MAX, -EINVAL); in sd_lldp_tx_set_multicast_mode()
602 assert_return(lldp_tx->mode >= 0 && lldp_tx->mode < _SD_LLDP_MULTICAST_MODE_MAX, -EINVAL); in sd_lldp_tx_start()
/systemd-251/src/systemd/
Dsd-lldp-tx.h38 _SD_LLDP_MULTICAST_MODE_MAX, enumerator