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 446 * "pcap_oneshot()" is the standard one-shot callback for "pcap_next()"
449 void pcap_oneshot(u_char *, const struct pcap_pkthdr *, const u_char *);
savefile.c 345 p->oneshot_callback = pcap_oneshot;
pcap.c 201 pcap_oneshot(u_char *user, const struct pcap_pkthdr *h, const u_char *pkt) function
484 p->oneshot_callback = pcap_oneshot;
    [all...]

Completed in 118 milliseconds