Searched refs:BIO_MAX (Results 1 – 1 of 1) sorted by relevance
130 # define BIO_MAX(X,Y) ((X) > (Y) ? (X) : (Y)) macro132 BIO_MAX(BIO_CMSG_ALLOC_LEN_1, \133 BIO_MAX(BIO_CMSG_ALLOC_LEN_2, BIO_CMSG_ALLOC_LEN_3))
Completed in 11 milliseconds