Home
last modified time | relevance | path

Searched refs:msg_cb (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dwpa_ctrl.c483 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request()
572 if (msg_cb) { in wpa_ctrl_request()
578 msg_cb(reply, res); in wpa_ctrl_request()
733 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request()
H A Dwpa_ctrl.h578 void (*msg_cb)(char *msg, size_t len));
/freebsd/crypto/openssl/apps/include/
H A Ds_apps.h43 void msg_cb(int write_p, int version, int content_type, const void *buf,
/freebsd/crypto/openssl/apps/
H A Ds_server.c2467 SSL_set_msg_callback(con, msg_cb); in sv_body()
3139 SSL_set_msg_callback(con, msg_cb); in www_body()
3564 SSL_set_msg_callback(con, msg_cb); in rev_body()
H A Ds_client.c2122 SSL_set_msg_callback(con, msg_cb); in s_client_main()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c586 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() function