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

/freebsd-11-stable/sbin/hastd/
H A Dproto.h49 int proto_recv(const struct proto_conn *conn, void *data, size_t size);
H A Dhast_proto.c146 if (proto_recv(conn, &hdr, sizeof(hdr)) == -1)
163 if (proto_recv(conn, hptr, hdr.size) == -1)
201 if (proto_recv(conn, data, dsize) == -1)
H A Dsecondary.c408 if (proto_recv(res->hr_remotein, NULL, 0) == -1)
451 proto_recv(res->hr_event, NULL, 0);
466 proto_recv(res->hr_ctrl, NULL, 0);
H A Dproto.c268 proto_recv(const struct proto_conn *conn, void *data, size_t size) function
H A Dprimary.c582 if (proto_recv(res->hr_conn, &val, sizeof(val)) == -1) {
856 if (proto_recv(in, NULL, 0) == -1)
1012 proto_recv(res->hr_event, NULL, 0);
1013 proto_recv(res->hr_conn, NULL, 0);
1029 proto_recv(res->hr_ctrl, NULL, 0);
H A Dhastd.c998 if (proto_recv(res->hr_conn, &val, sizeof(val)) == -1) {
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto.h44 int proto_recv(const struct proto_conn *conn, void *data, size_t size);
H A Dsender.c146 if (proto_recv(adhost->adh_conn, &val, sizeof(val)) < 0) {
184 if (proto_recv(conn, welcome, sizeof(welcome)) < 0) {
222 if (proto_recv(conn, rnd, sizeof(rnd)) == -1) {
262 if (proto_recv(conn, resp, sizeof(resp)) == -1) {
287 if (proto_recv(conn, &adhost->adh_trail_offset,
296 if (proto_recv(conn, &adhost->adh_trail_name,
617 if (proto_recv(adhost->adh_remote, &adrep,
778 proto_recv(adh->adh_conn, NULL, 0);
H A Dauditdistd.c271 if (proto_recv(conn, welcome, sizeof(welcome)) == -1) {
294 if (proto_recv(conn, adname, sizeof(adhost->adh_name)) < 0) {
337 if (proto_recv(conn, resp, sizeof(resp)) == -1) {
359 if (proto_recv(conn, rnd, sizeof(rnd)) == -1) {
430 if (proto_recv(adhost->adh_conn, &val, sizeof(val)) < 0) {
H A Dreceiver.c217 if (proto_recv(adhost->adh_remote, &adreq->adr_packet,
247 if (proto_recv(adhost->adh_remote, adreq->adr_data,
H A Dproto_tls.c449 proto_recv(sock, NULL, 0);
831 proto_recv(sock, NULL, 0);
901 if (proto_recv(tlsctx->tls_sock, data, size) == -1)
H A Dproto.c252 proto_recv(const struct proto_conn *conn, void *data, size_t size) function

Completed in 98 milliseconds