Home
last modified time | relevance | path

Searched refs:nh_src (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Droute_ctl.c632 struct nhop_object __diagused *nh_src = rnd_src->rnd_nhop; in rib_copy_route() local
635 MPASS((nh_src->nh_flags & NHF_MULTIPATH) == 0); in rib_copy_route()
639 nhop_print_buf_any(nh_src, nhbuf, sizeof(nhbuf)); in rib_copy_route()
642 rtbuf, nhbuf, nhop_get_fibnum(nh_src)); in rib_copy_route()
H A Dnhop.h250 struct in_addr nh_src; /* default source IPv4 address */ member
/freebsd/contrib/tcpdump/
H A Dprint-decnet.c360 word nh_src; /* source link address */ member
805 src = GET_LE_U_2(nsphp->nh_src); in print_nsp()