EXPORT(sqInt) secCanCreateSocketOfType(sqInt netType, sqInt socketType) { return ioCanCreateSocketOfType(netType, socketType); }
secCanCreateSocketOfType(sqInt netType, sqInt socketType) { // SecurityPlugin>>#secCanCreate:SocketOfType: return ioCanCreateSocketOfType(netType, socketType); }