CBRIDGE_PACKET_HEADER_SIZE 1249 src/dps8/dps8_mgp.c u_char *pkt = malloc(len + CBRIDGE_PACKET_HEADER_SIZE); /* space for cbridge header */ CBRIDGE_PACKET_HEADER_SIZE 1262 src/dps8/dps8_mgp.c (void)memset(pkt, 0, len + CBRIDGE_PACKET_HEADER_SIZE); CBRIDGE_PACKET_HEADER_SIZE 1279 src/dps8/dps8_mgp.c (void)sprintf((char *)&pkt[CBRIDGE_PACKET_HEADER_SIZE], CBRIDGE_PACKET_HEADER_SIZE 1398 src/dps8/dps8_mgp.c buf, words, pkt + CBRIDGE_PACKET_HEADER_SIZE, p->byte_count); CBRIDGE_PACKET_HEADER_SIZE 1402 src/dps8/dps8_mgp.c i, pkt, CBRIDGE_PACKET_HEADER_SIZE + p->byte_count); CBRIDGE_PACKET_HEADER_SIZE 1529 src/dps8/dps8_mgp.c CBRIDGE_PACKET_HEADER_SIZE + cblen); /* incl header pls */ CBRIDGE_PACKET_HEADER_SIZE 1971 src/dps8/dps8_mgp.c u_char cbuf[CH_PK_MAX_DATALEN + CBRIDGE_PACKET_HEADER_SIZE]; /* Fit data + cbridge header */ CBRIDGE_PACKET_HEADER_SIZE 2078 src/dps8/dps8_mgp.c cbuf, CBRIDGE_PACKET_HEADER_SIZE)) < 0) CBRIDGE_PACKET_HEADER_SIZE 2101 src/dps8/dps8_mgp.c else if (cnt != CBRIDGE_PACKET_HEADER_SIZE)