copcode          1909 src/dps8/dps8_mgp.c receive_cbridge_opcode(u_char copcode, u_char *cbuf, uint clen, word36 *buf,
copcode          1913 src/dps8/dps8_mgp.c              __func__, copcode, chop_name(copcode));
copcode          1914 src/dps8/dps8_mgp.c   switch (copcode)
copcode          1932 src/dps8/dps8_mgp.c       return make_open_packet(copcode, cbuf, clen, buf, words, conni);
copcode          1949 src/dps8/dps8_mgp.c       int v = make_mgp_packet(copcode, cbuf, clen, buf, words, conni);
copcode          1958 src/dps8/dps8_mgp.c       return make_mgp_packet(copcode, cbuf, clen, buf, words, conni);
copcode          2111 src/dps8/dps8_mgp.c                       int copcode  = cbuf[0];
copcode          2116 src/dps8/dps8_mgp.c                         __func__, copcode, chop_name(copcode), mbz, clen);
copcode          2117 src/dps8/dps8_mgp.c                       if (( mbz != 0 ) || (( copcode > CHOP_BRD )  \
copcode          2118 src/dps8/dps8_mgp.c                                   && ( copcode < CHOP_ACK ))       \
copcode          2123 src/dps8/dps8_mgp.c                             __func__, copcode, chop_name(copcode), mbz, clen);
copcode          2162 src/dps8/dps8_mgp.c                             copcode, cbuf, clen, buf, words, i);