Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Dpcap-netfilter-linux.c419 …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
424 msg.copy_range = htonl(copy_range); in nflog_send_config_mode()
473 …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
478 msg.copy_range = htonl(copy_range); in nfqueue_send_config_mode()
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_dn_private.h417 struct copy_range { struct
427 struct copy_range *extra; /* extra filtering */ argument
H A Dip_dummynet.c2230 struct copy_range r; in dummynet_get()
2286 a.extra = (struct copy_range *)cmd; in dummynet_get()