Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Ddnsd.c167 char* query_string) in table_lookup() argument
174 q = query_string + 1; in table_lookup()
193 if (strcasecmp(d->name, query_string) != 0) in table_lookup()
206 && is_prefixed_with(query_string, d->rip) in table_lookup()
388 char *query_string; in process_packet() local
408 query_string = (void *)(head + 1); in process_packet()
410 query_len = strlen(query_string) + 1; in process_packet()
412 unaligned_type_class = (void *)(query_string + query_len); in process_packet()
445 answstr = table_lookup(conf_data, type, query_string); in process_packet()
448 bb_info_msg("'%s'->'%s'", query_string, answstr); in process_packet()
[all …]