Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c213 mp = mkiocb(IP_IOCTL); in t_kadvise()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c187 ioc->ioc_cmd = IP_IOCTL; in rts_ioctl_alloc()
H A Dip.c1134 { IP_IOCTL, 0, 0, 0, NULL, NULL },
H A Dip_if.c9183 case IP_IOCTL: in ip_sioctl_copyin_setup()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h138 #define IP_IOCTL (('i'<<8)|'p') macro