Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c418 softmac_process_dlpi(slp, mp, DL_BIND_ACK_SIZE, DL_BIND_REQ); in softmac_rput_process_proto()
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c326 err = dl_op(lh, &mp, DL_BIND_ACK, DL_BIND_ACK_SIZE, dleap, NULL); in dl_bind()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c466 retval = i_dlpi_msg_common(dip, &req, &ack, DL_BIND_ACK_SIZE, 0); in dlpi_bind()
1648 { DL_BIND_ACK, DL_BIND_ACK_SIZE + DLPI_PHYSADDR_MAX +
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h1516 #define DL_BIND_ACK_SIZE sizeof (dl_bind_ack_t) macro