Searched refs:needle_bound (Results 1 – 5 of 5) sorted by relevance
/hardware/google/apf/v7/ |
D | apf_dns.h | 16 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()
|
D | apf_interpreter.c | 403 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/ |
D | apf_dns.h | 16 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/ |
D | apf_interpreter.c | 401 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/ |
D | apf_interpreter.c | 403 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()
|