Searched defs:ttype (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_send.c260 int n, ttype, tclass; local
268 ttype = ns_get16(cp); cp += INT16SZ;
270 if (ttype == type &&
315 int n, ttype, tclass; local
323 ttype = ns_get16(cp); cp += INT16SZ;
325 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))

Completed in 57 milliseconds