Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dnexthop.h59 NHA_FREEBSD, /* nested: FreeBSD-specific attributes */ enumerator
H A Dnexthop.c474 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 Darp_netlink.c144 int off = snl_add_msg_attr_nested(&nw, NHA_FREEBSD); in guess_ifindex()
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c179 int off = snl_add_msg_attr_nested(&nw, NHA_FREEBSD); in guess_ifindex()
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h376 { .type = NHA_FREEBSD, .arg = &_nh_fbsd_parser, .cb = snl_attr_get_nested },