Searched defs:dlpi_impl_s (Results 1 – 1 of 1) sorted by relevance
108 typedef struct dlpi_impl_s { struct109 int dli_fd; /* fd attached to stream */110 int dli_timeout; /* timeout for operations, in sec */111 char dli_linkname[DLPI_LINKNAME_MAX];113 char dli_provider[DLPI_LINKNAME_MAX];115 t_uscalar_t dli_style; /* style 1 or 2 */116 uint_t dli_saplen; /* bound SAP length */117 uint_t dli_sap; /* bound SAP value */118 boolean_t dli_sapbefore; /* true if SAP precedes address */119 uint_t dli_ppa; /* physical point of attachment */[all …]