Lines Matching refs:bpf_u_int32
186 typedef int (*oid_get_request_op_t)(pcap_t *, bpf_u_int32, void *, size_t *);
187 typedef int (*oid_set_request_op_t)(pcap_t *, bpf_u_int32, const void *, size_t *);
401 bpf_u_int32 caplen; /* length of portion present */
402 bpf_u_int32 len; /* length of this packet (off wire) */
417 bpf_u_int32 caplen; /* length of portion present */
418 bpf_u_int32 len; /* length of this packet (off wire) */
509 typedef int (*get_if_flags_func)(const char *, bpf_u_int32 *, char *);
515 pcap_if_t *find_or_add_dev(pcap_if_list_t *, const char *, bpf_u_int32,
518 pcap_if_t *add_dev(pcap_if_list_t *, const char *, bpf_u_int32, const char *,
524 pcap_if_t *find_or_add_if(pcap_if_list_t *, const char *, bpf_u_int32,
526 int add_addr_to_if(pcap_if_list_t *, const char *, bpf_u_int32,
564 bpf_u_int32 pcap_adjust_snapshot(bpf_u_int32 linktype, bpf_u_int32 snaplen);