"Fossies" - the Fresh Open Source Software Archive

Member "ngrep-1_47/tcpkill.h" (7 Sep 2017, 180 Bytes) of package /linux/misc/ngrep-1_47.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "tcpkill.h" see the Fossies "Dox" file reference documentation and the latest Fossies "Diffs" side-by-side code changes report: 1_46_1_vs_1_47.

    1 #ifndef TCPKILL_H
    2 #define TCPKILL_H
    3 
    4 void tcpkill_init(void);
    5 void tcpkill_kill(const struct pcap_pkthdr *pcap, const u_char *pkt, uint32_t pcap_off, uint32_t kill_count);
    6 
    7 #endif