Searched refs:CBufLenType (Results 1 – 1 of 1) sorted by relevance
81 using CBufLenType = size_t; typedef83 using CBufLenType = socklen_t;464 const CBufLenType control_buf_len = in Send()465 static_cast<CBufLenType>(CMSG_SPACE(raw_ctl_data_sz)); in Send()473 cmsg->cmsg_len = static_cast<CBufLenType>(CMSG_LEN(raw_ctl_data_sz)); in Send()496 static_cast<CBufLenType>(CMSG_SPACE(max_files * sizeof(int))); in Receive()