Home
last modified time | relevance | path

Searched refs:nh_type (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_rmx.c105 uint16_t nh_type; in rib6_preadd() local
128 nh_type = NH_TYPE_IPV6_ETHER_NHOP; in rib6_preadd()
130 nh_type = NH_TYPE_IPV6_ETHER_RSLV; in rib6_preadd()
132 nhop_set_type(nh, nh_type); in rib6_preadd()
/f-stack/freebsd/netinet/
H A Din_rmx.c59 uint16_t nh_type; in rib4_preadd() local
105 nh_type = NH_TYPE_IPV4_ETHER_NHOP; in rib4_preadd()
107 nh_type = NH_TYPE_IPV4_ETHER_RSLV; in rib4_preadd()
109 nhop_set_type(nh, nh_type); in rib4_preadd()
/f-stack/freebsd/net/route/
H A Dnhop_ctl.c288 nh_priv->nh_type = 0; // hook responsibility to set nhop type in fill_nhop_from_info()
469 nh_priv->nh_type = nh_orig->nh_priv->nh_type; in nhop_create_from_nhop()
733 return (nh->nh_priv->nh_type); in nhop_get_type()
737 nhop_set_type(struct nhop_object *nh, enum nhop_type nh_type) in nhop_set_type() argument
740 nh->nh_priv->nh_type = nh_type; in nhop_set_type()
835 pnhe->nh_type = nh->nh_priv->nh_type; in dump_nhop_entry()
H A Dnhop.c194 uint8_t nh_type; member
223 key.nh_type = priv->nh_type & 0xFF; in hash_priv()
H A Dnhop_var.h80 uint16_t nh_type; /* nexthop type */ member
H A Dnhop.h196 uint16_t nh_type; /* nexthop type */ member
H A Droute_var.h243 void nhop_set_type(struct nhop_object *nh, enum nhop_type nh_type);
/f-stack/tools/compat/include/net/route/
H A Dnhop.h196 uint16_t nh_type; /* nexthop type */ member
/f-stack/tools/netstat/
H A Dnhops.c263 char *cp = nh_types[nh->nh_type]; in print_nhop_entry_sysctl()