Searched refs:hast_proto_recv_hdr (Results 1 – 6 of 6) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | event.c | 68 if (hast_proto_recv_hdr(res->hr_event, &nvin) == -1) { in event_send() 95 if (hast_proto_recv_hdr(res->hr_event, &nvin) == -1) { in event_recv()
|
H A D | hast_proto.c | 130 hast_proto_recv_hdr(const struct proto_conn *conn, struct nv **nvp) in hast_proto_recv_hdr() function
|
H A D | hastd.c | 468 if (hast_proto_recv_hdr(res->hr_ctrl, &nvin) == -1) { in resource_reload() 787 if (hast_proto_recv_hdr(conn, &nvin) == -1) { in listen_accept()
|
H A D | primary.c | 678 if (hast_proto_recv_hdr(out, &nvin) == -1) { in init_remote() 764 if (hast_proto_recv_hdr(out, &nvin) == -1) { in init_remote() 1743 if (hast_proto_recv_hdr(res->hr_remotein, &nv) == -1) { in remote_recv_thread()
|
H A D | secondary.c | 662 if (hast_proto_recv_hdr(res->hr_remotein, &nv) == -1) { in recv_thread()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/ |
H A D | hast_snmp.c | 233 if (hast_proto_recv_hdr(conn, &nv) == -1) { in hastctl()
|