Home
last modified time | relevance | path

Searched refs:SOCK_HELLO (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/sndiod/
Dsock.h47 #define SOCK_HELLO 1 /* waiting for HELLO message */ macro
Dsock.c672 f->pstate = SOCK_HELLO; in sock_auth()
686 f->pstate = SOCK_HELLO; in sock_auth()
1100 if (f->pstate != SOCK_HELLO) { in sock_execmsg()