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

  /src/external/bsd/libpcap/dist/pcap/
bpf.h 96 typedef unsigned long bpf_u_int32; typedef
99 typedef u_int bpf_u_int32; typedef
250 bpf_u_int32 k;
pcap.h 164 typedef u_int bpf_u_int32; typedef
212 bpf_u_int32 magic;
216 bpf_u_int32 sigfigs; /* not used - SHOULD be filled with 0 */
217 bpf_u_int32 snaplen; /* max length saved portion of each pkt */
218 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
299 bpf_u_int32 caplen; /* length of portion present */
300 bpf_u_int32 len; /* length of this packet (off wire) */
358 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
451 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *)
    [all...]
  /src/external/bsd/ipf/bin/ipftest/
bpf-ipf.h 55 typedef u_int bpf_u_int32; typedef
153 bpf_u_int32 bh_caplen; /* length of captured portion */
154 bpf_u_int32 bh_datalen; /* original length of packet */
  /src/sys/net/
bpf.h 55 typedef u_int bpf_u_int32; typedef

Completed in 30 milliseconds