Searched refs:copy_range (Results 1 – 18 of 18) sorted by relevance
/third_party/iptables/extensions/ |
D | libipt_ULOG.c | 71 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/ |
D | nf-log.c | 60 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()
|
D | nf-queue.c | 68 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/ |
D | adaptors.cpp | 172 = 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()
|
D | sub_range.cpp | 90 std::string res = boost::copy_range<std::string>( r ); in check_sub_range()
|
D | iterator_range.cpp | 75 std::string res = boost::copy_range<std::string>( r ); in check_iterator_range()
|
/third_party/libnl/lib/netfilter/ |
D | queue_obj.c | 149 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),
|
D | log_obj.c | 137 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),
|
D | log.c | 132 mode.copy_range = htonl(nfnl_log_get_copy_range(log)); in nfnl_log_build_request()
|
D | queue.c | 147 params.copy_range = htonl(nfnl_queue_get_copy_range(queue)); in nfnl_queue_build_request()
|
/third_party/boost/libs/range/test/adaptor_test/ |
D | adjacent_filtered.cpp | 36 = 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/ |
D | ipt_ULOG.h | 29 size_t copy_range; member
|
/third_party/boost/libs/algorithm/string/example/ |
D | split_example.cpp | 38 cout << copy_range<std::string>(*It) << endl; in main()
|
/third_party/boost/boost/algorithm/string/detail/ |
D | util.hpp | 98 return copy_range<SeqT>(Range); in operator ()()
|
/third_party/libnl/include/linux-private/linux/netfilter/ |
D | nfnetlink_log.h | 75 __be32 copy_range; member
|
D | nfnetlink_queue.h | 96 __be32 copy_range; member
|
/third_party/boost/libs/range/doc/reference/ |
D | utilities.qbk | 167 Sequence copy_range( const ForwardRange& r ); 216 `Sequence copy_range( const ForwardRange& r );`
|
/third_party/boost/boost/range/ |
D | iterator_range_core.hpp | 840 inline SeqT copy_range( const Range& r ) in copy_range() function
|