Home
last modified time | relevance | path

Searched refs:I_STR (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/
Dpcap-snit.c249 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()
Ddlpisubs.c383 if ((retv = ioctl(fd, I_STR, &str)) < 0) in strioctl()
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py299 I_STR = (STR|010) variable
/external/python/cpython3/Modules/
Dfcntlmodule.c601 if (PyModule_AddIntMacro(m, I_STR)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c583 INS(I_STR); in all_ins()
/external/ppp/pppd/
Dsys-solaris.c2513 if (ioctl(fd, I_STR, &str) == -1)