Searched refs:I_STR (Results 1 – 6 of 6) sorted by relevance
/external/libpcap/ |
D | pcap-snit.c | 249 if (ioctl(p->fd, I_STR, (char *)&si) < 0) { in nit_setflags() 262 if (ioctl(p->fd, I_STR, (char *)&si) < 0) { in nit_setflags() 274 if (ioctl(p->fd, I_STR, (char *)&si) < 0) { in nit_setflags() 362 if (ioctl(fd, I_STR, (char *)&si) < 0) { in pcap_activate_snit() 375 if (ioctl(fd, I_STR, (char *)&si) < 0) { in pcap_activate_snit() 391 if (ioctl(fd, I_STR, (char *)&si) < 0) { in pcap_activate_snit()
|
D | dlpisubs.c | 383 if ((retv = ioctl(fd, I_STR, &str)) < 0) in strioctl()
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | STROPTS.py | 299 I_STR = (STR|010) variable
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 601 if (PyModule_AddIntMacro(m, I_STR)) return -1; in all_ins()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 583 INS(I_STR); in all_ins()
|
/external/ppp/pppd/ |
D | sys-solaris.c | 2513 if (ioctl(fd, I_STR, &str) == -1)
|