HomeSort by relevance Sort by last modified time
    Searched refs:msg_cb (Results 1 - 6 of 6) sorted by null

  /external/openssl/apps/
s_apps.h 169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
s_cb.c 342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) function
s_server.c     [all...]
s_client.c     [all...]
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 210 * @msg_cb: Callback function for unsolicited messages or %NULL if not used
219 * msg_cb can be used to register a callback function that will be called for
224 * event messages. Alternatively to msg_cb, programs can register two control
231 void (*msg_cb)(char *msg, size_t len));
wpa_ctrl.c 372 void (*msg_cb)(char *msg, size_t len))
446 * request. Use msg_cb to report this to the
448 if (msg_cb) {
454 msg_cb(reply, res);
609 void (*msg_cb)(char *msg, size_t len))

Completed in 169 milliseconds