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

  /external/libpcap/
pcap-int.h 452 * "pcap_oneshot()" is the standard one-shot callback for "pcap_next()"
455 void pcap_oneshot(u_char *, const struct pcap_pkthdr *, const u_char *);
savefile.c 463 p->oneshot_callback = pcap_oneshot;
pcap.c 226 pcap_oneshot(u_char *user, const struct pcap_pkthdr *h, const u_char *pkt) function
508 p->oneshot_callback = pcap_oneshot;
    [all...]

Completed in 54 milliseconds