Home
last modified time | relevance | path

Searched refs:py_nl_cb_err (Results 1 – 4 of 4) sorted by relevance

/external/libnl/python/examples/
Diface.py72 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
Dwiphy.py121 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
/external/libnl/python/netlink/
Dcore.py178 return capi.py_nl_cb_err(self._cb, k, handler, obj)
Dcapi.i777 int py_nl_cb_err(struct nl_cb *cb, enum nl_cb_kind k, in py_nl_cb_err() function