Searched refs:msg_cb (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/wpa/src/common/ |
| H A D | wpa_ctrl.c | 484 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 D | wpa_ctrl.h | 495 void (*msg_cb)(char *msg, size_t len));
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | s_apps.h | 40 void msg_cb(int write_p, int version, int content_type, const void *buf,
|
| H A D | s_server.c | 2358 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 D | s_cb.c | 560 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() function
|
| H A D | s_client.c | 2123 SSL_set_msg_callback(con, msg_cb); in s_client_main()
|