Searched defs:boundsap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c437 dlpi_bind(dlpi_handle_t dh, uint_t sap, uint_t *boundsap) argument
474 * to a different SAP than requested, in this case 'boundsap'
475 * returns the actual bound SAP. For the case where 'boundsap'
478 if (boundsap != NULL) {
479 *boundsap = bindackp->dl_sap;

Completed in 62 milliseconds