Searched refs:ciphdr (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c154 struct ciphdr *ciph;
213 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
223 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) {
232 pkt->mode.stream.len - sizeof(struct ciphdr));
252 pkt->mode.stream.len - sizeof(struct ciphdr));
H A Dfwdv.c100 struct ciphdr *ciph;
175 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
184 if (pkt->mode.stream.len <= sizeof(struct ciphdr))
267 struct ciphdr *ciph;
295 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr);
301 pkt->mode.stream.len = sizeof(struct ciphdr);
305 ciph = (struct ciphdr *)&hdr[0][1];
349 ciph = (struct ciphdr *)&hdr[nhdr][1];
H A Dfwcontrol.c672 struct ciphdr *ciph;
709 ciph = (struct ciphdr *)(ptr + 1);
/freebsd-9.3-release/sys/dev/firewire/
H A Diec68113.h44 struct ciphdr { struct

Completed in 53 milliseconds