Searched refs:UUID_BINSIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Duuid.h18 #define UUID_BINSIZE 16 macro
22 typedef unsigned char atalk_uuid_t[UUID_BINSIZE];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dcache.c142 uuid = malloc(UUID_BINSIZE);
157 memcpy(uuid, inuuid, UUID_BINSIZE);
239 memcpy(uuid, entry->uuid, UUID_BINSIZE);
266 ret = memcmp(entry->uuid, uuidp, UUID_BINSIZE);
315 uuid = malloc(UUID_BINSIZE);
330 memcpy(uuid, inuuid, UUID_BINSIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c1240 ibuf += UUID_BINSIZE;
1326 rbuf += UUID_BINSIZE;
1327 *rbuflen += UUID_BINSIZE;
1341 rbuf += UUID_BINSIZE;
1342 *rbuflen += UUID_BINSIZE;
1413 ibuf += UUID_BINSIZE;
1420 ibuf += UUID_BINSIZE;
H A Dauth.c1159 memcpy(rbuf, uuid, UUID_BINSIZE);
1160 rbuf += UUID_BINSIZE;
1161 *rbuflen += UUID_BINSIZE;
H A Ddirectory.c2755 *rbuflen = UUID_BINSIZE;
2761 *rbuflen = UUID_BINSIZE;

Completed in 35 milliseconds