Home
last modified time | relevance | path

Searched refs:hast_proto_send (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/hastd/
H A Devent.c64 if (hast_proto_send(res, res->hr_event, nvout, NULL, 0) == -1) { in event_send()
148 if (hast_proto_send(res, res->hr_event, nvout, NULL, 0) == -1) { in event_recv()
H A Dsecondary.c313 if (hast_proto_send(res, res->hr_remotein, nvout, in init_remote()
360 if (hast_proto_send(res, res->hr_remotein, nvout, in init_remote()
396 if (hast_proto_send(res, res->hr_remotein, nvout, map, mapsize) == -1) { in init_remote()
916 if (hast_proto_send(res, res->hr_remoteout, nvout, data, in send_thread()
H A Dhast_proto.c78 hast_proto_send(const struct hast_resource *res, struct proto_conn *conn, in hast_proto_send() function
H A Dhastd.c460 if (hast_proto_send(res, res->hr_ctrl, nvout, NULL, 0) == -1) { in resource_reload()
941 if (hast_proto_send(res, conn, nvout, NULL, 0) == -1) { in listen_accept()
970 if (hast_proto_send(NULL, conn, nverr, NULL, 0) == -1) { in listen_accept()
H A Dprimary.c670 if (hast_proto_send(res, out, nvout, NULL, 0) == -1) { in init_remote()
756 if (hast_proto_send(res, in, nvout, NULL, 0) == -1) { in init_remote()
1525 if (hast_proto_send(res, res->hr_remoteout, nv, NULL, 0) == -1) { in keepalive_send()
1641 if (hast_proto_send(res, res->hr_remoteout, nv, data, in remote_send_thread()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c226 if (hast_proto_send(NULL, conn, nvin, NULL, 0) == -1) { in hastctl()