Home
last modified time | relevance | path

Searched refs:comm_local (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnetevent.h317 comm_local, enumerator
H A Dnetevent.c3229 c_hdl->type == comm_local || c_hdl->type == comm_raw)
3381 log_assert(c->type == comm_tcp || c->type == comm_local);
4016 log_assert(c->type == comm_tcp || c->type == comm_local);
5717 log_assert(c->type == comm_local);
6460 c->type = comm_local;
6626 if(c->type == comm_tcp || c->type == comm_local || c->type == comm_http) {
6884 if(c->type == comm_tcp || c->type == comm_local) {
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c1006 else if(tp == comm_local) comm = "unix"; in log_reply_info()