Searched refs:I_PUNLINK (Results 1 – 3 of 3) sorted by relevance
/external/ppp/pppd/ |
D | sys-solaris.c | 713 ioctl(ipfd, I_PUNLINK, ipmuxid); in sys_init() 738 ioctl(ipfd, I_PUNLINK, ipmuxid); in sys_init() 750 ioctl(ipfd, I_PUNLINK, ipmuxid); in sys_init() 751 ioctl(ip6fd, I_PUNLINK, ip6muxid); in sys_init() 811 if (ioctl(ipfd, I_PUNLINK, ipmuxid) < 0) { in sys_cleanup() 834 if (ioctl(ip6fd, I_PUNLINK, ip6muxid) < 0) { in sys_cleanup()
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | STROPTS.py | 316 I_PUNLINK = (STR|027) variable
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 603 INS(I_PUNLINK); in all_ins()
|