Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c123 #define IPFT_F_SELF_REPLY 0x2 /* ioctl callee does the ioctl reply */ macro
241 { IP_IOC_RTS_REQUEST, ip_rts_request, 0, IPFT_F_SELF_REPLY },
11752 (ipft->ipft_flags & IPFT_F_SELF_REPLY) ? mp : mp1, cr); in ip_wput_ioctl()
11754 if (ipft->ipft_flags & IPFT_F_SELF_REPLY) { in ip_wput_ioctl()