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

/freebsd-13-stable/contrib/libpcap/
H A Ddlpisubs.h32 int strioctl(int, int, int, char *);
H A Ddlpisubs.c315 strioctl(p->fd, SBIOCSSNAP, sizeof(ss), (char *)&ss) != 0) {
324 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) {
333 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) {
341 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
374 strioctl(int fd, int cmd, int len, char *dp) function
376 struct strioctl str;
H A Dpcap-snit.c237 struct strioctl si;
285 struct strioctl si; /* struct for ioctl() */
H A Dpcap-dlpi.c667 if (strioctl(p->fd, A_PROMISCON_REQ, 0, NULL) < 0) {
785 if (strioctl(p->fd, DLIOCRAW, 0, NULL) < 0) {
1112 if (strioctl(fd, A_GET_UNITS, sizeof(buf), (char *)&buf) < 0) {
/freebsd-13-stable/libexec/bootpd/
H A Dgetif.c64 struct strioctl ioc;
H A Dhwaddr.c161 struct strioctl iocb;
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Dsdlpi.c117 if (strioctl(fd, DLIOCRAW, -1, 0, NULL) == -1)
H A Dsnit.c64 struct strioctl si;
H A Ddlcommon.c1359 strioctl(fd, cmd, timout, len, dp) function
1366 struct strioctl sioc;
/freebsd-13-stable/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 161 milliseconds