Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-lldp-rx.h8 typedef enum LLDPMode { enum
14 } LLDPMode; typedef
19 const char* lldp_mode_to_string(LLDPMode m) _const_;
20 LLDPMode lldp_mode_from_string(const char *s) _pure_;
Dnetworkd-lldp-rx.c20 DEFINE_CONFIG_PARSE_ENUM(config_parse_lldp_mode, lldp_mode, LLDPMode, "Failed to parse LLDP= settin…
28 DEFINE_STRING_TABLE_LOOKUP_WITH_BOOLEAN(lldp_mode, LLDPMode, LLDP_MODE_YES);
Dnetworkd-network.h324 LLDPMode lldp_mode; /* LLDP reception */