Searched refs:nh_protocol (Results 1 – 3 of 3) sorted by relevance
10 unsigned char nh_protocol; /* Routing protocol that installed nh */ member
275 unsigned char nh_protocol) { in sd_rtnl_message_new_nexthop() argument285 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()
173 …nk *rtnl, sd_netlink_message **ret, uint16_t nlmsg_type, int nh_family, unsigned char nh_protocol);