Home
last modified time | relevance | path

Searched defs:link_cb (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dppp.h318 const struct link_callbacks *link_cb; member
689 #define ppp_set_netif_linkcallback(ppp, link_cb) \ argument
/third_party/libuv/test/
Dtest-fs.c191 static void link_cb(uv_fs_t* req) { in link_cb() function