HomeSort by relevance Sort by last modified time
    Searched full:nit_setflags (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
pcap-nit.c 72 static int nit_setflags(int, int, int, char *);
213 nit_setflags(int fd, int promisc, int to_ms, char *ebuf) function
285 nit_setflags(p->fd, promisc, to_ms, ebuf);
pcap-snit.c 85 static int nit_setflags(int, int, int, char *);
231 nit_setflags(int fd, int promisc, int to_ms, char *ebuf) function
355 if (nit_setflags(p->fd, promisc, to_ms, ebuf) < 0)
CHANGES 465 - Fixed bug in nit_setflags() in pcap-snit.c. The streams ioctl timeout

Completed in 229 milliseconds