Lines Matching refs:errnoException
94 const errnoException = errors.errnoException; constant
279 const ex = errnoException(err, 'open');
292 throw errnoException(err, 'open');
454 throw errnoException(err, 'connect');
765 throw errnoException(err, 'getsockname');
781 throw errnoException(err, 'getpeername');
790 throw errnoException(err, 'setBroadcast');
800 throw errnoException(err, 'setTTL');
812 throw errnoException(err, 'setMulticastTTL');
822 throw errnoException(err, 'setMulticastLoopback');
835 throw errnoException(err, 'setMulticastInterface');
850 throw errnoException(err, 'addMembership');
866 throw errnoException(err, 'dropMembership');
883 throw errnoException(err, 'addSourceSpecificMembership');
901 throw errnoException(err, 'dropSourceSpecificMembership');
928 return self.emit('error', errnoException(nread, 'recvmsg'));