Home
last modified time | relevance | path

Searched refs:ciphdr (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp184 struct ciphdr* ciph; in DetectRecvFn()
209 ciph = (struct ciphdr*)(ptr + 1); in DetectRecvFn()
277 struct ciphdr* ciph; in DvExtract()
287 ciph = (struct ciphdr*)(ptr + 1); /* skip iso header */ in DvExtract()
293 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) in DvExtract()
388 struct ciphdr* ciph; in MpegtsExtract()
397 ciph = (struct ciphdr*)(ptr + 1); /* skip iso header */ in MpegtsExtract()
409 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) { in MpegtsExtract()
422 pkt->mode.stream.len - sizeof(struct ciphdr)); in MpegtsExtract()
/haiku/src/bin/fwcontrol/
H A Dfwmpegts.c163 struct ciphdr *ciph; in mpegtsrecv()
222 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ in mpegtsrecv()
232 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) { in mpegtsrecv()
241 pkt->mode.stream.len - sizeof(struct ciphdr)); in mpegtsrecv()
261 pkt->mode.stream.len - sizeof(struct ciphdr)); in mpegtsrecv()
H A Dfwdv.c110 struct ciphdr *ciph; in dvrecv()
185 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */ in dvrecv()
194 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) in dvrecv()
277 struct ciphdr *ciph; in dvsend()
305 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr); in dvsend()
311 pkt->mode.stream.len = sizeof(struct ciphdr); in dvsend()
315 ciph = (struct ciphdr *)&hdr[0][1]; in dvsend()
359 ciph = (struct ciphdr *)&hdr[nhdr][1]; in dvsend()
H A Dfwcontrol.c687 struct ciphdr *ciph; in detect_recv_fn()
724 ciph = (struct ciphdr *)(ptr + 1); in detect_recv_fn()
/haiku/headers/private/firewire/
H A Diec68113.h44 struct ciphdr { struct