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

  /external/libpcap/
pcap-snoop.c 214 int snooplen; local
362 snooplen = p->snapshot - ll_hdrlen;
363 if (snooplen < 0)
364 snooplen = 0;
365 if (ioctl(fd, SIOCSNOOPLEN, &snooplen) < 0) {

Completed in 54 milliseconds