Home
last modified time | relevance | path

Searched refs:APPBUG (Results 1 – 17 of 17) sorted by relevance

/external/libnl/lib/route/
Dqdisc.c93 APPBUG("ifindex must be specified"); in build_qdisc_msg()
118 APPBUG("handle or parent must be specified"); in rtnl_qdisc_build_add_request()
193 APPBUG("NLM_F_CREATE and NLM_F_EXCL may not be used here, " in rtnl_qdisc_build_update_request()
199 APPBUG("ifindex must be specified"); in rtnl_qdisc_build_update_request()
204 APPBUG("handle or parent must be specified"); in rtnl_qdisc_build_update_request()
281 APPBUG("ifindex and parent must be specified"); in rtnl_qdisc_build_delete_request()
Dcls.c43 APPBUG("ifindex must be specified"); in cls_build()
141 APPBUG("prio must be specified if not a new classifier"); in rtnl_cls_build_add_request()
257 APPBUG("prio must be specified"); in rtnl_cls_build_delete_request()
Dclass.c108 APPBUG("TC_H_MAJ(parent) must match TC_H_MAJ(handle)"); in class_build()
202 APPBUG("ifindex and handle must be specified"); in rtnl_class_build_delete_request()
319 APPBUG("ifindex must be specified"); in rtnl_class_alloc_cache()
Dlink.c1124 APPBUG("ifindex or name must be specified"); in rtnl_link_build_get_request()
1453 APPBUG("link change: family is immutable"); in rtnl_link_build_change_request()
1559 APPBUG("ifindex or name must be specified"); in rtnl_link_build_delete_request()
Dtc.c1051 APPBUG(buf); in rtnl_tc_data_check()
/external/libnl/lib/route/link/
Dveth.c197 APPBUG("Link is not a veth link. set type \"veth\" first."); \
Dmacvlan.c175 APPBUG("Link is not a macvlan link. set type \"macvlan\" first."); \
Dipvti.c242 APPBUG("Link is not a ipvti link. set type \vti\" first."); \
Dbridge.c51 APPBUG("A function was expecting a link object of type bridge."); \
Dipip.c257 APPBUG("Link is not a ipip link. set type \"ipip\" first."); \
Dsit.c285 APPBUG("Link is not a sit link. set type \"sit\" first."); \
Dvlan.c346 APPBUG("Link is not a vlan link. set type \"vlan\" first."); \
Dip6tnl.c311 APPBUG("Link is not a ip6_tnl link. set type \"ip6tnl\" first.");\
Dcan.c347 APPBUG("Link is not a CAN link. set type \"can\" first."); \
Dipgre.c322 APPBUG("Link is not a ipgre link. set type \"gre\" first.");\
Dvxlan.c415 APPBUG("Link is not a vxlan link. set type \"vxlan\" first."); \
/external/libnl/include/netlink-private/
Dnetlink.h112 #define APPBUG(msg) \ macro