ciphdr
struct ciphdr* ciph;
ciph = (struct ciphdr*)(ptr + 1);
struct ciphdr* ciph;
ciph = (struct ciphdr*)(ptr + 1); /* skip iso header */
if (pkt->mode.stream.len <= sizeof(struct ciphdr))
struct ciphdr* ciph;
ciph = (struct ciphdr*)(ptr + 1); /* skip iso header */
if (pkt->mode.stream.len <= sizeof(struct ciphdr)) {
pkt->mode.stream.len - sizeof(struct ciphdr));
struct ciphdr *ciph;
ciph = (struct ciphdr *)(ptr + 1);
struct ciphdr *ciph;
ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
if (pkt->mode.stream.len <= sizeof(struct ciphdr))
struct ciphdr *ciph;
pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr);
pkt->mode.stream.len = sizeof(struct ciphdr);
ciph = (struct ciphdr *)&hdr[0][1];
ciph = (struct ciphdr *)&hdr[nhdr][1];
struct ciphdr *ciph;
ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
if (pkt->mode.stream.len <= sizeof(struct ciphdr)) {
pkt->mode.stream.len - sizeof(struct ciphdr));
pkt->mode.stream.len - sizeof(struct ciphdr));