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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c113 static int dup_to_netobj(struct xdr_netobj *dst, char *src, int len) function
124 return dup_to_netobj(dst, src->data, src->len);
208 if (dup_to_netobj(&rsii.in_handle, buf, len))
217 if (dup_to_netobj(&rsii.in_token, buf, len))
250 if (dup_to_netobj(&rsii.out_handle, buf, len))
259 if (dup_to_netobj(&rsii.out_token, buf, len))
439 if (dup_to_netobj(&rsci.handle, buf, len))
569 if (dup_to_netobj(&rsci.handle, handle->data, handle->len))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c113 static int dup_to_netobj(struct xdr_netobj *dst, char *src, int len) function
124 return dup_to_netobj(dst, src->data, src->len);
208 if (dup_to_netobj(&rsii.in_handle, buf, len))
217 if (dup_to_netobj(&rsii.in_token, buf, len))
250 if (dup_to_netobj(&rsii.out_handle, buf, len))
259 if (dup_to_netobj(&rsii.out_token, buf, len))
439 if (dup_to_netobj(&rsci.handle, buf, len))
569 if (dup_to_netobj(&rsci.handle, handle->data, handle->len))

Completed in 106 milliseconds