Searched refs:RSVAL (Results 26 - 50 of 57) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/kdc/
H A Dkpasswdd.c464 len = RSVAL(input->data, 0);
473 version = RSVAL(input->data, 2);
474 ap_req_len = RSVAL(input->data, 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/include/
H A Dbyteorder.h85 RSVAL(buf,pos) - like SVAL() but for NMB byte ordering
120 { if (read) { (outbuf) = ((big_endian) ? RSVAL(inbuf,offset) : SVAL (inbuf,offset)); } \
210 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) macro
220 #define RPSVAL(buf,pos,val,len) SMBMACRO(RSVAL,buf,pos,val,len,2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dbyteorder.h87 RSVAL(buf,pos) - like SVAL() but for NMB byte ordering
208 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dbyteorder.h87 RSVAL(buf,pos) - like SVAL() but for NMB byte ordering
208 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/unicode/
H A Dbyteorder.h85 RSVAL(buf,pos) - like SVAL() but for NMB byte ordering
176 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/unicode/
H A Dbyteorder.h85 RSVAL(buf,pos) - like SVAL() but for NMB byte ordering
176 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dbyteorder.h87 RSVAL(buf,pos) - like SVAL() but for NMB byte ordering
208 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/unicode/
H A Dbyteorder.h85 RSVAL(buf,pos) - like SVAL() but for NMB byte ordering
176 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/tdr/
H A Dtdr.c41 #define TDR_SVAL(tdr, ofs) (TDR_BE(tdr)?RSVAL(tdr->data.data,ofs):SVAL(tdr->data.data,ofs))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/tdr/
H A Dtdr.c41 #define TDR_SVAL(tdr, ofs) (TDR_BE(tdr)?RSVAL(tdr->data.data,ofs):SVAL(tdr->data.data,ofs))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/tdr/
H A Dtdr.c41 #define TDR_SVAL(tdr, ofs) (TDR_BE(tdr)?RSVAL(tdr->data.data,ofs):SVAL(tdr->data.data,ofs))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_parse/
H A Dparse_prs.c652 *data16 = RSVAL(q,0);
828 data16s[i] = RSVAL(q, 2*i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_parse/
H A Dparse_prs.c652 *data16 = RSVAL(q,0);
828 data16s[i] = RSVAL(q, 2*i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_parse/
H A Dparse_prs.c652 *data16 = RSVAL(q,0);
828 data16s[i] = RSVAL(q, 2*i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_prs.c671 *data16 = RSVAL(q,0);
885 data16s[i] = RSVAL(q, 2*i);
927 SSVAL(out_buf,2*i,RSVAL(in_buf, 2*i));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_prs.c671 *data16 = RSVAL(q,0);
885 data16s[i] = RSVAL(q, 2*i);
927 SSVAL(out_buf,2*i,RSVAL(in_buf, 2*i));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_prs.c671 *data16 = RSVAL(q,0);
885 data16s[i] = RSVAL(q, 2*i);
927 SSVAL(out_buf,2*i,RSVAL(in_buf, 2*i));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/librpc/ndr/
H A Dndr_basic.c25 #define NDR_SVAL(ndr, ofs) (NDR_BE(ndr)?RSVAL(ndr->data,ofs):SVAL(ndr->data,ofs))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/librpc/ndr/
H A Dndr_basic.c25 #define NDR_SVAL(ndr, ofs) (NDR_BE(ndr)?RSVAL(ndr->data,ofs):SVAL(ndr->data,ofs))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/ndr/
H A Dndr_basic.c26 #define NDR_SVAL(ndr, ofs) (NDR_BE(ndr)?RSVAL(ndr->data,ofs):SVAL(ndr->data,ofs))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/ndr/
H A Dndr_basic.c26 #define NDR_SVAL(ndr, ofs) (NDR_BE(ndr)?RSVAL(ndr->data,ofs):SVAL(ndr->data,ofs))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/librpc/ndr/
H A Dndr_basic.c25 #define NDR_SVAL(ndr, ofs) (NDR_BE(ndr)?RSVAL(ndr->data,ofs):SVAL(ndr->data,ofs))

Completed in 353 milliseconds

123