sbin/isakmpd/crypto.h
45
#define SET64(x,y) *(u_int64_t *)(x) = *(u_int64_t *)(y);
sbin/isakmpd/crypto.h
51
#define SET64(x,y) *(u_int32_t *)(x) = *(u_int32_t *)(y); \
sbin/isakmpd/crypto.h
60
#define SET64(x,y) SET8(x,y,0); SET8(x,y,1); SET8(x,y,2); SET8(x,y,3); \