(self, result)
| 3216 | return result |
| 3217 | |
| 3218 | def registerRecvmsgResult(self, result): |
| 3219 | # Called by doRecvmsg() with the return value of recvmsg() or |
| 3220 | # recvmsg_into(). Can be overridden to arrange cleanup based |
| 3221 | # on the returned ancillary data, for instance. |
| 3222 | pass |
| 3223 | |
| 3224 | def checkRecvmsgAddress(self, addr1, addr2): |
| 3225 | # Called to compare the received address with the address of |