Home
last modified time | relevance | path

Searched refs:send_msg (Results 1 – 11 of 11) sorted by relevance

/netbsd/crypto/external/bsd/openssh/dist/
H A Dssh-pkcs11-client.c52 send_msg(struct sshbuf *m) in send_msg() function
143 send_msg(msg); in rsa_encrypt()
201 send_msg(msg); in ecdsa_do_sign()
323 send_msg(msg); in pkcs11_add_provider()
370 send_msg(msg); in pkcs11_del_provider()
H A Dssh-pkcs11-helper.c105 send_msg(struct sshbuf *m) in send_msg() function
153 send_msg(msg); in process_add()
175 send_msg(msg); in process_del()
242 send_msg(msg); in process_sign()
H A Dsftp-client.c230 send_msg(conn, msg); in send_string_request()
249 send_msg(conn, msg); in send_string_attrs_request()
462 send_msg(ret, msg); in do_init()
622 send_msg(conn, msg); in do_limits()
670 send_msg(conn, msg); in do_close()
705 send_msg(conn, msg); in do_lsreaddir()
1136 send_msg(conn, msg); in do_copy()
1157 send_msg(conn, msg); in do_copy()
1181 send_msg(conn, msg); in do_copy()
1231 send_msg(conn, msg); in do_rename()
[all …]
H A Dsftp-server.c516 send_msg(struct sshbuf *m) in send_msg() function
565 send_msg(msg); in send_status_errmsg()
587 send_msg(msg); in send_data_or_handle()
629 send_msg(msg); in send_names()
646 send_msg(msg); in send_attrib()
676 send_msg(msg); in send_statvfs()
732 send_msg(msg); in process_init()
1518 send_msg(msg); in process_extended_limits()
1740 send_msg(msg); in process_extended_get_users_groups_by_id()
/netbsd/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp_web.c1227 goto send_msg; in web_connection_parse_unsubscribe()
1260 goto send_msg; in web_connection_parse_unsubscribe()
1267 goto send_msg; in web_connection_parse_unsubscribe()
1277 goto send_msg; in web_connection_parse_unsubscribe()
1284 goto send_msg; in web_connection_parse_unsubscribe()
1309 goto send_msg; in web_connection_parse_unsubscribe()
1315 goto send_msg; in web_connection_parse_unsubscribe()
1320 send_msg: in web_connection_parse_unsubscribe()
/netbsd/usr.bin/msgs/
H A Dmsgs.c155 bool send_msg = NO; variable
236 send_msg = YES; in main()
326 if (!send_msg) { in main()
338 if (send_msg) { in main()
/netbsd/crypto/external/cpl/trousers/dist/dist/fedora/
H A Dtrousers.te32 allow tcsd_t port_type:tcp_socket { send_msg recv_msg name_bind };
/netbsd/sys/arch/mac68k/include/
H A Diopreg.h104 u_char send_msg[IOP_MSGBUFLEN]; /* send channel message data */ member
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Deap_wsc.c506 goto send_msg; in eap_wsc_process()
553 send_msg: in eap_wsc_process()
/netbsd/external/mpl/bind/dist/lib/isc/tests/
H A Dnetmgr_test.c66 static isc_region_t send_msg = { .base = (unsigned char *)&send_magic, variable
422 isc_nm_send(sendhandle, &send_msg, connect_send_cb, NULL); in connect_send()
531 isc_nm_send(sendhandle, &send_msg, listen_send_cb, in listen_read_cb()
/netbsd/external/apache2/mDNSResponder/dist/mDNSShared/
H A Duds_daemon.c6133 mDNSlocal int send_msg(request_state *const req) in send_msg() function
6187 … result = send_msg(r); // Returns t_morecoming if buffer full because client is not reading in udsserver_idle()