Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

uuid Struct Reference


Data Fields

__u32 time_low
__u16 time_mid
__u16 time_hi_and_version
__u16 clock_seq
__u8 node [6]

Field Documentation

__u16 uuid::clock_seq
 

Definition at line 66 of file gw_uuid.c.

Referenced by uuid_compare(), uuid_generate_random(), uuid_generate_time(), uuid_pack(), uuid_parse(), uuid_unpack(), uuid_unparse(), and uuid_variant().

__u8 uuid::node[6]
 

Definition at line 67 of file gw_uuid.c.

Referenced by uuid_compare(), uuid_generate_time(), uuid_pack(), uuid_parse(), uuid_unpack(), and uuid_unparse().

__u16 uuid::time_hi_and_version
 

Definition at line 65 of file gw_uuid.c.

Referenced by uuid_compare(), uuid_generate_random(), uuid_generate_time(), uuid_pack(), uuid_parse(), uuid_time(), uuid_type(), uuid_unpack(), and uuid_unparse().

__u32 uuid::time_low
 

Definition at line 63 of file gw_uuid.c.

Referenced by uuid_compare(), uuid_generate_time(), uuid_pack(), uuid_parse(), uuid_time(), uuid_unpack(), and uuid_unparse().

__u16 uuid::time_mid
 

Definition at line 64 of file gw_uuid.c.

Referenced by uuid_compare(), uuid_generate_time(), uuid_pack(), uuid_parse(), uuid_time(), uuid_unpack(), and uuid_unparse().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.