Searched refs:RTA_TABLE (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/netlink/route/
H A Droute.h139 * including RTA_TABLE attribute and keeping rtm_table=0 (compatibility) or
140 * setting RTA_TABLE value to RT_TABLE_UNSPEC.
211 #define RTA_TABLE NL_RTA_TABLE macro
/freebsd-current/usr.bin/netstat/
H A Droute_netlink.c300 .nla_fibnum.nla_type = RTA_TABLE,
/freebsd-current/sbin/route/
H A Droute_netlink.c224 snl_add_msg_attr_u32(&nw, RTA_TABLE, fib);
822 snl_add_msg_attr_u32(&nw, RTA_TABLE, r->rta_table);
870 snl_add_msg_attr_u32(&nw, RTA_TABLE, fib);
/freebsd-current/usr.sbin/arp/
H A Darp_netlink.c117 snl_add_msg_attr_u32(&nw, RTA_TABLE, fibnum);
/freebsd-current/tests/atf_python/sys/netlink/
H A Dnetlink_route.py44 RTA_TABLE = 15 variable in class:RtattrType
608 AttrDescr(RtattrType.RTA_TABLE, NlAttrTable),
/freebsd-current/usr.sbin/ndp/
H A Dndp_netlink.c153 snl_add_msg_attr_u32(&nw, RTA_TABLE, fibnum);

Completed in 229 milliseconds