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

/systemd/src/libsystemd/sd-netlink/
H A Dnetlink-types.c505 static const NLTypeSystem rtnl_neigh_type_system = { variable
523 [RTM_NEWNEIGH] = { .type = NETLINK_TYPE_NESTED, .type_system = &rtnl_neigh_type_system, .size = sizeof(struct ndmsg) },
524 [RTM_DELNEIGH] = { .type = NETLINK_TYPE_NESTED, .type_system = &rtnl_neigh_type_system, .size = sizeof(struct ndmsg) },
525 [RTM_GETNEIGH] = { .type = NETLINK_TYPE_NESTED, .type_system = &rtnl_neigh_type_system, .size = sizeof(struct ndmsg) },

Completed in 296 milliseconds