Veth              122 build2/src/network/networkd-netdev-gperf.c       {"Peer.Name",               config_parse_ifname,                0,                             offsetof(Veth, ifname_peer)},
Veth              128 build2/src/network/networkd-netdev-gperf.c       {"Peer.MACAddress",         config_parse_hwaddr,                0,                             offsetof(Veth, mac_peer)},
Veth               31 src/network/networkd-netdev-veth.c         Veth *v = VETH(netdev);
Veth               77 src/network/networkd-netdev-veth.c         Veth *v = VETH(netdev);
Veth              103 src/network/networkd-netdev-veth.c         Veth *v = VETH(n);
Veth              113 src/network/networkd-netdev-veth.c         .object_size = sizeof(Veth),
Veth               24 src/network/networkd-netdev-veth.h typedef struct Veth Veth;
Veth              166 src/network/networkd-netdev.h DEFINE_CAST(VETH, Veth);