Home
last modified time | relevance | path

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

/systemd-251/src/network/netdev/
Dfou-tunnel.h10 typedef enum FooOverUDPEncapType { enum
16 } FooOverUDPEncapType; typedef
29 FooOverUDPEncapType fou_encap_type;
37 const char *fou_encap_type_to_string(FooOverUDPEncapType d) _const_;
38 FooOverUDPEncapType fou_encap_type_from_string(const char *d) _pure_;
Dfou-tunnel.c23 DEFINE_STRING_TABLE_LOOKUP(fou_encap_type, FooOverUDPEncapType);
24 DEFINE_CONFIG_PARSE_ENUM(config_parse_fou_encap_type, fou_encap_type, FooOverUDPEncapType,
Dtunnel.h51 FooOverUDPEncapType fou_encap_type;