Searched refs:nhmsg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/netlink/route/ |
| H A D | nexthop.c | 397 if (!nlmsg_reply(nw, hdr, sizeof(struct nhmsg))) in dump_nhgrp() 400 struct nhmsg *nhm = nlmsg_reserve_object(nw, struct nhmsg); in dump_nhgrp() 439 if (!nlmsg_reply(nw, hdr, sizeof(struct nhmsg))) in dump_nhop() 442 struct nhmsg *nhm = nlmsg_reserve_object(nw, struct nhmsg); in dump_nhop() 707 #define _IN(_field) offsetof(struct nhmsg, _field) 743 NL_DECLARE_PARSER_EXT(nhmsg_parser, struct nhmsg, NULL, nlf_p_nh, nla_p_nh, post_p_nh);
|
| H A D | nexthop.h | 36 struct nhmsg { struct
|
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_snl_route_parsers.h | 356 #define _IN(_field) offsetof(struct nhmsg, _field) 389 SNL_DECLARE_PARSER_EXT(snl_nhmsg_parser, sizeof(struct nhmsg),
|
| /freebsd-14.2/usr.sbin/arp/ |
| H A D | arp_netlink.c | 143 snl_reserve_msg_object(&nw, struct nhmsg); in guess_ifindex()
|
| /freebsd-14.2/usr.sbin/ndp/ |
| H A D | ndp_netlink.c | 179 snl_reserve_msg_object(&nw, struct nhmsg); in guess_ifindex()
|