Searched refs:dns_decode_rr (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Ddns_decode.h19 void dns_decode_rr(struct dns_rr *rr, char **buf,int is_question,char *header);
H A Ddns_decode.c102 void dns_decode_rr(struct dns_rr *rr, char **buf, int is_question,char *header) function
163 dns_decode_rr( &m->question[i], buf, 1, header_start );
167 dns_decode_rr( &m->answer[i], buf, 0, header_start );
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Ddns_decode.h19 void dns_decode_rr(struct dns_rr *rr, char **buf,int is_question,char *header);
H A Ddns_decode.c121 void dns_decode_rr(struct dns_rr *rr, char **buf, int is_question,char *header) function
178 dns_decode_rr( &m->question[i], buf, 1, header_start );
182 dns_decode_rr( &m->answer[i], buf, 0, header_start );
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Ddns_decode.h19 void dns_decode_rr(struct dns_rr *rr, char **buf,int is_question,char *header);
H A Ddns_decode.c121 void dns_decode_rr(struct dns_rr *rr, char **buf, int is_question,char *header) function
178 dns_decode_rr( &m->question[i], buf, 1, header_start );
182 dns_decode_rr( &m->answer[i], buf, 0, header_start );

Completed in 41 milliseconds