Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dqdisc.c94 APPBUG("ifindex must be specified"); in build_qdisc_msg()
119 APPBUG("handle or parent must be specified"); in rtnl_qdisc_build_add_request()
194 APPBUG("NLM_F_CREATE and NLM_F_EXCL may not be used here, " in rtnl_qdisc_build_update_request()
200 APPBUG("ifindex must be specified"); in rtnl_qdisc_build_update_request()
205 APPBUG("handle or parent must be specified"); in rtnl_qdisc_build_update_request()
282 APPBUG("ifindex and parent must be specified"); in rtnl_qdisc_build_delete_request()
Dcls.c44 APPBUG("ifindex must be specified"); in cls_build()
142 APPBUG("prio must be specified if not a new classifier"); in rtnl_cls_build_add_request()
258 APPBUG("prio must be specified"); in rtnl_cls_build_delete_request()
Dclass.c109 APPBUG("TC_H_MAJ(parent) must match TC_H_MAJ(handle)"); in class_build()
203 APPBUG("ifindex and handle must be specified"); in rtnl_class_build_delete_request()
320 APPBUG("ifindex must be specified"); in rtnl_class_alloc_cache()
Dlink.c1378 APPBUG("ifindex or name must be specified"); in rtnl_link_build_get_request()
1748 APPBUG("link change: family is immutable"); in rtnl_link_build_change_request()
1862 APPBUG("ifindex or name must be specified"); in rtnl_link_build_delete_request()
Dtc.c1127 APPBUG(buf); in rtnl_tc_data_check()
/external/libnl/lib/route/link/
Dppp.c141 APPBUG("Link is not a PPP link. set type \"ppp\" first."); \
Dvrf.c166 APPBUG("Link is not a VRF link. set type \"vrf\" first."); \
Dipvlan.c163 APPBUG("Link is not a ipvlan link. set type \"ipvlan\" first."); \
Dxfrmi.c198 APPBUG("Link is not a xfrmi link. set type \"xfrmi\" first."); \
Dveth.c198 APPBUG("Link is not a veth link. set type \"veth\" first."); \
Dmacvlan.c286 APPBUG("Link is not a macvlan link. set type \"macvlan\" first."); \
292 APPBUG("Link is not a macvtap link. set type \"macvtap\" first."); \
Dipvti.c253 APPBUG("Link is not a ipvti link. set type \vti\" first."); \
Dipip.c268 APPBUG("Link is not a ipip link. set type \"ipip\" first."); \
Dip6tnl.c322 APPBUG("Link is not a ip6_tnl link. set type \"ip6tnl\" first.");\
Dvlan.c377 APPBUG("Link is not a vlan link. set type \"vlan\" first."); \
Dcan.c351 APPBUG("Link is not a CAN link. set type \"can\" first."); \
Dsit.c370 APPBUG("Link is not a sit link. set type \"sit\" first."); \
Dipgre.c368 APPBUG("Link is not a ipgre link. set type \"gre/gretap\" first.");\
Dgeneve.c341 APPBUG("Link is not a geneve link. set type \"geneve\" first."); \
Dbridge.c81 APPBUG("A function was expecting a link object of type bridge."); \
Dmacsec.c421 APPBUG("Link is not a MACsec link. set type \"macsec\" first."); \
Dvxlan.c686 APPBUG("Link is not a vxlan link. set type \"vxlan\" first."); \
/external/libnl/include/netlink-private/
Dnetlink.h114 #define APPBUG(msg) \ macro