Home
last modified time | relevance | path

Searched defs:nh_type (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_rmx.c125 uint16_t nh_type; rib6_augment_nh() local
/freebsd/sys/netinet/
H A Din_rmx.c101 uint16_t nh_type; in rib4_augment_nh() local
/freebsd/sys/net/route/
H A Dnhop.c196 uint8_t nh_type; member
H A Dnhop_var.h77 uint16_t nh_type; /* nexthop type */ member
H A Dnhop.h245 uint16_t nh_type; /* nexthop type */ member
H A Dnhop_ctl.c903 nhop_set_type(struct nhop_object *nh, enum nhop_type nh_type) in nhop_set_type()