Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Ddlpisubs.c332 strioctl(p->fd, SBIOCSSNAP, sizeof(ss), (char *)&ss) != 0) { in pcap_conf_bufmod()
341 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) { in pcap_conf_bufmod()
350 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) { in pcap_conf_bufmod()
358 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize) in pcap_conf_bufmod()
391 strioctl(int fd, int cmd, int len, char *dp) in strioctl() function
393 struct strioctl str; in strioctl()
H A Ddlpisubs.h32 int strioctl(int, int, int, char *);
H A Dpcap-snit.c237 struct strioctl si; in nit_setflags()
285 struct strioctl si; /* struct for ioctl() */ in pcap_activate_snit()
H A Dpcap-dlpi.c684 if (strioctl(p->fd, A_PROMISCON_REQ, 0, NULL) < 0) {
802 if (strioctl(p->fd, DLIOCRAW, 0, NULL) < 0) {
1137 if (strioctl(fd, A_GET_UNITS, sizeof(buf), (char *)&buf) < 0) {
/freebsd/libexec/bootpd/
H A Dgetif.c60 struct strioctl ioc; in getif()
H A Dhwaddr.c146 struct strioctl iocb; in setarp()
/freebsd/sbin/ipf/ipsend/
H A Dsnit.c58 struct strioctl si; in initdevice()
H A Dsdlpi.c111 if (strioctl(fd, DLIOCRAW, -1, 0, NULL) == -1) in initdevice()
H A Ddlcommon.c1267 strioctl(int fd, int cmd, int timout, int len, char *dp) in strioctl() function
1269 struct strioctl sioc; in strioctl()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c1902 struct strioctl strioc; in stream_setcs()
1925 struct strioctl strioc; in stream_enable()
1949 struct strioctl strioc; in stream_disable()
1974 struct strioctl strioc; in stream_getfmt()
1997 struct strioctl strioc; in stream_setfmt()
2022 struct strioctl strioc; in stream_timecode()