Searched refs:nh_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Din_rmx.c59 uint16_t nh_type; local
105 nh_type = NH_TYPE_IPV4_ETHER_NHOP;
107 nh_type = NH_TYPE_IPV4_ETHER_RSLV;
109 nhop_set_type(nh, nh_type);
/freebsd-13-stable/sys/netinet6/
H A Din6_rmx.c105 uint16_t nh_type; local
128 nh_type = NH_TYPE_IPV6_ETHER_NHOP;
130 nh_type = NH_TYPE_IPV6_ETHER_RSLV;
132 nhop_set_type(nh, nh_type);
/freebsd-13-stable/sys/net/route/
H A Dnhop_ctl.c61 * ifp, ifa, aifp, mtu, gw addr(if set), nh_type, nh_family, mask of rt_flags and
290 nh_priv->nh_type = 0; // hook responsibility to set nhop type
471 nh_priv->nh_type = nh_orig->nh_priv->nh_type;
735 return (nh->nh_priv->nh_type);
739 nhop_set_type(struct nhop_object *nh, enum nhop_type nh_type) argument
742 nh->nh_priv->nh_type = nh_type;
837 pnhe->nh_type = nh->nh_priv->nh_type;
[all...]
H A Dnhop_var.h80 uint16_t nh_type; /* nexthop type */ member in struct:nhop_priv
H A Dnhop.c58 * ifp, ifa, aifp, mtu, gw addr(if set), nh_type, nh_family, mask of rt_flags and
194 uint8_t nh_type; member in struct:_hash_data
223 key.nh_type = priv->nh_type & 0xFF;
H A Dnhop.h196 uint16_t nh_type; /* nexthop type */ member in struct:nhop_external
H A Droute_var.h255 void nhop_set_type(struct nhop_object *nh, enum nhop_type nh_type);
/freebsd-13-stable/usr.bin/netstat/
H A Dnhops.c258 char *cp = nh_types[nh->nh_type];

Completed in 63 milliseconds