Shreyas Bhatewara wrote:
> I tried finding NDIOCTL, could not find any such symbol in the header
> files (/usr/include/sys) . I also tried using nd_load (with strings like
> "mtu_changes" or "enable_jumbo") but the 'nd_load' symbol also does not
> exist in Solaris u6.

That should be ND_GET and ND_SET ioctls (which will show up in your
driver as M_IOCTL messages if you're using DLPIv2).  See <inet/nd.h> for
the definitions, and search around for code that uses them.

-- 
James Carlson         42.703N 71.076W         <carls...@workingcode.com>
_______________________________________________
networking-discuss mailing list
networking-discuss@opensolaris.org

Reply via email to