Home
last modified time | relevance | path

Searched defs:rc_state (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/unbound/daemon/
H A Dremote.h65 struct rc_state { struct
67 struct rc_state* next; argument
69 struct comm_point* c;
71 enum { rc_none, rc_hs_read, rc_hs_write } shake_state;
74 SSL* ssl;
77 int fd;
101 struct rc_state* busy_list; argument
/openbsd/usr.sbin/nsd/
H A Dremote.c118 struct rc_state { struct
120 struct rc_state* next, *prev; argument
138 struct rc_state* stats_next; argument
/openbsd/sys/nfs/
H A Dnfsrvcache.h53 u_char rc_state; /* Current state of request */ member