| /src/external/bsd/libpcap/dist/ |
| dlpisubs.c | 337 strioctl(p->fd, SBIOCSSNAP, sizeof(ss), (char *)&ss) != 0) { 346 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) { 355 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) { 363 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize) 396 strioctl(int fd, int cmd, int len, char *dp) function 398 struct strioctl str;
|
| /src/external/bsd/ppp/dist/pppstats/ |
| pppstats.c | 217 strioctl(int fd, int cmd, char *ptr, int ilen, int olen) function 219 struct strioctl str; 228 fprintf(stderr, "strioctl: expected %d bytes, got %d for cmd %x\n", 236 if (strioctl(s, PPPIO_GETSTAT, (char*) curp, 0, sizeof(*curp)) < 0) { 249 if (strioctl(s, PPPIO_GETCSTAT, (char*) csp, 0, sizeof(*csp)) < 0) { 549 if (strioctl(s, PPPIO_ATTACH, (char*) &unit, sizeof(int), 0) < 0) {
|
| /src/external/bsd/ipf/dist/ipsend/ |
| dlcommon.c | 1363 strioctl(fd, cmd, timout, len, dp) function 1370 struct strioctl sioc;
|
| /src/external/mpl/dhcp/dist/common/ |
| dlpi.c | 132 static int strioctl (int fd, int cmd, int timeout, int len, char *dp); 295 if (strioctl (sock, DLIOCRAW, INFTIM, 0, 0) < 0) { 313 strioctl (fd, cmd, timeout, len, dp) function 320 struct strioctl sio; 356 if (strioctl (info -> wfdesc, PFIOCSETF, INFTIM, 483 if (strioctl (info -> rfdesc, PFIOCSETF, INFTIM,
|