1dlpi_arptype(3DLPDIa)ta Link Provider Interface Library Functiodnlspi_arptype(3DLPI)
2
3
4
6 dlpi_arptype - convert a DLPI MAC type to an ARP hardware type
7
9 cc [ flag... ] file... -ldlpi [ library... ]
10 #include <libdlpi.h>
11 uint_t dlpi_arptype(uint_t dlpitype);
12
13
15 The dlpi_arptype() function converts a DLPI MAC type to an ARP hardware
16 type defined in <netinet/arp.h>
17
19 Upon success, the corresponding ARP hardware type is returned. Other‐
20 wise, zero is returned.
21
23 See attributes(5) for description of the following attributes:
24
25
26
27
28 ┌─────────────────────────────┬─────────────────────────────┐
29 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
30 ├─────────────────────────────┼─────────────────────────────┤
31 │Interface Stability │Committed │
32 ├─────────────────────────────┼─────────────────────────────┤
33 │MT-Level │Safe │
34 └─────────────────────────────┴─────────────────────────────┘
35
37 libdlpi(3LIB), attributes(5)
38
39
40
41SunOS 5.11 8 Feb 2008 dlpi_arptype(3DLPI)