Home
last modified time | relevance | path

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

/hardware/google/apf/v7/
Dapf_dns.h41 u8 label_size = v; in FUNC() local
42 if (*ofs + label_size > udp_len) return error_packet; in FUNC()
46 if (len == label_size) { in FUNC()
47 if (needle + label_size > needle_bound) return error_program; in FUNC()
48 while (label_size--) { in FUNC()
54 *ofs += label_size; in FUNC()
58 *ofs += label_size; in FUNC()
Dapf_interpreter.c428 u8 label_size = v; in FUNC() local
429 if (*ofs + label_size > udp_len) return error_packet; in FUNC()
433 if (len == label_size) { in FUNC()
434 if (needle + label_size > needle_bound) return error_program; in FUNC()
435 while (label_size--) { in FUNC()
441 *ofs += label_size; in FUNC()
445 *ofs += label_size; in FUNC()
/hardware/google/apf/
Dapf_dns.h41 u8 label_size = v; in FUNC() local
42 if (*ofs + label_size > udp_len) return error_packet; in FUNC()
46 if (len == label_size) { in FUNC()
47 if (needle + label_size > needle_bound) return error_program; in FUNC()
48 while (label_size--) { in FUNC()
54 *ofs += label_size; in FUNC()
58 *ofs += label_size; in FUNC()
/hardware/google/apf/v6/
Dapf_interpreter.c426 u8 label_size = v; in FUNC() local
427 if (*ofs + label_size > udp_len) return error_packet; in FUNC()
431 if (len == label_size) { in FUNC()
432 if (needle + label_size > needle_bound) return error_program; in FUNC()
433 while (label_size--) { in FUNC()
439 *ofs += label_size; in FUNC()
443 *ofs += label_size; in FUNC()
/hardware/google/apf/devtools/
Dapf_interpreter.c428 u8 label_size = v; in FUNC() local
429 if (*ofs + label_size > udp_len) return error_packet; in FUNC()
433 if (len == label_size) { in FUNC()
434 if (needle + label_size > needle_bound) return error_program; in FUNC()
435 while (label_size--) { in FUNC()
441 *ofs += label_size; in FUNC()
445 *ofs += label_size; in FUNC()