u_char             90 src/dps8/dps8_mgp.c   u_char pkt_last_received;   /* from Multics */
u_char             91 src/dps8/dps8_mgp.c   u_char pkt_last_sent;       /* to Multics   */
u_char             96 src/dps8/dps8_mgp.c   u_char first_frame_received;
u_char             97 src/dps8/dps8_mgp.c   u_char frame_last_received; /* from Multics                             */
u_char             98 src/dps8/dps8_mgp.c   u_char frame_last_sent;     /* to Multics                               */
u_char             99 src/dps8/dps8_mgp.c   u_char send_noop;           /* set to make sure NOOP is sent to Multics */
u_char            101 src/dps8/dps8_mgp.c   u_char want_to_read;        /* flag that Multics wants to read          */
u_char            808 src/dps8/dps8_mgp.c   u_char checksum;             /* Checksum low byte in first word          */
u_char            809 src/dps8/dps8_mgp.c   u_char identification;       /* A character that always appears here (#) */
u_char            810 src/dps8/dps8_mgp.c   u_char packet_type;          /* Similar to Chaos operation code          */
u_char            819 src/dps8/dps8_mgp.c   u_char frame_number;         /* Per-link flow control                    */
u_char            820 src/dps8/dps8_mgp.c   u_char receipt_number;       /* ditto                                    */
u_char            821 src/dps8/dps8_mgp.c   u_char packet_number;        /* Per-connection flow control              */
u_char            822 src/dps8/dps8_mgp.c   u_char ack_number;           /* ditto                                    */
u_char            827 src/dps8/dps8_mgp.c   u_char chaos_opcode;         /* The opcode in the original packet        */
u_char            828 src/dps8/dps8_mgp.c   u_char reserved;             /* Not yet used.   MBZ                      */
u_char            841 src/dps8/dps8_mgp.c copy_packet9_to_cbridge8(word36 *buf, uint words, u_char *dest, int dlen)
u_char            856 src/dps8/dps8_mgp.c copy_cbridge8_to_packet9(u_char *src, int slen, word36 *buf, uint words)
u_char            868 src/dps8/dps8_mgp.c u_char
u_char            882 src/dps8/dps8_mgp.c u_char
u_char            883 src/dps8/dps8_mgp.c mgp_checksum(struct mgp_packet_header *p, u_char *pkt, uint pklen)
u_char           1244 src/dps8/dps8_mgp.c static u_char *
u_char           1247 src/dps8/dps8_mgp.c   u_char *pkt = malloc(len + CBRIDGE_PACKET_HEADER_SIZE); /* space for cbridge header */
u_char           1269 src/dps8/dps8_mgp.c static u_char *
u_char           1276 src/dps8/dps8_mgp.c   u_char *pkt = make_cbridge_pkt(*len, CHOP_RFC);
u_char           1349 src/dps8/dps8_mgp.c cbridge_send_packet(int i, u_char *pkt, int len)
u_char           1392 src/dps8/dps8_mgp.c   u_char *pkt = make_cbridge_pkt(p->byte_count, opcode);
u_char           1413 src/dps8/dps8_mgp.c   copy_cbridge8_to_packet9((u_char *)"wait", 4, buf, 1);
u_char           1435 src/dps8/dps8_mgp.c     words, (u_char *)connect_string, sizeof ( connect_string ));
u_char           1523 src/dps8/dps8_mgp.c   u_char *cbpkt = make_rfc_pkt(&cblen, host, contact, args);
u_char           1696 src/dps8/dps8_mgp.c u_char opcode_to_pktype[] = {
u_char           1715 src/dps8/dps8_mgp.c make_mgp_header(struct mgp_packet_header *p, u_char opcode, u_char *pkt,
u_char           1756 src/dps8/dps8_mgp.c make_mgp_packet(u_char opcode, u_char *pkt, uint pklen, word36 *buf,
u_char           1827 src/dps8/dps8_mgp.c make_open_packet(u_char opcode, u_char *pkt, uint pklen, word36 *buf,
u_char           1860 src/dps8/dps8_mgp.c make_connect_packet(u_char *pkt, uint pklen, word36 *buf, uint words,
u_char           1903 src/dps8/dps8_mgp.c     (u_char *)connect, strlen(connect), buf, words, conni);
u_char           1907 src/dps8/dps8_mgp.c receive_cbridge_opcode(u_char copcode, u_char *cbuf, uint clen, word36 *buf,
u_char           1936 src/dps8/dps8_mgp.c       u_char *clspkt = make_cbridge_pkt(0, CHOP_CLS);
u_char           1969 src/dps8/dps8_mgp.c   u_char cbuf[CH_PK_MAX_DATALEN + CBRIDGE_PACKET_HEADER_SIZE]; /* Fit data + cbridge header */
u_char            224 src/simh/sim_tmxr.c static u_char mantra[] = {                  /* Telnet Option Negotiation Mantra */
u_char           1623 src/simh/sim_tmxr.c                 u_char tmp = (u_char)lp->rxb[j];        /* get char */
u_char           1868 src/simh/sim_tmxr.c     if ((TN_IAC == (u_char) chr) && (!lp->notelnet))    /* char == IAC in telnet session? */