Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2018 #define IPI_NULL_BCONT 0x20 /* ioctl has not data and hence no b_cont */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c1061 /* 162 */ { SIOCGIP6ADDRPOLICY, 0, IPI_NULL_BCONT,
1063 /* 163 */ { SIOCSIP6ADDRPOLICY, 0, IPI_PRIV | IPI_NULL_BCONT,
H A Dip_if.c9080 if (mp->b_cont == NULL && !(ipip->ipi_flags & IPI_NULL_BCONT)) in ip_sioctl_copyin_setup()