u_char 84 src/dps8/dps8_mgp.c u_char pkt_last_received; /* from Multics */ u_char 85 src/dps8/dps8_mgp.c u_char pkt_last_sent; /* to Multics */ u_char 90 src/dps8/dps8_mgp.c u_char first_frame_received; u_char 91 src/dps8/dps8_mgp.c u_char frame_last_received; /* from Multics */ u_char 92 src/dps8/dps8_mgp.c u_char frame_last_sent; /* to Multics */ u_char 93 src/dps8/dps8_mgp.c u_char send_noop; /* set to make sure NOOP is sent to Multics */ u_char 95 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 1246 src/dps8/dps8_mgp.c static u_char * u_char 1249 src/dps8/dps8_mgp.c u_char *pkt = malloc(len + CBRIDGE_PACKET_HEADER_SIZE); /* space for cbridge header */ u_char 1271 src/dps8/dps8_mgp.c static u_char * u_char 1278 src/dps8/dps8_mgp.c u_char *pkt = make_cbridge_pkt(*len, CHOP_RFC); u_char 1351 src/dps8/dps8_mgp.c cbridge_send_packet(int i, u_char *pkt, int len) u_char 1394 src/dps8/dps8_mgp.c u_char *pkt = make_cbridge_pkt(p->byte_count, opcode); u_char 1415 src/dps8/dps8_mgp.c copy_cbridge8_to_packet9((u_char *)"wait", 4, buf, 1); u_char 1437 src/dps8/dps8_mgp.c words, (u_char *)connect_string, sizeof ( connect_string )); u_char 1525 src/dps8/dps8_mgp.c u_char *cbpkt = make_rfc_pkt(&cblen, host, contact, args); u_char 1698 src/dps8/dps8_mgp.c u_char opcode_to_pktype[] = { u_char 1717 src/dps8/dps8_mgp.c make_mgp_header(struct mgp_packet_header *p, u_char opcode, u_char *pkt, u_char 1758 src/dps8/dps8_mgp.c make_mgp_packet(u_char opcode, u_char *pkt, uint pklen, word36 *buf, u_char 1829 src/dps8/dps8_mgp.c make_open_packet(u_char opcode, u_char *pkt, uint pklen, word36 *buf, u_char 1862 src/dps8/dps8_mgp.c make_connect_packet(u_char *pkt, uint pklen, word36 *buf, uint words, u_char 1905 src/dps8/dps8_mgp.c (u_char *)connect, strlen(connect), buf, words, conni); u_char 1909 src/dps8/dps8_mgp.c receive_cbridge_opcode(u_char copcode, u_char *cbuf, uint clen, word36 *buf, u_char 1938 src/dps8/dps8_mgp.c u_char *clspkt = make_cbridge_pkt(0, CHOP_CLS); u_char 1971 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 1619 src/simh/sim_tmxr.c u_char tmp = (u_char)lp->rxb[j]; /* get char */ u_char 1864 src/simh/sim_tmxr.c if ((TN_IAC == (u_char) chr) && (!lp->notelnet)) /* char == IAC in telnet session? */