Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/common/
H A Dwpa_ctrl.c484 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request()
563 if (msg_cb) { in wpa_ctrl_request()
569 msg_cb(reply, res); in wpa_ctrl_request()
724 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request()
H A Dwpa_ctrl.h495 void (*msg_cb)(char *msg, size_t len));
/freebsd-12.1/crypto/openssl/apps/
H A Ds_apps.h40 void msg_cb(int write_p, int version, int content_type, const void *buf,
H A Ds_server.c2358 SSL_set_msg_callback(con, msg_cb); in sv_body()
3024 SSL_set_msg_callback(con, msg_cb); in www_body()
3389 SSL_set_msg_callback(con, msg_cb); in rev_body()
H A Ds_cb.c560 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() function
H A Ds_client.c2123 SSL_set_msg_callback(con, msg_cb); in s_client_main()