Searched refs:TRANSPORT_LISTEN (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sbin/isakmpd/
H A Dtransport.h144 #define TRANSPORT_LISTEN 1 macro
H A Dtransport.c186 if (t->virtual->flags & TRANSPORT_LISTEN) {
236 if ((t->flags & TRANSPORT_LISTEN) &&
H A Dudp.c186 t->transport.flags |= TRANSPORT_LISTEN;
237 t->flags &= ~TRANSPORT_LISTEN;
364 if ((t->flags & TRANSPORT_LISTEN) && u->s >= 0)
H A Dvirtual.c286 v->transport.flags |= TRANSPORT_LISTEN;
570 t->flags &= ~TRANSPORT_LISTEN;
H A Dudp_encap.c188 t->transport.flags |= TRANSPORT_LISTEN;

Completed in 102 milliseconds