site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 Run as standard user, I get: "write failed: Operation not permitted" OK, so we'll run as root: "write failed: Operation not supported on socket" 2 questions: -- Andrew White _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I have a routing socket. I can do RTM_GET operations fine. However, when I try to do an RTM_RESOLVE, things don't work. * If I want to do ARP resolution of addresses, is a routing socket the correct tool? Note that RTM_GET only works if the address is already in the ARP table. How do I ask the kernel to perform link layer address resolution if the address isn't currently known (ie force an arp)? * If RTM_RESOLVE is the correct tool, why is it giving "operation not supported"? This email sent to site_archiver@lists.apple.com