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

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dtdb.c56 #define TDB_ALIGN 4 macro
57 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGN)
454 length = (length + TDB_ALIGN) & ~(TDB_ALIGN-1);

Completed in 74 milliseconds