Home | History | Annotate | Download | only in pcap

Lines Matching defs:bpf_u_int32

78 typedef	u_int bpf_u_int32;
125 bpf_u_int32 magic;
129 bpf_u_int32 sigfigs; /* accuracy of timestamps */
130 bpf_u_int32 snaplen; /* max length saved portion of each pkt */
131 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
164 bpf_u_int32 caplen; /* length of portion present */
165 bpf_u_int32 len; /* length this packet (off wire) */
223 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
279 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
394 bpf_u_int32);
396 const char *, int, bpf_u_int32);
482 PCAP_API int pcap_oid_get_request(pcap_t *, bpf_u_int32, void *, size_t *);
483 PCAP_API int pcap_oid_set_request(pcap_t *, bpf_u_int32, const void *, size_t *);