Searched refs:T_PTR (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetnetbydns.c178 if (class == C_IN && type == T_PTR) {
261 anslen = res_query(qbuf, C_IN, T_PTR, (u_char *)&buf, sizeof(buf));
295 anslen = res_search(qbuf, C_IN, T_PTR, (u_char *)&buf, sizeof(buf));
H A Dgethostbydns.c220 case T_PTR:
330 if (qtype == T_PTR && type == T_CNAME) {
364 case T_PTR:
701 n = res_query(qbuf, C_IN, T_PTR, (u_char *)buf.buf, sizeof buf.buf);
706 if ( NULL == (hp = gethostanswer(&buf, n, qbuf, T_PTR)))
H A Dres_mkupdate.c249 case T_PTR:
H A Dres_debug.c404 {T_PTR, "PTR", "domain name pointer"},
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h192 #define T_PTR ns_t_ptr macro

Completed in 142 milliseconds