Home
last modified time | relevance | path

Searched refs:OLD_SENDZERO (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c111 if (infoackp->PROVIDER_flag & (SENDZERO|OLD_SENDZERO)) in _tx_getinfo()
H A Dt_snd.c138 if (nbytes == 0 && !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) { in _tx_snd()
H A Dt_sndudata.c83 !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) { in _tx_sndudata()
H A Dt_sndvudata.c89 !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) { in _tx_sndvudata()
H A Dt_sndv.c139 if (nbytes == 0 && !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) { in _tx_sndv()
H A D_utility.c942 if (tiap->PROVIDER_flag & (SENDZERO|OLD_SENDZERO)) in _t_create()
/titanic_44/usr/src/uts/common/sys/
H A Dtihdr.h425 #define OLD_SENDZERO 0x1000 /* reserved for compatibility with */ macro