Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netlink/route/
HDroute.h43 unsigned char rtm_scope; /* Route distance (RT_SCOPE_) */ member
HDrt.c288 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in dump_px()
/freebsd-14-stable/tests/atf_python/sys/netlink/
HDnetlink_route.py720 self.helper.get_attr_byval(RtScope, hdr.rtm_scope),
721 hdr.rtm_scope,