Searched refs:NHA_FREEBSD (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | nexthop.h | 59 NHA_FREEBSD, /* nested: FreeBSD-specific attributes */ enumerator
|
H A D | nexthop.c | 474 int off = nlattr_add_nested(nw, NHA_FREEBSD); in dump_nhop() 730 { .type = NHA_FREEBSD, .arg = &nh_fbsd_parser, .cb = nlattr_get_nested },
|
/freebsd/usr.sbin/arp/ |
H A D | arp_netlink.c | 144 int off = snl_add_msg_attr_nested(&nw, NHA_FREEBSD); in guess_ifindex()
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp_netlink.c | 179 int off = snl_add_msg_attr_nested(&nw, NHA_FREEBSD); in guess_ifindex()
|
/freebsd/sys/netlink/ |
H A D | netlink_snl_route_parsers.h | 376 { .type = NHA_FREEBSD, .arg = &_nh_fbsd_parser, .cb = snl_attr_get_nested },
|