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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dnmblib.c352 (*recs)[i].rr_type = RSVAL(inbuf,(*offset));
353 (*recs)[i].rr_class = RSVAL(inbuf,(*offset)+2);
355 (*recs)[i].rdlength = RSVAL(inbuf,(*offset)+8);
433 dgram->header.dgm_id = RSVAL(inbuf,2);
435 dgram->header.source_port = RSVAL(inbuf,8);
436 dgram->header.dgm_length = RSVAL(inbuf,10);
437 dgram->header.packet_offset = RSVAL(inbuf,12);
471 nmb->header.name_trn_id = RSVAL(inbuf,0);
484 nmb->header.qdcount = RSVAL(inbuf,4);
485 nmb->header.ancount = RSVAL(inbu
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dkrb5_setpw.c241 if (RSVAL(p, 0) != packet->length) {
243 RSVAL(p, 0), packet->length));
249 vnum = RSVAL(p, 0); p += 2;
259 ap_rep.length = RSVAL(p, 0); p += 2;
301 res_code = RSVAL(p, 0);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dbyteorder.h84 RSVAL(buf,pos) - like SVAL() but for NMB byte ordering
158 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/wrepld/
H A Dparser.c302 q->min_ver = RSVAL(inbuf->buffer, inbuf->offset+4);
303 q->maj_ver = RSVAL(inbuf->buffer, inbuf->offset+6);
315 r->min_ver = RSVAL(inbuf->buffer, inbuf->offset+4);
316 r->maj_ver = RSVAL(inbuf->buffer, inbuf->offset+6);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_prs.c596 *data16 = RSVAL(q,0);
750 data16s[i] = RSVAL(q, 2*i);
792 SSVAL(out_buf,2*i,RSVAL(in_buf, 2*i));

Completed in 100 milliseconds