Searched refs:if_fd (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | pcap-enet.c | 48 readloop(int cnt, int if_fd, struct bpf_program *fp, printfunc printit) in readloop() argument 66 if ((cc = read(if_fd, (char *)buf.p, sizeof(buf))) < 0) in readloop() 67 efReadError(if_fd, "reader"); in readloop() 100 wrapup(if_fd); in readloop() 153 int if_fd; in initdevice() local 156 GETENETDEVICE(0, O_RDONLY, &if_fd); in initdevice() 158 if_fd = open("/dev/enet", O_RDONLY, 0); in initdevice() 161 if (if_fd == -1) { in initdevice() 170 if (ioctl(if_fd, EIOCGETP, (char *)&ctl) == -1) { in initdevice() 186 if (ioctl(if_fd, EIOCSETP, &ctl) == -1) { in initdevice() [all …]
|