Kernel functions netinfo(9F) NAME netinfo - interface to network data/functionality DESCRIPTION This interface is designed to provide the framework for accessing functionality and data within an implementation of a network layer protocol (OSI layer 3.) A protocol may or may not provide full coverage for each of the functions that is described within this interface. Where it does not, it must return an appropriate error condition for that call. Documentation pertaining to the network protocol, as found in man page section 7p, must list which functions provided by this interface are and are not supported. ATTRIBUTES See attributes(5) for descriptions of the following attri- butes: ____________________________________________________________ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |_____________________________|_____________________________| | Interface Stability | Committed | |_____________________________|_____________________________| SEE ALSO net_callback_alloc(9f), net_callback_free(9f), net_callback_register(9f), net_callback_t(9s), net_callback_unregister(9f), net_getifname(9f), net_getlifaddr(9f), net_getmtu(9f), net_getnetid(9f), net_getpmtuenabled(9f), net_hook_register(9f), net_hook_unregister(9f), net_info(9s), net_inject(9f), net_ispartialchecksum(9f), net_isvalidchecksum(9f), net_kstat_create(9f), net_kstat_delete(9f), net_lifgetnext(9f), net_phygetnext(9f), net_phylookup(9f), net_protocol_lookup(9f), net_protocol_release(9f), net_protocol_walk(9f), net_routeto(9f) SunOS 5.10 Last change: 25 March 2008 1