Searched refs:send_msg (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/crypto/openssh/ |
| D | ssh-pkcs11-client.c | 49 send_msg(Buffer *m) in send_msg() function 125 send_msg(&msg); in pkcs11_rsa_private_encrypt() 200 send_msg(&msg); in pkcs11_add_provider() 231 send_msg(&msg); in pkcs11_del_provider()
|
| D | sftp-client.c | 101 send_msg(struct sftp_conn *conn, Buffer *m) in send_msg() function 163 send_msg(conn, &msg); in send_string_request() 179 send_msg(conn, &msg); in send_string_attrs_request() 354 send_msg(ret, &msg); in do_init() 443 send_msg(conn, &msg); in do_close() 474 send_msg(conn, &msg); in do_lsreaddir() 498 send_msg(conn, &msg); in do_lsreaddir() 799 send_msg(conn, &msg); in do_rename() 833 send_msg(conn, &msg); in do_hardlink() 865 send_msg(conn, &msg); in do_symlink() [all …]
|
| D | ssh-pkcs11-helper.c | 104 send_msg(Buffer *m) in send_msg() function 143 send_msg(&msg); in process_add() 163 send_msg(&msg); in process_del() 202 send_msg(&msg); in process_sign()
|
| D | sftp-server.c | 493 send_msg(Buffer *m) in send_msg() function 537 send_msg(&msg); in send_status() 549 send_msg(&msg); in send_data_or_handle() 588 send_msg(&msg); in send_names() 602 send_msg(&msg); in send_attrib() 629 send_msg(&msg); in send_statvfs() 660 send_msg(&msg); in process_init()
|
| /freebsd-9-stable/usr.bin/msgs/ |
| D | msgs.c | 143 bool send_msg = NO; variable 231 send_msg = YES; in main() 253 if (send_msg != YES) { in main() 329 if (!send_msg) { in main() 339 if (send_msg) { in main()
|
| /freebsd-9-stable/contrib/wpa/src/wps/ |
| D | wps_upnp_web.c | 1101 goto send_msg; in web_connection_parse_unsubscribe() 1135 goto send_msg; in web_connection_parse_unsubscribe() 1142 goto send_msg; in web_connection_parse_unsubscribe() 1165 goto send_msg; in web_connection_parse_unsubscribe() 1170 send_msg: in web_connection_parse_unsubscribe()
|
| /freebsd-9-stable/lib/libtacplus/ |
| D | taclib.c | 75 static int send_msg(struct tac_handle *); 618 send_msg(struct tac_handle *h) in send_msg() function 1089 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_authen() 1147 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_author() 1205 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_acct()
|
| /freebsd-9-stable/contrib/wpa/src/eap_peer/ |
| D | eap_wsc.c | 455 goto send_msg; in eap_wsc_process() 502 send_msg: in eap_wsc_process()
|
| /freebsd-9-stable/sys/mips/rmi/dev/sec/ |
| D | rmilib.c | 1896 struct msgrng_msg send_msg; in xlr_sec_submit_op() local 1925 send_msg.msg0 = desc->control | (1ULL << 53); in xlr_sec_submit_op() 1926 send_msg.msg1 = desc->data | (1ULL << 53) | (1ULL << 52); in xlr_sec_submit_op() 1927 send_msg.msg2 = send_msg.msg3 = 0; in xlr_sec_submit_op() 1933 __FUNCTION__, desc->op_ctl.flags, send_msg.msg0, send_msg.msg1); in xlr_sec_submit_op() 1939 desc->op_ctl.stn_id, &send_msg); in xlr_sec_submit_op()
|