Searched defs:strioctl (Results 1 - 2 of 2) sorted by relevance

/external/libpcap/
H A Ddlpisubs.c285 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;
/external/ppp/pppd/
H A Dsys-solaris.c252 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)
1550 if (strioctl(pppf
2503 strioctl(fd, cmd, ptr, ilen, olen) function
[all...]

Completed in 110 milliseconds