Searched defs:CMSG_ALIGN (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/plat-atheos/
H A DIN.py687 def CMSG_ALIGN(len): return ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) ) function

Completed in 146 milliseconds