1netinfo(9F) Kernel Functions for Drivers netinfo(9F)
2
3
4
6 netinfo - interface to network data/functionality
7
9 The net_getnetid() interface is designed to provide the framework for
10 accessing functionality and data within an implementation of a network
11 layer protocol (OSI layer 3.) A protocol may or may not provide full
12 coverage for each of the functions that is described within this
13 interface. Where it does not, it must return an appropriate error con‐
14 dition for that call. Documentation pertaining to the network protocol,
15 as found in man page section 7pP, must list which functions provided by
16 this interface are and are not supported.
17
19 See attributes(5) for descriptions of the following attributes:
20
21
22
23
24 ┌─────────────────────────────┬─────────────────────────────┐
25 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
26 ├─────────────────────────────┼─────────────────────────────┤
27 │Interface Stability │Committed │
28 └─────────────────────────────┴─────────────────────────────┘
29
31 attributes(5), hook_alloc(9F), hook_free(9F), hook_nic_event(9S),
32 hook_pkt_event(9S), hook_t(9S), net_getifname(9F), net_getlifaddr(9F),
33 net_getmtu(9F), net_getnetid(9F), net_getpmtuenabled(9F), net_hook_reg‐
34 ister(9F), net_hook_unregister(9F), net_inject(9F),
35 net_inject_alloc(9F), net_inject_free(9F), net_inject_t(9S),
36 net_instance_alloc(9F), net_instance_free(9F), net_instance_regis‐
37 ter(9F), net_instance_register(9F), net_inject_t(9S), net_ispar‐
38 tialchecksum(9F), net_isvalidchecksum(9F), net_kstat_create(9F),
39 net_kstat_delete(9F), net_lifgetnext(9F), net_netidtozonid(9F),
40 net_phygetnext(9F), net_phylookup(9F), net_protocol_lookup(9F),
41 net_protocol_release(9F), net_protocol_walk(9F), net_routeto(9F),
42 net_zoneidtonetid(9F)
43
44
45
46SunOS 5.11 1 May 2008 netinfo(9F)