Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/common/
HDwpa_ctrl.c470 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()
HDwpa_ctrl.h373 void (*msg_cb)(char *msg, size_t len));
/NextBSD/crypto/openssl/apps/
HDs_apps.h181 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
HDs_server.c2280 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()
HDs_cb.c595 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, in msg_cb() function
HDs_client.c1511 SSL_set_msg_callback(con, msg_cb); in MAIN()