Home
last modified time | relevance | path

Searched refs:imsg_composev (Results 1 – 16 of 16) sorted by relevance

/openbsd/usr.sbin/radiusd/
H A Dradiusd_module.c235 ret = imsg_composev(&base->ibuf, IMSG_RADIUSD_MODULE_USERPASS_OK, in module_userpass_ok()
252 ret = imsg_composev(&base->ibuf, IMSG_RADIUSD_MODULE_USERPASS_FAIL, in module_userpass_fail()
320 ret = imsg_composev(&base->ibuf, imsg_type, 0, 0, -1, iov, in module_common_radpkt()
H A Dradiusd_bsdauth.c348 imsg_composev(&module->ibuf, IMSG_BSDAUTH_USERCHECK, 0, 0, -1, iov, 3); in module_bsdauth_userpass()
372 imsg_composev(&module->ibuf, IMSG_BSDAUTH_GROUPCHECK, in module_bsdauth_userpass()
H A Dradiusd.c1415 if (imsg_composev(&module->ibuf, IMSG_RADIUSD_MODULE_SET_CONFIG, 0, 0, in radiusd_module_set()
1590 if (imsg_composev(ibuf, type, 0, 0, -1, iov, 2) == -1) in imsg_compose_radius_packet()
/openbsd/lib/libutil/
H A DSymbols.map71 imsg_composev;
H A Dimsg.h147 int imsg_composev(struct imsgbuf *, uint32_t, uint32_t, pid_t, int,
H A Dimsg.c258 imsg_composev(struct imsgbuf *imsgbuf, uint32_t type, uint32_t id, pid_t pid, in imsg_composev() function
/openbsd/usr.sbin/ntpd/
H A Dconstraint.c224 imsg_composev(ibuf_main, IMSG_CONSTRAINT_QUERY, in constraint_query()
437 imsg_composev(&cstr.ibuf, in priv_constraint_child()
/openbsd/usr.sbin/relayd/
H A Dca.c338 if (imsg_composev(ibuf, cmd, 0, 0, -1, iov, cnt) == -1) in rsae_send_imsg()
H A Dproc.c719 if ((ret = imsg_composev(&iev->ibuf, type, peerid, in imsg_composev_event()
/openbsd/usr.sbin/npppctl/
H A Dnpppctl.c353 if (imsg_composev(&ctl_ibuf, IMSG_CTL_DISCONNECT, 0, 0, in clear_session()
/openbsd/usr.sbin/smtpd/
H A Dmproc.c264 imsg_composev(&p->imsgbuf, type, peerid, pid, fd, iov, n); in m_composev()
/openbsd/usr.sbin/snmpd/
H A Dproc.c694 if ((ret = imsg_composev(&iev->ibuf, type, peerid, in imsg_composev_event()
/openbsd/sbin/iked/
H A Dproc.c761 if ((ret = imsg_composev(&iev->ibuf, type, peerid, in imsg_composev_event()
/openbsd/usr.sbin/httpd/
H A Dproc.c718 if ((ret = imsg_composev(&iev->ibuf, type, peerid, in imsg_composev_event()
/openbsd/usr.sbin/vmd/
H A Dproc.c726 if ((ret = imsg_composev(&iev->ibuf, type, peerid, in imsg_composev_event()
/openbsd/usr.sbin/npppd/npppd/
H A Dprivsep.c317 (void)imsg_composev(&privsep_ibuf, PRIVSEP_SENDTO, 0, 0, s, in priv_sendto()