CBRIDGE_PACKET_HEADER_SIZE 1253 src/dps8/dps8_mgp.c u_char *pkt = malloc(len + CBRIDGE_PACKET_HEADER_SIZE); /* space for cbridge header */ CBRIDGE_PACKET_HEADER_SIZE 1266 src/dps8/dps8_mgp.c (void)memset(pkt, 0, len + CBRIDGE_PACKET_HEADER_SIZE); CBRIDGE_PACKET_HEADER_SIZE 1283 src/dps8/dps8_mgp.c (void)sprintf((char *)&pkt[CBRIDGE_PACKET_HEADER_SIZE], CBRIDGE_PACKET_HEADER_SIZE 1402 src/dps8/dps8_mgp.c buf, words, pkt + CBRIDGE_PACKET_HEADER_SIZE, p->byte_count); CBRIDGE_PACKET_HEADER_SIZE 1406 src/dps8/dps8_mgp.c i, pkt, CBRIDGE_PACKET_HEADER_SIZE + p->byte_count); CBRIDGE_PACKET_HEADER_SIZE 1533 src/dps8/dps8_mgp.c CBRIDGE_PACKET_HEADER_SIZE + cblen); /* incl header pls */ CBRIDGE_PACKET_HEADER_SIZE 1975 src/dps8/dps8_mgp.c u_char cbuf[CH_PK_MAX_DATALEN + CBRIDGE_PACKET_HEADER_SIZE]; /* Fit data + cbridge header */ CBRIDGE_PACKET_HEADER_SIZE 2082 src/dps8/dps8_mgp.c cbuf, CBRIDGE_PACKET_HEADER_SIZE)) < 0) CBRIDGE_PACKET_HEADER_SIZE 2105 src/dps8/dps8_mgp.c else if (cnt != CBRIDGE_PACKET_HEADER_SIZE)