Searched refs:dlpi_info_t (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi_impl.h133 * We have bumped the version field to 1 in support of a larger dlpi_info_t
138 * (a) Existing client binaries that pass version 0 and have a dlpi_info_t
140 * copy in the version 0 dlpi_info_t back to the caller.
143 * version 0 dlpi_info_t structure as that is the version of the structure
146 * be able to see version 1 dlpi_info_t from the libdlpi.h file and at
147 * runtime libdlpi should copy over the version 1 dlpi_info_t structure
150 * We cannot modify dlpi_info_t in libdlpi.h for all clients because case (b)
152 * version 0 dlpi_info_t structure from the libdlpi.h header file. So libdlpi.h
153 * has to expose version 0 of the dlpi_info_t structure to existing clients
154 * compiled in future and expose version 1 of the dlpi_info_t structur
[all...]
H A Dlibdlpi.h105 * the version 1 dlpi_info_t structure is used by the dlpi_info() call.
107 * dlpi_info_t where the linkname field is only of size DLPI_LINKNAME_MAX chars.
128 } dlpi_info_t; typedef in typeref:struct:__anon1588
209 extern int dlpi_info(dlpi_handle_t, dlpi_info_t *, uint_t);
H A Dlibdlpi.c263 * and is used to determine the fields of the dlpi_info_t structure. See
267 dlpi_info(dlpi_handle_t dh, dlpi_info_t *infop, uint_t version)
284 sizeof (dlpi_info_vers1_t) : sizeof (dlpi_info_t));
858 dlpi_info_t dlinfo;
1254 dlpi_info_t dlinfo;
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c137 dlpi_info_t dlinfo;
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c478 dlpi_info_t dlinfo;
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c3793 dlpi_info_t dlinfo;

Completed in 39 milliseconds