Searched refs:prevtype (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/sasyncd/
H A Dnet_ctl.c174 net_ctl_send_ack(struct syncpeer *p, enum CTLTYPE prevtype, u_int32_t code) argument
176 return net_ctl_send(p, CTL_ACK, (u_int32_t)prevtype, code);
186 net_ctl_send_error(struct syncpeer *p, enum CTLTYPE prevtype) argument
188 return net_ctl_send(p, CTL_ERROR, (u_int32_t)prevtype, 0);
/openbsd-current/sbin/restore/
H A Dtape.c1114 static int prevtype; local
1130 switch (prevtype) {
1172 prevtype = header->c_type;

Completed in 170 milliseconds