Home
last modified time | relevance | path

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

/src/sys/netlink/route/
H A Droute.h43 unsigned char rtm_scope; /* Route distance (RT_SCOPE_) */ member
H A Drt.c291 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in dump_px()
/src/tests/atf_python/sys/netlink/
H A Dnetlink_route.py720 self.helper.get_attr_byval(RtScope, hdr.rtm_scope),
721 hdr.rtm_scope,