Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c2261 union DL_primitives *dlprim; in sppptun_urput() local
2292 dlprim = (union DL_primitives *)mp->b_rptr; in sppptun_urput()
2293 switch (dlprim->dl_primitive) { in sppptun_urput()
2299 if (dlprim->unitdata_ind.dl_src_addr_offset < in sppptun_urput()
2301 dlprim->unitdata_ind.dl_src_addr_offset + in sppptun_urput()
2302 dlprim->unitdata_ind.dl_src_addr_length > in sppptun_urput()
2308 if (dlprim->dl_primitive == DL_UNITDATA_REQ && in sppptun_urput()
2315 dlprim->dl_primitive == DL_UNITDATA_IND ? in sppptun_urput()
2317 dlprim->unitdata_ind.dl_src_addr_offset : in sppptun_urput()
/titanic_41/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1315 union DL_primitives *dlprim; in i_dlpi_strgetmsg() local
1440 dlprim = dlreplyp->dlm_msg; in i_dlpi_strgetmsg()
1441 if (dlprim->dl_primitive == dlreplyprim) { in i_dlpi_strgetmsg()
1446 } else if (dlprim->dl_primitive == DL_ERROR_ACK) { in i_dlpi_strgetmsg()
1451 if (dlprim->error_ack.dl_error_primitive == in i_dlpi_strgetmsg()