Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dipd.h67 #define IPD_DELAY 0x2 macro
/titanic_41/usr/src/uts/common/inet/ipd/
H A Dipd.c611 rval = ipd_check_hooks(ins, IPD_DELAY, delay != 0); in ipd_toggle_delay()
775 if (ipi->ipip_arg & IPD_DELAY) { in ipd_ioctl_remove()
777 (void) ipd_check_hooks(ins, IPD_DELAY, B_FALSE); in ipd_ioctl_remove()
/titanic_41/usr/src/lib/libipd/common/
H A Dlibipd.c261 ipip.ipip_arg |= IPD_DELAY; in ipd_ctl()