Searched refs:NL_RTA_RTFLAGS (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | rt.c | 190 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 D | route.h | 163 NL_RTA_RTFLAGS = 14, /* u32, FreeBSD specific, path flags (RTF_)*/ enumerator
|
/freebsd/sys/netlink/ |
H A D | netlink_snl_route_parsers.h | 68 { .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 D | route_netlink.c | 258 snl_add_msg_attr_u32(&nw, NL_RTA_RTFLAGS, rtm_flags); in rtmsg_nl_int()
|