HomeSort by relevance Sort by last modified time
    Searched refs:strioctl (Results 1 - 12 of 12) sorted by null

  /external/libpcap/
dlpisubs.h 32 int strioctl(int, int, int, char *);
dlpisubs.c 285 strioctl(p->fd, SBIOCSSNAP, sizeof(ss), (char *)&ss) != 0) {
294 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) {
303 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) {
311 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
343 strioctl(int fd, int cmd, int len, char *dp) function
345 struct strioctl str;
pcap-snit.c 237 struct strioctl si;
285 struct strioctl si; /* struct for ioctl() */
pcap-dlpi.c 628 if (strioctl(p->fd, A_PROMISCON_REQ, 0, NULL) < 0) {
746 if (strioctl(p->fd, DLIOCRAW, 0, NULL) < 0) {
991 if (strioctl(fd, A_GET_UNITS, sizeof(buf), (char *)&buf) < 0) {
    [all...]
  /external/ppp/pppd/
sys-solaris.c 252 static int strioctl __P((int, int, void *, int, int));
606 strioctl(pppfd, PPPIO_DEBUG, &x, sizeof(int), 0);
610 if (strioctl(pppfd, PPPIO_NEWPPA, &ifunit, 0, sizeof(int)) < 0)
632 strioctl(ifd, PPPIO_DEBUG, &x, sizeof(int), 0);
643 strioctl(i6fd, PPPIO_DEBUG, &x, sizeof(int), 0);
760 if (strioctl(ipfd, SIOCSIFNAME, (char *)&ifr, sizeof ifr, 0) < 0)
951 strioctl(pppfd, PPPIO_DEBUG, &i, sizeof(int), 0);
968 strioctl(pppfd, PPPIO_DEBUG, &i, sizeof(int), 0);
1028 if (strioctl(pppfd, PPPIO_GCLEAN, &x, 0, sizeof(x)) < 0)
2503 strioctl(fd, cmd, ptr, ilen, olen) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stropts.h 203 struct strioctl struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stropts.h 203 struct strioctl struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stropts.h 203 struct strioctl struct
  /external/valgrind/memcheck/tests/solaris/
scalar_ioctl.c 171 struct strioctl str;
scalar_ioctl.stderr.exp 327 Syscall param ioctl(I_STR, strioctl->ic_dp) points to unaddressable byte(s)
  /libcore/ojluni/src/main/native/
net_util_md.c 142 struct strioctl stri;
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h     [all...]

Completed in 645 milliseconds