Socket protocol which does not use Unsupported.kext
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; bh=7WzUdWC2NneplAwSzkjukGm8wzX/ZHYtp6EjUupDlbQ=; b=uL664w1lF42B6w1xKoHyGkQmGyFmSsxnBexBjW5Cfw9wnwmJegVElSl1zwPnhS/4t88aN3C6wYS8eJN3FTLaELHDEis2rqreDLuqd0D8d0n0AoU6ZH84RXJTYOyUw8GDdMNz0M4FNX/2YTFLDZDXt3FhfoILOfBiDuF2EsSsiN4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=b8mO9TjIJPSwBbCXY3+OgyfPnXmO2GLzEI3+Q7C8xDzdgcPqK29R5gtKD6CkzUDsgkxxatkXIMTpJrgrMDFMZxqvf6ffCnTdin41a+2uXSI/29Eg4/uTP+mCAu00F5TCSHXN+KtGEnlBu3LQ5bJJKTLUlAdeijOEnzNbgE9ea44= Can you create a socket protocol which does not use Unsupported.kext? If you can't, how can you create a protocol? Aingoppa. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... I want to create a protocol which support socket interface. I could create one using net_add_proto() and net_del_proto(). But those functions are included by Unsupported.kext. And worse, some functions like sbfree() was not even exported. So I had to use codes in open xnu source to the protocol work. This email sent to site_archiver@lists.apple.com
participants (1)
-
Gi youl Kim