HomeSort by: relevance | last modified time | path
    Searched defs:dpcap (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pflogd/
pflogd.c 63 static FILE *dpcap; variable in typeref:typename:FILE *
320 if (dpcap) {
321 flush_buffer(dpcap);
322 fclose(dpcap);
323 dpcap = NULL;
385 dpcap = fp;
744 phandler, (u_char *)dpcap);
767 if (dpcap)
768 flush_buffer(dpcap);
777 if (dpcap) {
    [all...]
pflogd.c 63 static FILE *dpcap; variable in typeref:typename:FILE *
320 if (dpcap) {
321 flush_buffer(dpcap);
322 fclose(dpcap);
323 dpcap = NULL;
385 dpcap = fp;
744 phandler, (u_char *)dpcap);
767 if (dpcap)
768 flush_buffer(dpcap);
777 if (dpcap) {
    [all...]

Completed in 22 milliseconds