Home
last modified time | relevance | path

Searched refs:nhop_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop.h39 enum nhop_type { enum
196 void nhop_set_type(struct nhop_object *nh, enum nhop_type nh_type);
211 enum nhop_type nhop_get_type(const struct nhop_object *nh);
H A Dnhop_ctl.c895 enum nhop_type
903 nhop_set_type(struct nhop_object *nh, enum nhop_type nh_type) in nhop_set_type()