Searched refs:NHAF_TABLE (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | nexthop.h | 68 NHAF_TABLE, /* u32: rtable id */ enumerator
|
H A D | nexthop.c | 481 nlattr_add_u32(nw, NHAF_TABLE, nhop_get_fibnum(nh)); in dump_nhop() 711 { .type = NHAF_TABLE, .off = _OUT(nhaf_table), .cb = nlattr_get_uint32 },
|
/freebsd/usr.sbin/arp/ |
H A D | arp_netlink.c | 147 snl_add_msg_attr_u32(&nw, NHAF_TABLE, fibnum); in guess_ifindex()
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp_netlink.c | 182 snl_add_msg_attr_u32(&nw, NHAF_TABLE, fibnum); in guess_ifindex()
|
/freebsd/sys/netlink/ |
H A D | netlink_snl_route_parsers.h | 360 { .type = NHAF_TABLE, .off = _OUT(nhaf_table), .cb = snl_attr_get_uint32 },
|