/freebsd/contrib/libpcap/ |
H A D | pcap-int.h | 220 struct pcap { struct 224 read_op_t read_op; 250 struct pcap_samp rmt_samp; /* parameters related to the sampling process. */ argument 256 struct pcap *next; /* list of open pcaps that need stuff cleared on close */ argument 272 int oldstyle; /* if we're opening with pcap_open_live() */ argument 274 struct pcap_opt opt; argument 282 struct pcap_stat stat; /* used for pcap_stats_ex() */ argument 286 pcap_direction_t direction; argument 301 * in select()/poll()/epoll_wait()/kevent() call. The pcap_t should argument 326 struct pcap_pkthdr pcap_header; /* This is needed for the pcap_next_ex() to work */ argument [all …]
|
H A D | pcap.c | 339 pcap_set_not_initialized_message(pcap_t *pcap) in pcap_set_not_initialized_message() 353 pcap_read_not_initialized(pcap_t *pcap, int cnt _U_, pcap_handler callback _U_, in pcap_read_not_initialized() 362 pcap_inject_not_initialized(pcap_t *pcap, const void * buf _U_, int size _U_) in pcap_inject_not_initialized() 370 pcap_setfilter_not_initialized(pcap_t *pcap, struct bpf_program *fp _U_) in pcap_setfilter_not_initialized() 378 pcap_setdirection_not_initialized(pcap_t *pcap, pcap_direction_t d _U_) in pcap_setdirection_not_initialized() 386 pcap_set_datalink_not_initialized(pcap_t *pcap, int dlt _U_) in pcap_set_datalink_not_initialized() 394 pcap_getnonblock_not_initialized(pcap_t *pcap) in pcap_getnonblock_not_initialized() 402 pcap_stats_not_initialized(pcap_t *pcap, struct pcap_stat *ps _U_) in pcap_stats_not_initialized() 411 pcap_stats_ex_not_initialized(pcap_t *pcap, int *pcap_stat_size _U_) in pcap_stats_ex_not_initialized() 418 pcap_setbuff_not_initialized(pcap_t *pcap, int dim _U_) in pcap_setbuff_not_initialized() [all …]
|
H A D | pcap-dos.c | 169 static int pcap_activate_dos (pcap_t *pcap) in pcap_activate_dos() 237 struct pcap_pkthdr pcap; in pcap_read_one() local 889 static void watt32_recv_hook (u_char *dummy, const struct pcap_pkthdr *pcap, in watt32_recv_hook() 972 static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf) in init_watt32()
|
H A D | configure.ac | 19 AC_INIT(pcap, m4_esyscmd_s([cat VERSION])) package 686 AC_ARG_WITH(pcap, optwith
|
H A D | savefile.c | 164 sf_getevent(pcap_t *pcap) in sf_getevent()
|
H A D | CMakeLists.txt | 106 project(pcap C) project
|
/freebsd/contrib/netbsd-tests/usr.bin/shmif_dumpbus/ |
H A D | t_basic.sh | 67 pcap() function
|
/freebsd/contrib/wpa/src/l2_packet/ |
H A D | l2_packet_pcap.c | 27 pcap_t *pcap; member 121 pcap_t *pcap = sock_ctx; in l2_packet_receive() local 178 pcap_t *pcap = timeout_ctx; in l2_packet_receive_timeout() local
|
H A D | l2_packet_freebsd.c | 42 pcap_t *pcap; member 83 pcap_t *pcap = sock_ctx; in l2_packet_receive() local
|
H A D | l2_packet_winpcap.c | 48 pcap_t *pcap; member
|
/freebsd/contrib/wpa/wpa_supplicant/utils/ |
H A D | log2pcap.py | 30 pcap = sys.argv[2] variable
|
/freebsd/sbin/ipf/libipf/ |
H A D | ipft_pc.c | 59 struct ipread pcap = { ipcap_open, ipcap_close, ipcap_readip, 0 }; variable
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.c | 558 struct nm_pcap_file *pcap; /* the pcap struct */ member
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_eeprom.c | 1641 HAL_CAPABILITIES *pcap = &ahpriv->ah_caps; in ar9300_ant_ctrl_apply() local
|
H A D | ar9300_reset.c | 6455 HAL_CAPABILITIES *pcap = &ahpriv->ah_caps; in ar9300_ant_ctrl_set_lna_div_use_bt_ant() local
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 4409 static __le16 ath12k_mac_setup_he_6ghz_cap(struct ath12k_pdev_cap *pcap, in ath12k_mac_setup_he_6ghz_cap()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 5744 static __le16 ath11k_mac_setup_he_6ghz_cap(struct ath11k_pdev_cap *pcap, in ath11k_mac_setup_he_6ghz_cap()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 2381 __be16 pcap; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 7405 __be16 pcap; member
|