HomeSort by relevance Sort by last modified time
    Searched refs:msg_cb (Results 1 - 7 of 7) 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 292 * @msg_cb: Callback function for unsolicited messages or %NULL if not used
301 * msg_cb can be used to register a callback function that will be called for
306 * event messages. Alternatively to msg_cb, programs can register two control
313 void (*msg_cb)(char *msg, size_t len));
wpa_ctrl.c 454 void (*msg_cb)(char *msg, size_t len))
528 * request. Use msg_cb to report this to the
530 if (msg_cb) {
536 msg_cb(reply, res);
691 void (*msg_cb)(char *msg, size_t len))
  /hardware/libhardware_legacy/wifi/
wifi.c 58 char *reply, size_t *reply_len, void (*msg_cb)(char *msg, size_t len))

Completed in 506 milliseconds