copcode          1907 src/dps8/dps8_mgp.c receive_cbridge_opcode(u_char copcode, u_char *cbuf, uint clen, word36 *buf,
copcode          1911 src/dps8/dps8_mgp.c              __func__, copcode, chop_name(copcode));
copcode          1912 src/dps8/dps8_mgp.c   switch (copcode)
copcode          1930 src/dps8/dps8_mgp.c       return make_open_packet(copcode, cbuf, clen, buf, words, conni);
copcode          1947 src/dps8/dps8_mgp.c       int v = make_mgp_packet(copcode, cbuf, clen, buf, words, conni);
copcode          1956 src/dps8/dps8_mgp.c       return make_mgp_packet(copcode, cbuf, clen, buf, words, conni);
copcode          2109 src/dps8/dps8_mgp.c                       int copcode  = cbuf[0];
copcode          2114 src/dps8/dps8_mgp.c                         __func__, copcode, chop_name(copcode), mbz, clen);
copcode          2115 src/dps8/dps8_mgp.c                       if (( mbz != 0 ) || (( copcode > CHOP_BRD )  \
copcode          2116 src/dps8/dps8_mgp.c                                   && ( copcode < CHOP_ACK ))       \
copcode          2121 src/dps8/dps8_mgp.c                             __func__, copcode, chop_name(copcode), mbz, clen);
copcode          2160 src/dps8/dps8_mgp.c                             copcode, cbuf, clen, buf, words, i);