Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ieee1394/ | |
iec68113.h | 98 uint16_t cyc:16; /* take care of byte order! */ member in struct:ciphdr::__anon351a9aeb010a::__anon351a9aeb0208 |
firewire.h | 184 } cyc; member in union:fw_pkt::__anon8bc82154010a |
/src/usr.sbin/fwctl/ | |
fwdv.c | 185 if (ciph->fdf.dv.cyc != 0xffff && k == 0) 186 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc)); 325 ciph->fdf.dv.cyc = 0xffff; 384 ciph->fdf.dv.cyc = htons(f_cycle << 12 | f_frac); 386 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac); 392 ciph->fdf.dv.cyc = 0xffff; |