CBRIDGE_PACKET_HEADER_SIZE 1248 src/dps8/dps8_mgp.c   u_char *pkt = malloc(len + CBRIDGE_PACKET_HEADER_SIZE); /* space for cbridge header */
CBRIDGE_PACKET_HEADER_SIZE 1261 src/dps8/dps8_mgp.c   (void)memset(pkt, 0, len + CBRIDGE_PACKET_HEADER_SIZE);
CBRIDGE_PACKET_HEADER_SIZE 1278 src/dps8/dps8_mgp.c   (void)sprintf((char *)&pkt[CBRIDGE_PACKET_HEADER_SIZE],
CBRIDGE_PACKET_HEADER_SIZE 1397 src/dps8/dps8_mgp.c         buf, words, pkt + CBRIDGE_PACKET_HEADER_SIZE, p->byte_count);
CBRIDGE_PACKET_HEADER_SIZE 1401 src/dps8/dps8_mgp.c                  i, pkt, CBRIDGE_PACKET_HEADER_SIZE + p->byte_count);
CBRIDGE_PACKET_HEADER_SIZE 1528 src/dps8/dps8_mgp.c               CBRIDGE_PACKET_HEADER_SIZE + cblen);  /* incl header pls */
CBRIDGE_PACKET_HEADER_SIZE 1970 src/dps8/dps8_mgp.c   u_char cbuf[CH_PK_MAX_DATALEN + CBRIDGE_PACKET_HEADER_SIZE]; /* Fit data + cbridge header */
CBRIDGE_PACKET_HEADER_SIZE 2077 src/dps8/dps8_mgp.c                               cbuf, CBRIDGE_PACKET_HEADER_SIZE)) < 0)
CBRIDGE_PACKET_HEADER_SIZE 2100 src/dps8/dps8_mgp.c                       else if (cnt != CBRIDGE_PACKET_HEADER_SIZE)