Home
last modified time | relevance | path

Searched refs:copy_range (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libpcap/
H A Dpcap-netfilter-linux.c417 …send_config_mode(const pcap_t *handle, uint16_t group_id, u_int8_t copy_mode, u_int32_t copy_range) in nflog_send_config_mode() argument
422 msg.copy_range = htonl(copy_range); in nflog_send_config_mode()
471 …send_config_mode(const pcap_t *handle, uint16_t group_id, u_int8_t copy_mode, u_int32_t copy_range) in nfqueue_send_config_mode() argument
476 msg.copy_range = htonl(copy_range); in nfqueue_send_config_mode()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_dn_private.h410 struct copy_range { struct
420 struct copy_range *extra; /* extra filtering */ argument
H A Dip_dummynet.c2200 struct copy_range r; in dummynet_get()
2252 a.extra = (struct copy_range *)cmd; in dummynet_get()