Searched refs:DLPI_ANY_SAP (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.h50 #define DLPI_ANY_SAP (uint_t)-1 macro
H A Dlibdlpi.c490 * If 'sap' is DLPI_ANY_SAP, bind to SAP 2 on token ring, else 0 on
493 if (sap == DLPI_ANY_SAP)
514 * is NULL and 'sap' is not DLPI_ANY_SAP, dlpi_bind fails.
518 } else if (sap != DLPI_ANY_SAP && bindackp->dl_sap != sap) {

Completed in 33 milliseconds