Home
last modified time | relevance | path

Searched refs:IMSG_GETNAMEINFO (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.sbin/lpd/
H A Dresolver.c123 m_create(p_resolver, IMSG_GETNAMEINFO, req->id, 0, -1); in resolver_getnameinfo()
178 case IMSG_GETNAMEINFO: in resolver_dispatch_request()
206 m_create(proc, IMSG_GETNAMEINFO, reqid, 0, -1); in resolver_dispatch_request()
282 case IMSG_GETNAMEINFO: in resolver_dispatch_result()
339 m_create(s->proc, IMSG_GETNAMEINFO, s->reqid, 0, -1); in resolver_getnameinfo_cb()
H A Dlpd.h56 IMSG_GETNAMEINFO, enumerator
H A Dlogmsg.c64 case IMSG_GETNAMEINFO: in log_fmt_imsgtype()
H A Dengine.c152 case IMSG_GETNAMEINFO: in engine_dispatch_frontend()
H A Dfrontend.c318 case IMSG_GETNAMEINFO: in frontend_dispatch_engine()
/openbsd/usr.sbin/smtpd/
H A Dresolver.c115 m_create(p_resolver, IMSG_GETNAMEINFO, req->id, 0, -1); in resolver_getnameinfo()
200 case IMSG_GETNAMEINFO: in resolver_dispatch_request()
228 m_create(proc, IMSG_GETNAMEINFO, reqid, 0, -1); in resolver_dispatch_request()
347 case IMSG_GETNAMEINFO: in resolver_dispatch_result()
417 m_create(s->proc, IMSG_GETNAMEINFO, s->reqid, 0, -1); in resolver_getnameinfo_cb()
H A Ddispatcher.c45 case IMSG_GETNAMEINFO: in dispatcher_imsg()
H A Dlka.c91 case IMSG_GETNAMEINFO: in lka_imsg()
H A Dsmtpd.h208 IMSG_GETNAMEINFO, enumerator
H A Dsmtpd.c1977 CASE(IMSG_GETNAMEINFO); in imsg_to_str()