Home
last modified time | relevance | path

Searched refs:NL_RTA_RTFLAGS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netlink/route/
H A Drt.c190 nlattr_add_u32(nw, NL_RTA_RTFLAGS, base_rtflags); in dump_rc_nhg()
206 nlattr_add_u32(nw, NL_RTA_RTFLAGS, rtflags); in dump_rc_nhg()
247 nlattr_add_u32(nw, NL_RTA_RTFLAGS, rtflags); in dump_rc_nhop()
513 { .type = NL_RTA_RTFLAGS, .off = _OUT(rta_rtflags), .cb = nlattr_get_uint32 },
H A Droute.h163 NL_RTA_RTFLAGS = 14, /* u32, FreeBSD specific, path flags (RTF_)*/ enumerator
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h68 { .type = NL_RTA_RTFLAGS, .off = _OUT(rta_rtflags), .cb = snl_attr_get_uint32 },
144 { .type = NL_RTA_RTFLAGS, .off = _OUT(rta_rtflags), .cb = snl_attr_get_uint32 },
/freebsd/sbin/route/
H A Droute_netlink.c258 snl_add_msg_attr_u32(&nw, NL_RTA_RTFLAGS, rtm_flags); in rtmsg_nl_int()