Lines Matching refs:SCCRQ
35 SCCRQ = 1,
54 NULL, "SCCRQ", "SCCRP", "STOPCCRQ", "STOPCCRP", "ECHORQ", "ECHORP",
107 } sccrp, sccrq;
220 log_print(DEBUG, "Sending SCCRQ");
221 state = SCCRQ;
222 set_message(SCCRQ);
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION;
224 outgoing.sccrq.framing = htonl(3);
225 outgoing.sccrq.bearer = htonl(3);
226 outgoing.sccrq.channels = htons(1);
227 strcpy(outgoing.sccrq.host, "anonymous");
280 if (state == SCCRQ) {
302 incoming.sccrq.result);