Home
last modified time | relevance | path

Searched refs:needle_bound (Results 1 – 5 of 5) sorted by relevance

/hardware/google/apf/v7/
Dapf_dns.h16 const u8* const needle_bound, in FUNC() argument
43 if (needle >= needle_bound) return error_program; in FUNC()
47 if (needle + label_size > needle_bound) return error_program; in FUNC()
82 const u8* const needle_bound, in FUNC() argument
96 if (needles >= needle_bound) return error_program; in FUNC()
100 match_result_type m = match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
112 match_result_type m = match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
125 if (needles >= needle_bound) return error_program; in FUNC()
Dapf_interpreter.c403 const u8* const needle_bound, in FUNC() argument
430 if (needle >= needle_bound) return error_program; in FUNC()
434 if (needle + label_size > needle_bound) return error_program; in FUNC()
469 const u8* const needle_bound, in FUNC() argument
483 if (needles >= needle_bound) return error_program; in FUNC()
487 … match_result_type m = apf_internal_match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
499 … match_result_type m = apf_internal_match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
512 if (needles >= needle_bound) return error_program; in FUNC()
/hardware/google/apf/
Dapf_dns.h16 const u8* const needle_bound, in FUNC() argument
43 if (needle >= needle_bound) return error_program; in FUNC()
47 if (needle + label_size > needle_bound) return error_program; in FUNC()
82 const u8* const needle_bound, in FUNC() argument
96 if (needles >= needle_bound) return error_program; in FUNC()
100 match_result_type m = match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
112 match_result_type m = match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
125 if (needles >= needle_bound) return error_program; in FUNC()
/hardware/google/apf/v6/
Dapf_interpreter.c401 const u8* const needle_bound, in FUNC() argument
428 if (needle >= needle_bound) return error_program; in FUNC()
432 if (needle + label_size > needle_bound) return error_program; in FUNC()
467 const u8* const needle_bound, in FUNC() argument
481 if (needles >= needle_bound) return error_program; in FUNC()
485 … match_result_type m = apf_internal_match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
497 … match_result_type m = apf_internal_match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
510 if (needles >= needle_bound) return error_program; in FUNC()
/hardware/google/apf/devtools/
Dapf_interpreter.c403 const u8* const needle_bound, in FUNC() argument
430 if (needle >= needle_bound) return error_program; in FUNC()
434 if (needle + label_size > needle_bound) return error_program; in FUNC()
469 const u8* const needle_bound, in FUNC() argument
483 if (needles >= needle_bound) return error_program; in FUNC()
487 … match_result_type m = apf_internal_match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
499 … match_result_type m = apf_internal_match_single_name(needles, needle_bound, udp, udp_len, &ofs); in FUNC()
512 if (needles >= needle_bound) return error_program; in FUNC()