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

/freebsd-12-stable/sys/dev/ubsec/
H A Dubsec.c96 #define letoh32(x) le32toh(x) macro
2198 if ((letoh32(mcr->mcr_opktbuf.pb_addr) & 3) != 0)
2201 letoh32(mcr->mcr_opktbuf.pb_addr));
2202 if ((letoh32(mcr->mcr_opktbuf.pb_len) & 3) != 0)
2205 letoh32(mcr->mcr_opktbuf.pb_len));
2401 if ((letoh32(mcr->mcr_opktbuf.pb_addr) & 3) != 0)
2404 letoh32(mcr->mcr_opktbuf.pb_addr));
2405 if ((letoh32(mcr->mcr_opktbuf.pb_len) & 3) != 0)
2408 letoh32(mcr->mcr_opktbuf.pb_len));
2704 letoh32(m
[all...]

Completed in 165 milliseconds