Home
last modified time | relevance | path

Searched refs:NLMSG_REPORT_ERR_MSG (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_message_parser.c140 NLMSG_REPORT_ERR_MSG(npt, in nl_parse_attrs_raw()
211 NLMSG_REPORT_ERR_MSG(npt, "nla type %d size(%u) is not a flag", in parse_rta_ip4()
265 NLMSG_REPORT_ERR_MSG(npt, "unknown IP len: %d for rta type %d", in nlattr_get_ip()
292 NLMSG_REPORT_ERR_MSG(npt, "undersized RTA_VIA(%d) attr: len %d", in parse_rta_via()
335 NLMSG_REPORT_ERR_MSG(npt, "nla type %d size(%u) is not bool", in nlattr_get_uint8()
348 NLMSG_REPORT_ERR_MSG(npt, "nla type %d size(%u) is not uint8", in nlattr_get_uint16()
361 NLMSG_REPORT_ERR_MSG(npt, "nla type %d size(%u) is not uint16", in nlattr_get_uint32()
374 NLMSG_REPORT_ERR_MSG(npt, "nla type %d size(%u) is not uint32",
387 NLMSG_REPORT_ERR_MSG(npt, "nla type %d size(%u) is not uint64",
400 NLMSG_REPORT_ERR_MSG(np
[all...]
H A Dnetlink_route.c75 NLMSG_REPORT_ERR_MSG(npt, "unknown message type: %d", hdr->nlmsg_type); in rtnl_handle_message()
81 NLMSG_REPORT_ERR_MSG(npt, "unknown message type: %d", hdr->nlmsg_type); in rtnl_handle_message()
H A Dnetlink_message_parser.h214 #define NLMSG_REPORT_ERR_MSG(_npt, _fmt, ...) { \
213 #define NLMSG_REPORT_ERR_MSG( global() macro
/freebsd/sys/netlink/route/
H A Dneigh.c372 NLMSG_REPORT_ERR_MSG(npt, "NDA_IFINDEX / ndm_ifindex not set"); in rtnl_handle_newneigh()
374 NLMSG_REPORT_ERR_MSG(npt, "NDA_DST not set"); in rtnl_handle_newneigh()
376 NLMSG_REPORT_ERR_MSG(npt, "NDA_LLADDR not set"); in rtnl_handle_newneigh()
381 NLMSG_REPORT_ERR_MSG(npt, in rtnl_handle_newneigh()
389 NLMSG_REPORT_ERR_MSG(npt, in rtnl_handle_newneigh()
397 NLMSG_REPORT_ERR_MSG(npt, "ndm_flags %X not supported", in rtnl_handle_newneigh()
416 NLMSG_REPORT_ERR_MSG(npt, "unable to calculate lle prepend data"); in rtnl_handle_newneigh()
484 NLMSG_REPORT_ERR_MSG(npt, "NDA_DST not set"); in rtnl_handle_delneigh()
489 NLMSG_REPORT_ERR_MSG(npt, "no ifindex provided"); in rtnl_handle_delneigh()
511 NLMSG_REPORT_ERR_MSG(npt, "has NDA_DST but no ifindex provided"); in rtnl_handle_getneigh()
H A Drt.c454 NLMSG_REPORT_ERR_MSG(npt, "%s: bad length %u", in nlattr_get_multipath()
462 NLMSG_REPORT_ERR_MSG(npt, in nlattr_get_multipath()
472 NLMSG_REPORT_ERR_MSG(npt, "invalid RTA_MULTIPATH attr");
633 NLMSG_REPORT_ERR_MSG(npt, "No RTA_DST supplied"); in handle_rtm_getroute()
959 NLMSG_REPORT_ERR_MSG(npt, "invalid fib"); in rtnl_handle_newroute()
1017 NLMSG_REPORT_ERR_MSG(npt, "RTA_DST is not set"); in rtnl_handle_delroute()
1022 NLMSG_REPORT_ERR_MSG(npt, "invalid fib");
1045 NLMSG_REPORT_ERR_MSG(npt, "invalid fib");
H A Diface.c592 NLMSG_REPORT_ERR_MSG(npt, "empty IFLA_IFNAME attribute"); in create_link()
596 NLMSG_REPORT_ERR_MSG(npt, "empty IFLA_INFO_KIND attribute"); in create_link()
625 NLMSG_REPORT_ERR_MSG(npt, "empty ifi_index field"); in modify_link()
634 NLMSG_REPORT_ERR_MSG(npt, "unable to find interface #%u", in modify_link()
643 NLMSG_REPORT_ERR_MSG(npt, "unable to find interface %s", in modify_link()
733 NLMSG_REPORT_ERR_MSG(npt, "nla type %d size(%u) is not ifa_cacheinfo", in nlattr_get_cinfo()
H A Dnexthop.c807 NLMSG_REPORT_ERR_MSG(npt, "interface not set"); in nl_set_nexthop_gw()
827 NLMSG_REPORT_ERR_MSG(npt, "missing NHA_GATEWAY"); in newnhop()
831 NLMSG_REPORT_ERR_MSG(npt, "missing NHA_OIF"); in newnhop()
837 NLMSG_REPORT_ERR_MSG(npt, "Unable to determine default source IP"); in newnhop()