Home
last modified time | relevance | path

Searched defs:nhop_object (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/route/
H A Dnhop.h125 struct nhop_object { struct
126 uint16_t nh_flags; /* nhop flags */
127 uint16_t nh_mtu; /* nexthop mtu */
128 union {
135 struct ifnet *nh_ifp; /* Logical egress interface. Always != NULL */
138 counter_u64_t nh_pksent; /* packets sent using this nhop */
140 uint8_t nh_prepend_len; /* length of prepend data */
141 uint8_t spare[3];
142 uint32_t spare1; /* alignment */
143 char nh_prepend[48]; /* L2 prepend */
[all …]
/f-stack/tools/compat/include/net/route/
H A Dnhop.h125 struct nhop_object { struct
126 uint16_t nh_flags; /* nhop flags */
127 uint16_t nh_mtu; /* nexthop mtu */
128 union {
135 struct ifnet *nh_ifp; /* Logical egress interface. Always != NULL */
138 counter_u64_t nh_pksent; /* packets sent using this nhop */
140 uint8_t nh_prepend_len; /* length of prepend data */
141 uint8_t spare[3];
142 uint32_t spare1; /* alignment */
143 char nh_prepend[48]; /* L2 prepend */
[all …]