Home
last modified time | relevance | path

Searched refs:bindreqp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c441 dl_bind_req_t *bindreqp; in dlpi_bind() local
450 bindreqp = &(req.dlm_msg->bind_req); in dlpi_bind()
457 bindreqp->dl_sap = ((dip->dli_mactype == DL_TPR) ? 2 : 0); in dlpi_bind()
459 bindreqp->dl_sap = sap; in dlpi_bind()
461 bindreqp->dl_service_mode = DL_CLDLS; in dlpi_bind()
462 bindreqp->dl_conn_mgmt = 0; in dlpi_bind()
463 bindreqp->dl_max_conind = 0; in dlpi_bind()
464 bindreqp->dl_xidtest_flg = 0; in dlpi_bind()