Searched refs:msg_cb (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/wpa/src/common/ |
| HD | wpa_ctrl.c | 470 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request() 546 if (msg_cb) { in wpa_ctrl_request() 552 msg_cb(reply, res); in wpa_ctrl_request() 707 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request()
|
| HD | wpa_ctrl.h | 373 void (*msg_cb)(char *msg, size_t len));
|
| /NextBSD/crypto/openssl/apps/ |
| HD | s_apps.h | 181 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
| HD | s_server.c | 2280 SSL_set_msg_callback(con, msg_cb); in sv_body() 2840 SSL_set_msg_callback(con, msg_cb); in www_body() 3222 SSL_set_msg_callback(con, msg_cb); in rev_body()
|
| HD | s_cb.c | 595 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, in msg_cb() function
|
| HD | s_client.c | 1511 SSL_set_msg_callback(con, msg_cb); in MAIN()
|