DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
put_u32_le
crypto/openssh/misc.h
171
void put_u32_le(void *, u_int32_t)
crypto/openssh/umac.c
142
#define STORE_UINT32_REVERSED(p,v) put_u32_le(p,v)