Lines Matching defs:handle
341 pcap_t *handle; in pcapint_create_interface() local
443 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, in get_mac80211_phydev()
485 nl80211_init(pcap_t *handle, struct nl80211_state *state, const char *device) in nl80211_init()
539 add_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, in add_mon_if()
644 del_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, in del_mon_if()
698 static int pcap_protocol(pcap_t *handle) in pcap_protocol()
710 pcap_can_set_rfmon_linux(pcap_t *handle) in pcap_can_set_rfmon_linux()
790 static void pcap_cleanup_linux( pcap_t *handle ) in pcap_cleanup_linux()
944 static void pcap_breakloop_linux(pcap_t *handle) in pcap_breakloop_linux()
967 set_vlan_offset(pcap_t *handle) in set_vlan_offset()
1004 pcap_activate_linux(pcap_t *handle) in pcap_activate_linux()
1200 pcap_set_datalink_linux(pcap_t *handle, int dlt) in pcap_set_datalink_linux()
1219 linux_check_direction(const pcap_t *handle, const struct sockaddr_ll *sll) in linux_check_direction()
1275 device_still_exists(pcap_t *handle) in device_still_exists()
1316 pcap_inject_linux(pcap_t *handle, const void *buf, int size) in pcap_inject_linux()
1358 pcap_stats_linux(pcap_t *handle, struct pcap_stat *stats) in pcap_stats_linux()
1816 pcap_setdirection_linux(pcap_t *handle, pcap_direction_t d) in pcap_setdirection_linux()
1871 static int map_arphrd_to_dlt(pcap_t *handle, int arptype, in map_arphrd_to_dlt()
2325 setup_socket(pcap_t *handle, int is_any_device) in setup_socket()
2703 setup_mmapped(pcap_t *handle) in setup_mmapped()
2764 init_tpacket(pcap_t *handle, int version, const char *version_str) in init_tpacket()
2832 prepare_tpacket_socket(pcap_t *handle) in prepare_tpacket_socket()
2909 create_ring(pcap_t *handle) in create_ring()
3324 destroy_ring(pcap_t *handle) in destroy_ring()
3369 pcap_t *handle = sp->pd; in pcapint_oneshot_linux() local
3378 pcap_getnonblock_linux(pcap_t *handle) in pcap_getnonblock_linux()
3387 pcap_setnonblock_linux(pcap_t *handle, int nonblock) in pcap_setnonblock_linux()
3444 pcap_get_ring_frame_status(pcap_t *handle, int offset) in pcap_get_ring_frame_status()
3467 static int pcap_wait_for_frames_mmap(pcap_t *handle) in pcap_wait_for_frames_mmap()
3821 pcap_t *handle, in pcap_handle_packet_mmap()
4226 pcap_read_linux_mmap_v2(pcap_t *handle, int max_packets, pcap_handler callback, in pcap_read_linux_mmap_v2()
4323 pcap_read_linux_mmap_v3(pcap_t *handle, int max_packets, pcap_handler callback, in pcap_read_linux_mmap_v3()
4464 pcap_setfilter_linux(pcap_t *handle, struct bpf_program *filter) in pcap_setfilter_linux()
4795 enter_rfmon_mode(pcap_t *handle, int sock_fd, const char *device) in enter_rfmon_mode()
4953 iface_set_all_ts_types(pcap_t *handle, char *ebuf) in iface_set_all_ts_types()
4974 iface_get_ts_types(const char *device, pcap_t *handle, char *ebuf) in iface_get_ts_types()
5094 iface_get_ts_types(const char *device, pcap_t *handle, char *ebuf) in iface_get_ts_types()
5150 iface_ethtool_flag_ioctl(pcap_t *handle, int cmd, const char *cmdname, in iface_ethtool_flag_ioctl()
5196 iface_get_offload(pcap_t *handle) in iface_get_offload()
5287 iface_dsa_get_proto_info(const char *device, pcap_t *handle) in iface_dsa_get_proto_info()
5409 fix_program(pcap_t *handle, struct sock_fprog *fcode) in fix_program()
5478 fix_offset(pcap_t *handle, struct bpf_insn *p) in fix_offset()
5563 set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode) in set_kernel_filter()
5690 reset_kernel_filter(pcap_t *handle) in reset_kernel_filter()