Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c812 dl_unitdata_req_t *dludp; in sppp_dlunitdatareq() local
822 dludp = (dl_unitdata_req_t *)mp->b_rptr; in sppp_dlunitdatareq()
823 dladdroff = dludp->dl_dest_addr_offset; in sppp_dlunitdatareq()
824 dladdrlen = dludp->dl_dest_addr_length; in sppp_dlunitdatareq()
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c3175 dl_unitdata_req_t *dludp; in gld_fastpath() local
3196 dludp = (dl_unitdata_req_t *)mp->b_cont->b_rptr; in gld_fastpath()
3197 off = dludp->dl_dest_addr_offset; in gld_fastpath()
3198 len = dludp->dl_dest_addr_length; in gld_fastpath()
3199 if (dludp->dl_primitive != DL_UNITDATA_REQ || in gld_fastpath()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5012 dl_unitdata_req_t *dludp; in fcip_udreq() local
5040 dludp = (dl_unitdata_req_t *)mp->b_rptr; in fcip_udreq()
5041 off = dludp->dl_dest_addr_offset; in fcip_udreq()
5042 len = dludp->dl_dest_addr_length; in fcip_udreq()