Searched refs:strioctl (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/libpcap/ |
| H A D | dlpisubs.c | 342 strioctl(p->fd, SBIOCSSNAP, sizeof(ss), (char *)&ss) != 0) { in pcap_conf_bufmod() 351 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) { in pcap_conf_bufmod() 360 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) { in pcap_conf_bufmod() 368 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize) in pcap_conf_bufmod() 401 strioctl(int fd, int cmd, int len, char *dp) in strioctl() function 403 struct strioctl str; in strioctl()
|
| H A D | dlpisubs.h | 32 int strioctl(int, int, int, char *);
|
| H A D | pcap-snit.c | 237 struct strioctl si; in nit_setflags() 285 struct strioctl si; /* struct for ioctl() */ in pcap_activate_snit()
|
| H A D | pcap-dlpi.c | 817 if (strioctl(p->fd, A_PROMISCON_REQ, 0, NULL) < 0) { 935 if (strioctl(p->fd, DLIOCRAW, 0, NULL) < 0) { 1239 if (strioctl(fd, A_GET_UNITS, sizeof(buf), (char *)&buf) < 0) {
|
| /freebsd/libexec/bootpd/ |
| H A D | getif.c | 60 struct strioctl ioc; in getif()
|
| H A D | hwaddr.c | 146 struct strioctl iocb; in setarp()
|
| /freebsd/sbin/ipf/ipsend/ |
| H A D | snit.c | 58 struct strioctl si; in initdevice()
|
| H A D | sdlpi.c | 111 if (strioctl(fd, DLIOCRAW, -1, 0, NULL) == -1) in initdevice()
|
| H A D | dlcommon.c | 1267 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 D | refclock_parse.c | 1902 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()
|