Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/sndiod/
Dsock.h42 #define SOCK_WIDLE 0 /* nothing to do */ macro
Dsock.c306 f->wstate = SOCK_WIDLE; in sock_new()
1363 f->wstate = SOCK_WIDLE; in sock_buildmsg()
1392 if (f->wstate != SOCK_WIDLE) { in sock_read()
1429 f->wstate = SOCK_WIDLE; in sock_write()
1441 f->wstate = SOCK_WIDLE; in sock_write()
1451 case SOCK_WIDLE: in sock_write()
1489 if (f->wstate == SOCK_WIDLE && f->rstate != SOCK_RRET) in sock_pollfd()