maxwords 666 src/dps8/dps8_mgp.c pkt8_to_word36(u_char *pkt8, int pktlen, word36 *buf, uint maxwords) maxwords 669 src/dps8/dps8_mgp.c (void)memset(buf, 0, maxwords * sizeof(word36)); maxwords 671 src/dps8/dps8_mgp.c for (j = 0; j < (uint)pktlen && j / 4 < maxwords; j++) maxwords 644 src/dps8/dps8_net.c pkt8_to_word36(u_char *pkt8, int pktlen, word36 *buf, uint maxwords) maxwords 647 src/dps8/dps8_net.c (void)memset(buf, 0, maxwords * sizeof(word36)); maxwords 655 src/dps8/dps8_net.c if (word_idx >= maxwords) maxwords 667 src/dps8/dps8_net.c if (word_idx + 1u < maxwords)