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