Searched refs:proto_send (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dproto.h46 int proto_send(const struct proto_conn *conn, const void *data, size_t size);
H A Dhast_proto.c121 if (proto_send(conn, hptr, hsize) == -1)
123 if (data != NULL && proto_send(conn, dptr, size) == -1)
H A Dsecondary.c227 if (proto_send(res->hr_remoteout, NULL, 0) == -1)
451 proto_send(res->hr_ctrl, NULL, 0);
462 proto_send(res->hr_event, NULL, 0);
H A Dproto.c248 proto_send(const struct proto_conn *conn, const void *data, size_t size) function
H A Dprimary.c577 if (proto_send(res->hr_conn, &val, sizeof(val)) == -1) {
853 if (proto_send(out, NULL, 0) == -1)
1014 proto_send(res->hr_ctrl, NULL, 0);
1025 proto_send(res->hr_event, NULL, 0);
1026 proto_send(res->hr_conn, NULL, 0);
H A Dhastd.c1018 if (proto_send(res->hr_conn, &val, sizeof(val)) == -1) {
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto.h45 int proto_send(const struct proto_conn *conn, const void *data, size_t size);
H A Dsender.c144 if (proto_send(adhost->adh_conn, &val, sizeof(val)) < 0) {
177 if (proto_send(conn, welcome, sizeof(welcome)) < 0) {
216 if (proto_send(conn, adcfg->adc_name, sizeof(adcfg->adc_name)) == -1) {
241 if (proto_send(conn, hash, sizeof(hash)) == -1) {
256 if (proto_send(conn, rnd, sizeof(rnd)) == -1) {
554 proto_send(adhost->adh_remote, &adreq->adr_packet,
782 proto_send(adhost->adh_conn, NULL, 0);
H A Dauditdistd.c289 if (proto_send(conn, welcome, sizeof(welcome)) == -1) {
332 if (proto_send(conn, rnd, sizeof(rnd)) == -1) {
376 if (proto_send(conn, hash, sizeof(hash)) == -1) {
452 if (proto_send(adhost->adh_conn, &val, sizeof(val)) < 0) {
H A Dreceiver.c516 if (proto_send(adhost->adh_remote, &adrep,
636 if (proto_send(adhost->adh_remote, &trail_size,
641 if (proto_send(adhost->adh_remote, adhost->adh_trail_name,
H A Dproto_tls.c548 proto_send(sock, NULL, 0);
721 proto_send(sock, NULL, 0);
884 if (proto_send(tlsctx->tls_sock, data, size) == -1)
H A Dproto.c236 proto_send(const struct proto_conn *conn, const void *data, size_t size) function

Completed in 179 milliseconds