u_char             88 src/dps8/dps8_mgp.c   u_char pkt_last_received;   /* from Multics */
u_char             89 src/dps8/dps8_mgp.c   u_char pkt_last_sent;       /* to Multics   */
u_char             94 src/dps8/dps8_mgp.c   u_char first_frame_received;
u_char             95 src/dps8/dps8_mgp.c   u_char frame_last_received; /* from Multics                             */
u_char             96 src/dps8/dps8_mgp.c   u_char frame_last_sent;     /* to Multics                               */
u_char             97 src/dps8/dps8_mgp.c   u_char send_noop;           /* set to make sure NOOP is sent to Multics */
u_char             99 src/dps8/dps8_mgp.c   u_char want_to_read;        /* flag that Multics wants to read          */
u_char            812 src/dps8/dps8_mgp.c   u_char checksum;             /* Checksum low byte in first word          */
u_char            813 src/dps8/dps8_mgp.c   u_char identification;       /* A character that always appears here (#) */
u_char            814 src/dps8/dps8_mgp.c   u_char packet_type;          /* Similar to Chaos operation code          */
u_char            823 src/dps8/dps8_mgp.c   u_char frame_number;         /* Per-link flow control                    */
u_char            824 src/dps8/dps8_mgp.c   u_char receipt_number;       /* ditto                                    */
u_char            825 src/dps8/dps8_mgp.c   u_char packet_number;        /* Per-connection flow control              */
u_char            826 src/dps8/dps8_mgp.c   u_char ack_number;           /* ditto                                    */
u_char            831 src/dps8/dps8_mgp.c   u_char chaos_opcode;         /* The opcode in the original packet        */
u_char            832 src/dps8/dps8_mgp.c   u_char reserved;             /* Not yet used.   MBZ                      */
u_char            845 src/dps8/dps8_mgp.c copy_packet9_to_cbridge8(word36 *buf, uint words, u_char *dest, int dlen)
u_char            860 src/dps8/dps8_mgp.c copy_cbridge8_to_packet9(u_char *src, int slen, word36 *buf, uint words)
u_char            872 src/dps8/dps8_mgp.c u_char
u_char            886 src/dps8/dps8_mgp.c u_char
u_char            887 src/dps8/dps8_mgp.c mgp_checksum(struct mgp_packet_header *p, u_char *pkt, uint pklen)
u_char           1250 src/dps8/dps8_mgp.c static u_char *
u_char           1253 src/dps8/dps8_mgp.c   u_char *pkt = malloc(len + CBRIDGE_PACKET_HEADER_SIZE); /* space for cbridge header */
u_char           1275 src/dps8/dps8_mgp.c static u_char *
u_char           1282 src/dps8/dps8_mgp.c   u_char *pkt = make_cbridge_pkt(*len, CHOP_RFC);
u_char           1355 src/dps8/dps8_mgp.c cbridge_send_packet(int i, u_char *pkt, int len)
u_char           1398 src/dps8/dps8_mgp.c   u_char *pkt = make_cbridge_pkt(p->byte_count, opcode);
u_char           1419 src/dps8/dps8_mgp.c   copy_cbridge8_to_packet9((u_char *)"wait", 4, buf, 1);
u_char           1441 src/dps8/dps8_mgp.c     words, (u_char *)connect_string, sizeof ( connect_string ));
u_char           1529 src/dps8/dps8_mgp.c   u_char *cbpkt = make_rfc_pkt(&cblen, host, contact, args);
u_char           1702 src/dps8/dps8_mgp.c u_char opcode_to_pktype[] = {
u_char           1721 src/dps8/dps8_mgp.c make_mgp_header(struct mgp_packet_header *p, u_char opcode, u_char *pkt,
u_char           1762 src/dps8/dps8_mgp.c make_mgp_packet(u_char opcode, u_char *pkt, uint pklen, word36 *buf,
u_char           1833 src/dps8/dps8_mgp.c make_open_packet(u_char opcode, u_char *pkt, uint pklen, word36 *buf,
u_char           1866 src/dps8/dps8_mgp.c make_connect_packet(u_char *pkt, uint pklen, word36 *buf, uint words,
u_char           1909 src/dps8/dps8_mgp.c     (u_char *)connect, strlen(connect), buf, words, conni);
u_char           1913 src/dps8/dps8_mgp.c receive_cbridge_opcode(u_char copcode, u_char *cbuf, uint clen, word36 *buf,
u_char           1942 src/dps8/dps8_mgp.c       u_char *clspkt = make_cbridge_pkt(0, CHOP_CLS);
u_char           1975 src/dps8/dps8_mgp.c   u_char cbuf[CH_PK_MAX_DATALEN + CBRIDGE_PACKET_HEADER_SIZE]; /* Fit data + cbridge header */
u_char            215 src/simh/sim_tmxr.c static u_char mantra[] = {                  /* Telnet Option Negotiation Mantra */
u_char           1615 src/simh/sim_tmxr.c                 u_char tmp = (u_char)lp->rxb[j];        /* get char */
u_char           1860 src/simh/sim_tmxr.c     if ((TN_IAC == (u_char) chr) && (!lp->notelnet))    /* char == IAC in telnet session? */