Searched defs: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; local
450 bindreqp = &(req.dlm_msg->bind_req);
457 bindreqp->dl_sap = ((dip->dli_mactype == DL_TPR) ? 2 : 0);
459 bindreqp->dl_sap = sap;
461 bindreqp->dl_service_mode = DL_CLDLS;
462 bindreqp->dl_conn_mgmt = 0;
463 bindreqp->dl_max_conind = 0;
464 bindreqp->dl_xidtest_flg = 0;

Completed in 138 milliseconds