Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c371 if (len < DL_ERROR_ACK_SIZE) in softmac_rput_process_proto()
374 softmac_process_dlpi(slp, mp, DL_ERROR_ACK_SIZE, in softmac_rput_process_proto()
488 if (len < DL_ERROR_ACK_SIZE) in softmac_rput_process_notdata()
H A Dsoftmac_capab.c130 if (MBLKL(mp) < DL_ERROR_ACK_SIZE) { in dl_capab()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1446 if (ctl.len < DL_ERROR_ACK_SIZE) in i_dlpi_strgetmsg()
1663 { DL_OK_ACK, MAX(DL_ERROR_ACK_SIZE, DL_OK_ACK_SIZE) },
1665 { DL_NOTIFY_ACK, MAX(DL_ERROR_ACK_SIZE, DL_NOTIFY_ACK_SIZE) },
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c242 if (len < DL_ERROR_ACK_SIZE) in dl_op()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h1522 #define DL_ERROR_ACK_SIZE sizeof (dl_error_ack_t) macro
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1914 if (mlen < DL_ERROR_ACK_SIZE) in urput_dlpi()