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

/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Ddns_decode.h15 * Note: Question rrs dont have rdatalen or rdata. Set is_question when
16 * decoding question rrs, else clear is_question
19 void dns_decode_rr(struct dns_rr *rr, char **buf,int is_question,char *header);
H A Ddns_decode.c99 * Note: Question rrs dont have rdatalen or rdata. Set is_question when
100 * decoding question rrs, else clear is_question
102 void dns_decode_rr(struct dns_rr *rr, char **buf, int is_question,char *header) argument
119 if( is_question != 1 ){
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Ddns_decode.h15 * Note: Question rrs dont have rdatalen or rdata. Set is_question when
16 * decoding question rrs, else clear is_question
19 void dns_decode_rr(struct dns_rr *rr, char **buf,int is_question,char *header);
H A Ddns_decode.c118 * Note: Question rrs dont have rdatalen or rdata. Set is_question when
119 * decoding question rrs, else clear is_question
121 void dns_decode_rr(struct dns_rr *rr, char **buf, int is_question,char *header) argument
138 if( is_question != 1 ){
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Ddns_decode.h15 * Note: Question rrs dont have rdatalen or rdata. Set is_question when
16 * decoding question rrs, else clear is_question
19 void dns_decode_rr(struct dns_rr *rr, char **buf,int is_question,char *header);
H A Ddns_decode.c118 * Note: Question rrs dont have rdatalen or rdata. Set is_question when
119 * decoding question rrs, else clear is_question
121 void dns_decode_rr(struct dns_rr *rr, char **buf, int is_question,char *header) argument
138 if( is_question != 1 ){

Completed in 41 milliseconds