Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Ddoh_test.c66 static uv_buf_t send_msg = { .base = (char *)&send_magic,
556 &(isc_region_t){ .base = (uint8_t *)send_msg.base, in doh_noresponse()
557 .length = send_msg.len }, in doh_noresponse()
599 &(isc_region_t){ .base = (uint8_t *)send_msg.base, in timeout_retry_cb()
600 .length = send_msg.len }, in timeout_retry_cb()
661 &(isc_region_t){ .base = (uint8_t *)send_msg.base, in doh_timeout_recovery()
662 .length = send_msg.len }, in doh_timeout_recovery()
747 .base = (uint8_t *)send_msg.base, in doh_connect_thread()
748 .length = send_msg.len }, in doh_connect_thread()
782 &(isc_region_t){ .base = (uint8_t *)send_msg in doh_recv_one()
67 static uv_buf_t send_msg = { .base = (char *)&send_magic, global() variable
[all...]
H A Dnetmgr_test.c
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c150 send_msg(struct sftp_conn *conn, struct sshbuf *m) in send_msg() function
231 send_msg(conn, msg); in send_string_request()
250 send_msg(conn, msg); in send_string_attrs_request()
467 send_msg(ret, msg); in sftp_init()
627 send_msg(conn, msg); in sftp_get_limits()
675 send_msg(conn, msg); in sftp_close()
710 send_msg(conn, msg); in sftp_lsreaddir()
735 send_msg(conn, msg); in sftp_lsreaddir()
1017 send_msg(conn, msg); in sftp_realpath_expand()
1139 send_msg(conn, msg); in sftp_copy()
[all …]
H A Dsftp-server.c517 send_msg(struct sshbuf *m) in send_msg() function
566 send_msg(msg); in send_status_errmsg()
588 send_msg(msg); in send_data_or_handle()
630 send_msg(msg); in send_names()
647 send_msg(msg); in send_attrib()
677 send_msg(msg); in send_statvfs()
733 send_msg(msg); in process_init()
1519 send_msg(msg); in process_extended_limits()
1743 send_msg(msg); in process_extended_get_users_groups_by_id()
/netbsd-src/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-src/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-src/sys/arch/mac68k/include/
H A Diopreg.h104 u_char send_msg[IOP_MSGBUFLEN]; /* send channel message data */ member