Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibipt_ULOG.c71 loginfo->copy_range = cb->val.u64; in ULOG_parse()
91 if (loginfo->copy_range) in ULOG_save()
92 printf(" --ulog-cprange %u", (unsigned int)loginfo->copy_range); in ULOG_save()
105 printf("copy_range %u nlgroup %d", (unsigned int)loginfo->copy_range, in ULOG_print()
/third_party/libnl/src/
Dnf-log.c60 uint32_t copy_range; in main() local
99 copy_range = 0xFFFF; in main()
101 copy_range = atoi(argv[4]); in main()
102 nfnl_log_set_copy_range(log, copy_range); in main()
Dnf-queue.c68 uint32_t copy_range; in main() local
111 copy_range = 0xFFFF; in main()
113 copy_range = atoi(argv[4]); in main()
114 nfnl_queue_set_copy_range(queue, copy_range); in main()
/third_party/boost/libs/range/test/
Dadaptors.cpp172 = boost::copy_range< std::vector<int> >( m | map_keys ); in check_map()
174 = boost::copy_range< std::vector<int> >( m | map_values ); in check_map()
184 boost::copy_range< std::vector<std::string> >( s | tokenized( "\\s+", -1 ) ); in check_regex()
Dsub_range.cpp90 std::string res = boost::copy_range<std::string>( r ); in check_sub_range()
Diterator_range.cpp75 std::string res = boost::copy_range<std::string>( r ); in check_iterator_range()
/third_party/libnl/lib/netfilter/
Dqueue_obj.c149 void nfnl_queue_set_copy_range(struct nfnl_queue *queue, uint32_t copy_range) in nfnl_queue_set_copy_range() argument
151 queue->queue_copy_range = copy_range; in nfnl_queue_set_copy_range()
192 __ADD(QUEUE_ATTR_COPY_RANGE, copy_range),
Dlog_obj.c137 void nfnl_log_set_copy_range(struct nfnl_log *log, uint32_t copy_range) in nfnl_log_set_copy_range() argument
139 log->log_copy_range = copy_range; in nfnl_log_set_copy_range()
261 __ADD(LOG_ATTR_COPY_RANGE, copy_range),
Dlog.c132 mode.copy_range = htonl(nfnl_log_get_copy_range(log)); in nfnl_log_build_request()
Dqueue.c147 params.copy_range = htonl(nfnl_queue_get_copy_range(queue)); in nfnl_queue_build_request()
/third_party/boost/libs/range/test/adaptor_test/
Dadjacent_filtered.cpp36 = boost::copy_range< std::vector< value_t > >( in adjacent_filtered_test_impl()
41 = boost::copy_range< std::vector< value_t > >( in adjacent_filtered_test_impl()
/third_party/iptables/include/linux/netfilter_ipv4/
Dipt_ULOG.h29 size_t copy_range; member
/third_party/boost/libs/algorithm/string/example/
Dsplit_example.cpp38 cout << copy_range<std::string>(*It) << endl; in main()
/third_party/boost/boost/algorithm/string/detail/
Dutil.hpp98 return copy_range<SeqT>(Range); in operator ()()
/third_party/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_log.h75 __be32 copy_range; member
Dnfnetlink_queue.h96 __be32 copy_range; member
/third_party/boost/libs/range/doc/reference/
Dutilities.qbk167 Sequence copy_range( const ForwardRange& r );
216 `Sequence copy_range( const ForwardRange& r );`
/third_party/boost/boost/range/
Diterator_range_core.hpp840 inline SeqT copy_range( const Range& r ) in copy_range() function