Lines Matching refs:ciph
151 struct ciphdr *ciph; in mpegtsrecv() local
210 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ in mpegtsrecv()
211 if (ciph->fmt != CIP_FMT_MPEG) in mpegtsrecv()
212 errx(1, "unknown format 0x%x", ciph->fmt); in mpegtsrecv()
213 if (ciph->fn != 3) { in mpegtsrecv()
216 ciph->fn); in mpegtsrecv()
218 ptr = (uint32_t *) (ciph + 1); /* skip cip header */ in mpegtsrecv()
231 ciph->len, ciph->len * 4); in mpegtsrecv()
234 ciph->fn, (1<<ciph->fn) ); in mpegtsrecv()
235 fprintf(stderr, "QCP (CIP header): %d\n", ciph->qpc ); in mpegtsrecv()
236 fprintf(stderr, "DBC counter (CIP header): %d\n", ciph->dbc ); in mpegtsrecv()
244 if (ciph->dbc % (1<<ciph->fn) == 0) in mpegtsrecv()