Home | History | Annotate | Download | only in src

Lines Matching full:uuid_p

1950 	uint32_t *uuid_p;
1966 uuid_p = (uint32_t *)uuid_host;
1967 uuid_net[1] = htonl(*uuid_p++);
1968 uuid_net[0] = htonl(*uuid_p++);
1969 uuid_net[3] = htonl(*uuid_p++);
1970 uuid_net[2] = htonl(*uuid_p++);