Searched defs:IPFT_F_SELF_REPLY (Results 1 - 1 of 1) sorted by relevance

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

Completed in 112 milliseconds