Searched refs:I_PUNLINK (Results 1 – 5 of 5) 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()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 651 if (PyModule_AddIntMacro(m, I_PUNLINK)) return -1; in all_ins()
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2021 pub const I_PUNLINK: ::c_int = STR | 0o27; constant
|