ciphdr
struct ciphdr *ciph;
if (plen <= sizeof(struct ciphdr)) {
if (m->m_len < (int)(4 + sizeof(struct ciphdr))) {
ciph = (struct ciphdr *)(mtod(m, uint8_t *) + 4);
struct ciphdr *ciph;
ciph = (struct ciphdr *)(ptr + 1);
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;
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));