Searched refs:NLType (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd/sd-netlink/
H A Dnetlink-types.h46 typedef struct NLType NLType; typedef in typeref:struct:NLType
58 uint16_t type_get_type(const NLType *type);
59 size_t type_get_size(const NLType *type);
60 void type_get_type_system(const NLType *type, const NLTypeSystem **ret);
61 void type_get_type_system_union(const NLType *type, const NLTypeSystemUnion **ret);
64 int type_system_get_type(const NLTypeSystem *type_system, const NLType **ret, uint16_t type);
H A Dnetlink-types.c61 struct NLType { struct
70 const NLType *types;
75 static const NLType empty_types[1] = {
84 static const NLType rtnl_link_info_data_veth_types[] = {
88 static const NLType rtnl_link_info_data_ipvlan_types[] = {
92 static const NLType rtnl_link_info_data_macvlan_types[] = {
97 static const NLType rtnl_link_info_data_bridge_types[] = {
106 static const NLType rtnl_link_info_data_vlan_types[] = {
116 static const NLType rtnl_link_info_data_vxlan_types[] = {
143 static const NLType rtnl_bond_arp_target_type
[all...]
H A Dnetlink-message.c67 const NLType *nl_type;
230 const NLType *type;
767 const NLType *nl_type;
904 const NLType *nl_type;
H A Dnetlink-socket.c378 const NLType *nl_type;

Completed in 546 milliseconds