Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/ldapd/
Dcontrol.c204 imsgev_compose(iev, IMSG_CTL_STATS, 0, iev->ibuf.pid, -1, in send_stats()
218 imsgev_compose(iev, IMSG_CTL_NSSTATS, 0, iev->ibuf.pid, -1, in send_stats()
222 imsgev_compose(iev, IMSG_CTL_END, 0, iev->ibuf.pid, -1, NULL, 0); in send_stats()
260 imsgev_compose(iev_ldapd, IMSG_CTL_LOG_VERBOSE, 0, 0, -1, in control_imsgev()
Dimsgev.h46 int imsgev_compose(struct imsgev *, u_int16_t, u_int32_t, u_int32_t, int,
Dldapd.c361 imsgev_compose(iev, IMSG_LDAPD_AUTH_RESULT, 0, 0, -1, &ares, in ldapd_auth_request()
404 imsgev_compose(iev, IMSG_LDAPD_OPEN_RESULT, 0, 0, fd, oreq, in ldapd_open_request()
Dimsgev.c57 imsgev_compose(struct imsgev *iev, u_int16_t type, u_int32_t peerid, in imsgev_compose() function
Dauth.c193 if (imsgev_compose(iev_ldapd, IMSG_LDAPD_AUTH, 0, 0, -1, &auth_req, in send_auth_request()
Dnamespace.c157 return imsgev_compose(iev_ldapd, IMSG_LDAPD_OPEN, 0, 0, -1, &req, in namespace_reopen()