mgp_packet_header  883 src/dps8/dps8_mgp.c mgp_checksum(struct mgp_packet_header *p, u_char *pkt, uint pklen)
mgp_packet_header  914 src/dps8/dps8_mgp.c static struct mgp_packet_header *
mgp_packet_header  917 src/dps8/dps8_mgp.c   if (words * 4 < sizeof ( struct mgp_packet_header ))
mgp_packet_header  925 src/dps8/dps8_mgp.c   struct mgp_packet_header *p = malloc(sizeof ( struct mgp_packet_header ));
mgp_packet_header  990 src/dps8/dps8_mgp.c unparse_packet_header(struct mgp_packet_header *p, word36 *buf, uint words)
mgp_packet_header  992 src/dps8/dps8_mgp.c   if (words * 4 < sizeof ( struct mgp_packet_header ))
mgp_packet_header 1033 src/dps8/dps8_mgp.c   struct mgp_packet_header *p = parse_packet_header(buf, words);
mgp_packet_header 1381 src/dps8/dps8_mgp.c handle_packet(int opcode, struct mgp_packet_header *p, word36 *buf,
mgp_packet_header 1404 src/dps8/dps8_mgp.c handle_close(struct mgp_packet_header *p, word36 *buf, uint words)
mgp_packet_header 1419 src/dps8/dps8_mgp.c handle_lose(int conni, struct mgp_packet_header *p, word36 *buf, uint words)
mgp_packet_header 1430 src/dps8/dps8_mgp.c handle_connect(struct mgp_packet_header *p, word36 *buf, uint words)
mgp_packet_header 1554 src/dps8/dps8_mgp.c   struct mgp_packet_header *p  = parse_packet_header(buf, words);
mgp_packet_header 1715 src/dps8/dps8_mgp.c make_mgp_header(struct mgp_packet_header *p, u_char opcode, u_char *pkt,
mgp_packet_header 1718 src/dps8/dps8_mgp.c   memset(p, 0, sizeof ( struct mgp_packet_header ));
mgp_packet_header 1759 src/dps8/dps8_mgp.c   struct mgp_packet_header hdr;
mgp_packet_header 1783 src/dps8/dps8_mgp.c   struct mgp_packet_header hdr;
mgp_packet_header 1806 src/dps8/dps8_mgp.c   struct mgp_packet_header hdr;