Searched defs:field32 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c78 const uint32_t *field32 __attribute__ (( may_alias )) = local
80 return ( be32_to_cpu ( *field32 ) >> 8 );
92 uint32_t *field32 __attribute__ (( may_alias )) = local
94 *field32 |= cpu_to_be32 ( value << 8 );

Completed in 50 milliseconds