HomeSort by: relevance | last modified time | path
    Searched defs:ciph (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/fwctl/
fwmpegts.c 143 struct ciphdr *ciph; local in function:mpegtsrecv
202 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
203 if (ciph->fmt != CIP_FMT_MPEG)
206 ciph->fmt);
207 if (ciph->fn != 3) {
211 __func__, ciph->fn);
213 ptr = (uint32_t *) (ciph + 1); /* skip cip header */
226 ciph->len, ciph->len * 4);
229 ciph->fn, (1<<ciph->fn) )
    [all...]
fwdv.c 97 struct ciphdr *ciph; local in function:dvrecv
179 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
180 if (ciph->fmt != CIP_FMT_DVCR)
182 __func__, ciph->fmt);
183 ptr = (uint32_t *) (ciph + 1); /* skip cip header */
185 if (ciph->fdf.dv.cyc != 0xffff && k == 0)
186 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc));
192 (char *)dv < (char *)(ptr + ciph->len);
200 lsystem = ciph->fdf.dv.fs;
280 struct ciphdr *ciph; local in function:dvsend
    [all...]
fwcontrol.c 661 struct ciphdr *ciph; local in function:detect_recv_fn
698 ciph = (struct ciphdr *)(ptr + 1);
700 switch (ciph->fmt) {
712 ciph->fmt);

Completed in 13 milliseconds