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

/ast/src/cmd/dsslib/ip_t/
H A Dpt.h37 #define PTBITS 32 macro
40 #define PTMIN(a,b) ((a)&~((b)?((((Ptaddr_t)1)<<(PTBITS-(b)))-1):~((Ptaddr_t)0)))
41 #define PTMAX(a,b) ((a)|((b)?((((Ptaddr_t)1)<<(PTBITS-(b)))-1):~((Ptaddr_t)0)))
H A Dptstats.c40 Ptcount_t addresses[PTBITS+1];
41 Ptcount_t prefixes[PTBITS+1];
H A Dptlib.h56 b = PTBITS; \

Completed in 15 milliseconds