/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | res_mkquery.c | 106 int class, /* class of query */ 127 op, dname, class, type); 160 __putshort((u_int16_t)class, cp); 176 __putshort((u_int16_t)class, cp); 194 __putshort((u_int16_t)class, cp); 103 res_mkquery( int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen ) argument
|
H A D | res_query.c | 121 int class, /* class of query */ 139 printf(";; res_query(%s, %d, %d)\n", name, class, type); 142 n = res_mkquery(QUERY, name, class, type, NULL, 0, NULL, 199 int class, /* class of query */ 226 return (res_query(cp, class, type, answer, anslen)); 234 ret = res_querydomain(name, NULL, class, type, answer, anslen); 255 ret = res_querydomain(name, *domain, class, type, 311 ret = res_querydomain(name, NULL, class, typ 119 res_query( const char *name, int class, int type, u_char *answer, int anslen ) argument 197 res_search( const char *name, int class, int type, u_char *answer, int anslen ) argument 337 res_querydomain( const char *name, const char *domain, int class, int type, u_char *answer, int anslen ) argument [all...] |
H A D | getnetbydns.c | 125 int type, class, buflen, ancount, qdcount, haveanswer, i, nchar; local 175 GETSHORT(class, cp); 178 if (class == C_IN && type == T_PTR) { 188 (class == C_IN) ? AF_INET : AF_UNSPEC;
|
H A D | ns_print.c | 126 * ns_sprintrrf(msg, msglen, name, class, type, ttl, rdata, rdlen, 134 const char *name, ns_class class, ns_type type, 177 len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type))); 133 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
|
H A D | res_mkupdate.c | 158 /* overload class and type */ 433 u_int class, u_int type, u_long ttl) { 438 rrecp->r_class = (u_int16_t)class; 432 res_mkupdrec(int section, const char *dname, u_int class, u_int type, u_long ttl) argument
|
H A D | res_update.c | 126 u_int16_t dlen, class, qclass, type, qtype; local 247 GETSHORT(class, cp); 248 if (type != T_SOA || class != qclass) { 286 GETSHORT(class, cp); 295 class != rrecp->r_class) { 318 type == T_SOA && class == qclass) { 369 zptr->z_class = class; 430 GETSHORT(class, cp); 436 type == T_NS && class == qclass) { 456 GETSHORT(class, c [all...] |
H A D | gethostbydns.c | 205 int type, class, buflen, ancount, qdcount; local 282 class = _getshort(cp); 283 cp += INT16SZ; /* class */ 291 if (class != C_IN) {
|
H A D | res_send.c | 235 * res_nameinquery(name, type, class, buf, eom) 236 * look for (name,type,class) in the query section of packet (buf,eom) 250 int class, 271 tclass == class && 280 * is there a 1:1 mapping of (name,type,class) 247 res_nameinquery( const char *name, int type, int class, const u_char *buf, const u_char *eom ) argument
|
H A D | res_debug.c | 180 fprintf(file, ";;\t%s, type = %s, class = %s\n", 355 * that C_ANY is a qclass but not a class. (You can ask for records of class 356 * C_ANY, but you can't have any records of that class in the database.) 512 * Return a mnemonic for class. 515 p_class(int class) { argument 516 return (sym_ntos(__p_class_syms, class, (int *)0));
|
/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_dns.c | 57 uint16_t class; member in struct:dns_meta_data 133 /* class & type informations lay right after symbolic inforamtion. */ 136 meta->class = pReqMeta->class; 151 ans->meta.class = htons(1); 174 ans->meta.class = htons(1); 232 qw_qname, ntohs(meta->type), ntohs(meta->class)));
|
H A D | alias_nbt.c | 498 u_short class; /* The class of Request */ member in struct:__anon14947 548 u_short class; member in struct:__anon14948
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_decl.c | 162 xyerror(D_DECL_PARMCLASS, "inappropriate storage class " 211 dt_decl_class(dt_dclass_t class) argument 216 xyerror(D_DECL_CLASS, "only one storage class allowed " 220 dsp->ds_class = class;
|
H A D | dt_subr.c | 199 const char *class = dtrace_class_name(attr.dtat_class); local 201 if (name == NULL || data == NULL || class == NULL) 204 (void) snprintf(buf, len, "%s/%s/%s", name, data, class); 363 static const char class[] = "uCpgIc"; local 366 a.dtat_data < sizeof (stability) && a.dtat_class < sizeof (class)) { 368 stability[a.dtat_data], class[a.dtat_class]);
|
H A D | dt_parser.c | 1373 dt_dclass_t class = dsp->ds_class; local 1421 (class == DT_DC_DEFAULT || class == DT_DC_STATIC)) 1422 class = DT_DC_EXTERN; 1424 switch (class) { 1428 xyerror(D_DECL_BADCLASS, "specified storage class not " 1516 switch (class) { 1582 if (class == DT_DC_THIS) { 2184 xyerror(D_DECL_BADCLASS, "specified storage class not " 3262 * also allow derived strings to be compared as a first-class [all...] |
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_agl.c | 112 UInt32 class = GetEventClass (event); local 123 switch (class)
|