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

  /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)
2495 strioctl(fd, cmd, ptr, ilen, olen) function
    [all...]
  /external/libpcap/
pcap-dlpi.c 190 static int strioctl(int, int, int, char *);
704 if (strioctl(p->fd, A_PROMISCON_REQ, 0, NULL) < 0) {
846 if (strioctl(p->fd, DLIOCRAW, 0, NULL) < 0) {
885 strioctl(p->fd, SBIOCSSNAP, sizeof(ss), (char *)&ss) != 0) {
899 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) {
910 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
1105 if (strioctl(fd, A_GET_UNITS, sizeof(buf), (char *)&buf) < 0) {
1527 strioctl(int fd, int cmd, int len, char *dp) function
    [all...]
pcap-snit.c 234 struct strioctl si;
268 struct strioctl si; /* struct for ioctl() */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 203 struct strioctl struct
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 80 int strioctl(int fd, int cmd, int timout, int len, char *dp);
756 if ( strioctl(fd, DLIOCRAW, -1, 0, NULL) < 0 ) {
965 int strioctl(int fd, int cmd, int timout, int len, char *dp) function
967 struct strioctl sioc;
  /external/strace/
stream.c 939 struct strioctl si;
  /external/qemu/
net-android.c 1303 struct strioctl strioc_if, strioc_ppa;
    [all...]
net.c 1175 struct strioctl strioc_if, strioc_ppa;
    [all...]

Completed in 81 milliseconds