Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c48 static uint8_t send_msg[16]; variable
57 sge.addr = (uint64_t) (uintptr_t) send_msg; in post_send()
58 sge.length = (uint32_t) sizeof send_msg; in post_send()
100 mr = rdma_reg_msgs(id, send_msg, sizeof send_msg); in test()
H A Drdma_client.c45 static uint8_t send_msg[16]; variable
89 send_mr = rdma_reg_msgs(id, send_msg, 16); in run()
109 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags); in run()
H A Drdma_server.c44 static uint8_t send_msg[16]; variable
108 send_mr = rdma_reg_msgs(id, send_msg, 16); in run()
134 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags); in run()
H A Driostream.c146 static int send_msg(int size) in send_msg() function
253 ret = dst_addr ? send_msg(16) : recv_msg(16); in sync_test()
257 return dst_addr ? recv_msg(16) : send_msg(16); in sync_test()
/freebsd-13.1/crypto/openssh/
H A Dssh-pkcs11-client.c56 send_msg(struct sshbuf *m) in send_msg() function
147 send_msg(msg); in rsa_encrypt()
206 send_msg(msg); in ecdsa_do_sign()
335 send_msg(msg); in pkcs11_add_provider()
382 send_msg(msg); in pkcs11_del_provider()
H A Dssh-pkcs11-helper.c110 send_msg(struct sshbuf *m) in send_msg() function
158 send_msg(msg); in process_add()
180 send_msg(msg); in process_del()
249 send_msg(msg); in process_sign()
H A Dsftp-client.c244 send_msg(conn, msg); in send_string_request()
263 send_msg(conn, msg); in send_string_attrs_request()
476 send_msg(ret, msg); in do_init()
618 send_msg(conn, msg); in do_limits()
666 send_msg(conn, msg); in do_close()
701 send_msg(conn, msg); in do_lsreaddir()
1090 send_msg(conn, msg); in do_rename()
1127 send_msg(conn, msg); in do_hardlink()
1162 send_msg(conn, msg); in do_symlink()
1195 send_msg(conn, msg); in do_fsync()
[all …]
H A Dsftp-server.c508 send_msg(struct sshbuf *m) in send_msg() function
557 send_msg(msg); in send_status()
572 send_msg(msg); in send_data_or_handle()
614 send_msg(msg); in send_names()
631 send_msg(msg); in send_attrib()
661 send_msg(msg); in send_statvfs()
714 send_msg(msg); in process_init()
1522 send_msg(msg); in process_extended_limits()
H A DChangeLog3398 upstream: no need to reset buffer after send_msg() as that is done
/freebsd-13.1/contrib/wpa/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()
/freebsd-13.1/usr.bin/msgs/
H A Dmsgs.c145 static bool send_msg = NO; variable
233 send_msg = YES; in main()
255 if (send_msg != YES) { in main()
331 if (!send_msg) { in main()
341 if (send_msg) { in main()
/freebsd-13.1/lib/libtacplus/
H A Dtaclib.c77 static int send_msg(struct tac_handle *);
620 send_msg(struct tac_handle *h) in send_msg() function
1090 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_authen()
1148 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_author()
1206 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_acct()
/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Deap_wsc.c506 goto send_msg; in eap_wsc_process()
553 send_msg: in eap_wsc_process()