Searched refs:cyc (Results 1 – 3 of 3) sorted by relevance
190 if (ciph->fdf.dv.cyc != 0xffff && k == 0) { in dvrecv()191 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc)); in dvrecv()320 ciph->fdf.dv.cyc = 0xffff; in dvsend()378 ciph->fdf.dv.cyc = htons(f_cycle << 12 | f_frac); in dvsend()380 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac); in dvsend()386 ciph->fdf.dv.cyc = 0xffff; in dvsend()
94 uint16_t cyc:16; /* take care of byte order! */ member
185 } cyc; member