HomeSort by: relevance | last modified time | path
    Searched refs:ciphdr (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/fwctl/
fwmpegts.c 143 struct ciphdr *ciph;
202 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
215 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) {
224 pkt->mode.stream.len - sizeof(struct ciphdr));
244 pkt->mode.stream.len - sizeof(struct ciphdr));
fwdv.c 97 struct ciphdr *ciph;
179 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
188 if (pkt->mode.stream.len <= sizeof(struct ciphdr))
280 struct ciphdr *ciph;
310 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr);
316 pkt->mode.stream.len = sizeof(struct ciphdr);
320 ciph = (struct ciphdr *)&hdr[0][1];
364 ciph = (struct ciphdr *)&hdr[nhdr][1];
fwcontrol.c 661 struct ciphdr *ciph;
698 ciph = (struct ciphdr *)(ptr + 1);
  /src/sys/dev/ieee1394/
iec68113.h 48 struct ciphdr { struct

Completed in 13 milliseconds