Searched refs:CMSG_ALIGNTO (Results 1 – 1 of 1) sorted by relevance
37 CMSG_ALIGNTO = struct.calcsize("@L") # The kernel defines this as sizeof(long). variable45 return CMSG_ALIGNTO * ((length / CMSG_ALIGNTO) + (length % CMSG_ALIGNTO != 0))