Searched refs:strioctl (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/libpcap/
H A Ddlpisubs.h32 int strioctl(int, int, int, char *);
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;
H A Dpcap-snit.c237 struct strioctl si;
285 struct strioctl si; /* struct for ioctl() */
H A Dpcap-dlpi.c628 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) {
/freebsd-11.0-release/contrib/ipfilter/ipsd/
H A Dsdlpi.c151 struct strioctl si;
191 if (strioctl(fd, DLIOCRAW, -1, 0, NULL) == -1)
224 if (strioctl(fd, PFIOCSETF, -1, sizeof(pfil), (char *)&pfil) == -1)
239 strioctl(fd, SBIOCSSNAP, -1, sizeof(i), (char *)&i);
245 if (strioctl(fd, SBIOCSTIME, -1, sizeof(to), (char *)&to) == -1)
247 perror("strioctl(SBIOCSTIME)");
H A Dsnit.c120 struct strioctl si;
/freebsd-11.0-release/contrib/ipfilter/ipsend/
H A Dsdlpi.c124 if (strioctl(fd, DLIOCRAW, -1, 0, NULL) == -1)
H A Dsnit.c64 struct strioctl si;
H A Ddlcommon.c1363 strioctl(fd, cmd, timout, len, dp) function
1370 struct strioctl sioc;
/freebsd-11.0-release/libexec/bootpd/
H A Dgetif.c64 struct strioctl ioc;
H A Dhwaddr.c161 struct strioctl iocb;
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_parse.c1901 struct strioctl strioc;
1924 struct strioctl strioc;
1948 struct strioctl strioc;
1973 struct strioctl strioc;
1996 struct strioctl strioc;
2021 struct strioctl strioc;

Completed in 126 milliseconds