Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_snd.c91 if ((flags & ~(TX_ALL_VALID_FLAGS)) != 0) { in _tx_snd()
H A Dt_sndv.c95 if ((flags & ~(TX_ALL_VALID_FLAGS)) != 0) { in _tx_sndv()
H A Dtx.h100 #define TX_ALL_VALID_FLAGS (T_MORE|T_EXPEDITED|T_PUSH) macro