(self, result)
| 3319 | return result |
| 3320 | |
| 3321 | def registerRecvmsgResult(self, result): |
| 3322 | # Called by doRecvmsg() with the return value of recvmsg() or |
| 3323 | # recvmsg_into(). Can be overridden to arrange cleanup based |
| 3324 | # on the returned ancillary data, for instance. |
| 3325 | pass |
| 3326 | |
| 3327 | def checkRecvmsgAddress(self, addr1, addr2): |
| 3328 | # Called to compare the received address with the address of |