Searched refs:strioctl (Results 1 – 7 of 7) sorted by relevance
/external/ppp/pppd/ |
D | sys-solaris.c | 252 static int strioctl __P((int, int, void *, int, int)); 606 strioctl(pppfd, PPPIO_DEBUG, &x, sizeof(int), 0); in sys_init() 610 if (strioctl(pppfd, PPPIO_NEWPPA, &ifunit, 0, sizeof(int)) < 0) in sys_init() 632 strioctl(ifd, PPPIO_DEBUG, &x, sizeof(int), 0); in sys_init() 643 strioctl(i6fd, PPPIO_DEBUG, &x, sizeof(int), 0); in sys_init() 760 if (strioctl(ipfd, SIOCSIFNAME, (char *)&ifr, sizeof ifr, 0) < 0) in sys_init() 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) in clean_check() 1547 if (strioctl(pppfd, PPPIO_MTU, &mtu, sizeof(mtu), 0) < 0) { [all …]
|
/external/libpcap/ |
D | pcap-dlpi.c | 190 static int strioctl(int, int, int, char *); 704 if (strioctl(p->fd, A_PROMISCON_REQ, 0, NULL) < 0) { in pcap_open_live() 846 if (strioctl(p->fd, DLIOCRAW, 0, NULL) < 0) { in pcap_open_live() 885 strioctl(p->fd, SBIOCSSNAP, sizeof(ss), (char *)&ss) != 0) { in pcap_open_live() 899 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) { in pcap_open_live() 910 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize) in pcap_open_live() 1105 if (strioctl(fd, A_GET_UNITS, sizeof(buf), (char *)&buf) < 0) { in pcap_platform_finddevs() 1527 strioctl(int fd, int cmd, int len, char *dp) in strioctl() function 1529 struct strioctl str; in strioctl()
|
D | pcap-snit.c | 234 struct strioctl si; in nit_setflags() 268 struct strioctl si; /* struct for ioctl() */ in pcap_open_live()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | if.c | 80 int strioctl(int fd, int cmd, int timout, int len, char *dp); 756 if ( strioctl(fd, DLIOCRAW, -1, 0, NULL) < 0 ) { in openInterface() 965 int strioctl(int fd, int cmd, int timout, int len, char *dp) in strioctl() function 967 struct strioctl sioc; in strioctl()
|
/external/strace/ |
D | stream.c | 939 struct strioctl si;
|
/external/qemu/ |
D | net-android.c | 1299 struct strioctl strioc_if, strioc_ppa; in tap_alloc()
|
D | net.c | 1175 struct strioctl strioc_if, strioc_ppa; in tap_alloc()
|