Home
last modified time | relevance | path

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

/systemd-251/src/basic/linux/
Dnexthop.h10 unsigned char nh_protocol; /* Routing protocol that installed nh */ member
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-message-rtnl.c275 unsigned char nh_protocol) { in sd_rtnl_message_new_nexthop() argument
285 assert_return(nh_protocol == RTPROT_UNSPEC, -EINVAL); in sd_rtnl_message_new_nexthop()
306 nhm->nh_protocol = nh_protocol; in sd_rtnl_message_new_nexthop()
361 *protocol = nhm->nh_protocol; in sd_rtnl_message_nexthop_get_protocol()
/systemd-251/src/systemd/
Dsd-netlink.h173 …nk *rtnl, sd_netlink_message **ret, uint16_t nlmsg_type, int nh_family, unsigned char nh_protocol);