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

  /src/external/bsd/libpcap/dist/
pcap-haiku.c 108 bpf_u_int32 captureLength =
116 captureLength) == 0)
122 header.caplen = captureLength <= (bpf_u_int32)handle->snapshot ?
123 captureLength :

Completed in 14 milliseconds