Searched refs:nl_cb_alloc (Results 1 - 5 of 5) sorted by relevance

/openwrt/package/libs/libnl-tiny/src/
H A Dhandlers.c20 * struct nl_cb *cb = nl_cb_alloc(NL_CB_VERBOSE);
49 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind) function
81 cb = nl_cb_alloc(NL_CB_DEFAULT);
H A Dunl.c115 cb = nl_cb_alloc(NL_CB_CUSTOM);
162 cb = nl_cb_alloc(NL_CB_CUSTOM);
H A Dsocket.c101 cb = nl_cb_alloc(NL_CB_DEFAULT);
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dhandlers.h145 extern struct nl_cb * nl_cb_alloc(enum nl_cb_kind);
/openwrt/package/network/config/swconfig/src/
H A Dswlib.c112 cb = nl_cb_alloc(NL_CB_CUSTOM);
114 fprintf(stderr, "nl_cb_alloc failed.\n");

Completed in 78 milliseconds