Home
last modified time | relevance | path

Searched refs:NHAF_TABLE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netlink/route/
H A Dnexthop.h68 NHAF_TABLE, /* u32: rtable id */ enumerator
H A Dnexthop.c481 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 Darp_netlink.c147 snl_add_msg_attr_u32(&nw, NHAF_TABLE, fibnum); in guess_ifindex()
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c182 snl_add_msg_attr_u32(&nw, NHAF_TABLE, fibnum); in guess_ifindex()
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h360 { .type = NHAF_TABLE, .off = _OUT(nhaf_table), .cb = snl_attr_get_uint32 },