Searched refs:dom_len (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_processlogon.c176 int dom_len = CVAL(q, 0); local
178 if (dom_len != 0) {
179 q += dom_len + 1;
265 int dom_len = CVAL(q, 0); local
267 if (dom_len < (len - PTR_DIFF(q, buf)) && (dom_len != 0)) {
268 q += dom_len + 1;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_rpc.c894 int dom_len = strlen(domain); local
915 dom_len *= 2;
920 init_str_hdr(&rsp->hdr_domain, dom_len, dom_len, offset);
921 offset += dom_len;

Completed in 81 milliseconds