Searched refs:hdr_ba (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/rpc_client/
H A Dcli_pipe.c945 static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, char *pipe_name, RPC_IFACE *transfer) argument
949 while ((pipe_names[i].client_pipe != NULL) && hdr_ba->addr.len > 0) {
954 if (strequal(hdr_ba->addr.str, pipe_names[i].server_pipe )) {
961 hdr_ba->addr.str));
970 DEBUG(2,("bind_rpc_pipe: pipe name %s unsupported\n", hdr_ba->addr.str));
975 if ((hdr_ba->transfer.version != transfer->version) ||
976 (memcmp(&hdr_ba->transfer.uuid, &transfer->uuid, sizeof(transfer->uuid)) !=0)) {
982 if (hdr_ba->res.num_results != 0x1 || hdr_ba->res.result != 0) {
984 hdr_ba
1117 RPC_HDR_BA hdr_ba; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/rpc_client/
H A Dcli_pipe.c945 static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, char *pipe_name, RPC_IFACE *transfer) argument
949 while ((pipe_names[i].client_pipe != NULL) && hdr_ba->addr.len > 0) {
954 if (strequal(hdr_ba->addr.str, pipe_names[i].server_pipe )) {
961 hdr_ba->addr.str));
970 DEBUG(2,("bind_rpc_pipe: pipe name %s unsupported\n", hdr_ba->addr.str));
975 if ((hdr_ba->transfer.version != transfer->version) ||
976 (memcmp(&hdr_ba->transfer.uuid, &transfer->uuid, sizeof(transfer->uuid)) !=0)) {
982 if (hdr_ba->res.num_results != 0x1 || hdr_ba->res.result != 0) {
984 hdr_ba
1117 RPC_HDR_BA hdr_ba; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/rpc_client/
H A Dcli_pipe.c945 static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, char *pipe_name, RPC_IFACE *transfer) argument
949 while ((pipe_names[i].client_pipe != NULL) && hdr_ba->addr.len > 0) {
954 if (strequal(hdr_ba->addr.str, pipe_names[i].server_pipe )) {
961 hdr_ba->addr.str));
970 DEBUG(2,("bind_rpc_pipe: pipe name %s unsupported\n", hdr_ba->addr.str));
975 if ((hdr_ba->transfer.version != transfer->version) ||
976 (memcmp(&hdr_ba->transfer.uuid, &transfer->uuid, sizeof(transfer->uuid)) !=0)) {
982 if (hdr_ba->res.num_results != 0x1 || hdr_ba->res.result != 0) {
984 hdr_ba
1117 RPC_HDR_BA hdr_ba; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c1666 static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, const int pipe_idx, RPC_IFACE *transfer) argument
1668 if ( hdr_ba->addr.len == 0) {
1673 if ( !strequal(hdr_ba->addr.str, pipe_names[pipe_idx].client_pipe) &&
1674 !strequal(hdr_ba->addr.str, pipe_names[pipe_idx].server_pipe) )
1677 pipe_names[i].server_pipe ,hdr_ba->addr.str));
1684 DEBUG(2,("bind_rpc_pipe: pipe name %s unsupported\n", hdr_ba->addr.str));
1690 if ((hdr_ba->transfer.version != transfer->version) ||
1691 (memcmp(&hdr_ba->transfer.uuid, &transfer->uuid, sizeof(transfer->uuid)) !=0)) {
1696 if (hdr_ba->res.num_results != 0x1 || hdr_ba
2032 RPC_HDR_BA hdr_ba; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c1666 static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, const int pipe_idx, RPC_IFACE *transfer) argument
1668 if ( hdr_ba->addr.len == 0) {
1673 if ( !strequal(hdr_ba->addr.str, pipe_names[pipe_idx].client_pipe) &&
1674 !strequal(hdr_ba->addr.str, pipe_names[pipe_idx].server_pipe) )
1677 pipe_names[i].server_pipe ,hdr_ba->addr.str));
1684 DEBUG(2,("bind_rpc_pipe: pipe name %s unsupported\n", hdr_ba->addr.str));
1690 if ((hdr_ba->transfer.version != transfer->version) ||
1691 (memcmp(&hdr_ba->transfer.uuid, &transfer->uuid, sizeof(transfer->uuid)) !=0)) {
1696 if (hdr_ba->res.num_results != 0x1 || hdr_ba
2032 RPC_HDR_BA hdr_ba; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c1666 static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, const int pipe_idx, RPC_IFACE *transfer) argument
1668 if ( hdr_ba->addr.len == 0) {
1673 if ( !strequal(hdr_ba->addr.str, pipe_names[pipe_idx].client_pipe) &&
1674 !strequal(hdr_ba->addr.str, pipe_names[pipe_idx].server_pipe) )
1677 pipe_names[i].server_pipe ,hdr_ba->addr.str));
1684 DEBUG(2,("bind_rpc_pipe: pipe name %s unsupported\n", hdr_ba->addr.str));
1690 if ((hdr_ba->transfer.version != transfer->version) ||
1691 (memcmp(&hdr_ba->transfer.uuid, &transfer->uuid, sizeof(transfer->uuid)) !=0)) {
1696 if (hdr_ba->res.num_results != 0x1 || hdr_ba
2032 RPC_HDR_BA hdr_ba; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_pipe.c1477 RPC_HDR_BA hdr_ba; local
1659 init_rpc_hdr_ba(&hdr_ba,
1670 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
1681 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
1750 RPC_HDR_BA hdr_ba; local
1851 init_rpc_hdr_ba(&hdr_ba,
1862 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
1873 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_pipe.c1597 RPC_HDR_BA hdr_ba; local
1803 init_rpc_hdr_ba(&hdr_ba,
1812 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
1823 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
1891 RPC_HDR_BA hdr_ba; local
1991 init_rpc_hdr_ba(&hdr_ba,
2000 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
2011 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_pipe.c1477 RPC_HDR_BA hdr_ba; local
1659 init_rpc_hdr_ba(&hdr_ba,
1670 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
1681 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
1750 RPC_HDR_BA hdr_ba; local
1851 init_rpc_hdr_ba(&hdr_ba,
1862 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
1873 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_pipe.c1597 RPC_HDR_BA hdr_ba; local
1803 init_rpc_hdr_ba(&hdr_ba,
1812 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
1823 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
1891 RPC_HDR_BA hdr_ba; local
1991 init_rpc_hdr_ba(&hdr_ba,
2000 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
2011 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_pipe.c1597 RPC_HDR_BA hdr_ba; local
1803 init_rpc_hdr_ba(&hdr_ba,
1812 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
1823 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
1891 RPC_HDR_BA hdr_ba; local
1991 init_rpc_hdr_ba(&hdr_ba,
2000 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
2011 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_pipe.c1477 RPC_HDR_BA hdr_ba; local
1659 init_rpc_hdr_ba(&hdr_ba,
1670 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
1681 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
1750 RPC_HDR_BA hdr_ba; local
1851 init_rpc_hdr_ba(&hdr_ba,
1862 init_rpc_hdr_ba(&hdr_ba, RPC_MAX_PDU_FRAG_LEN,
1873 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_client/
H A Dcli_pipe.c2465 static bool check_bind_response(RPC_HDR_BA *hdr_ba, argument
2468 if ( hdr_ba->addr.len == 0) {
2473 if ((hdr_ba->transfer.if_version != transfer->if_version) ||
2474 (memcmp(&hdr_ba->transfer.uuid, &transfer->uuid, sizeof(transfer->uuid)) !=0)) {
2479 if (hdr_ba->res.num_results != 0x1 || hdr_ba->res.result != 0) {
2481 hdr_ba->res.num_results, hdr_ba->res.reason));
2684 struct rpc_hdr_ba_info hdr_ba; local
2705 if (!smb_io_rpc_hdr_ba("", &hdr_ba,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_client/
H A Dcli_pipe.c2465 static bool check_bind_response(RPC_HDR_BA *hdr_ba, argument
2468 if ( hdr_ba->addr.len == 0) {
2473 if ((hdr_ba->transfer.if_version != transfer->if_version) ||
2474 (memcmp(&hdr_ba->transfer.uuid, &transfer->uuid, sizeof(transfer->uuid)) !=0)) {
2479 if (hdr_ba->res.num_results != 0x1 || hdr_ba->res.result != 0) {
2481 hdr_ba->res.num_results, hdr_ba->res.reason));
2684 struct rpc_hdr_ba_info hdr_ba; local
2705 if (!smb_io_rpc_hdr_ba("", &hdr_ba,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_client/
H A Dcli_pipe.c2465 static bool check_bind_response(RPC_HDR_BA *hdr_ba, argument
2468 if ( hdr_ba->addr.len == 0) {
2473 if ((hdr_ba->transfer.if_version != transfer->if_version) ||
2474 (memcmp(&hdr_ba->transfer.uuid, &transfer->uuid, sizeof(transfer->uuid)) !=0)) {
2479 if (hdr_ba->res.num_results != 0x1 || hdr_ba->res.result != 0) {
2481 hdr_ba->res.num_results, hdr_ba->res.reason));
2684 struct rpc_hdr_ba_info hdr_ba; local
2705 if (!smb_io_rpc_hdr_ba("", &hdr_ba,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/rpc_server/
H A Dsrv_pipe.c672 RPC_HDR_BA hdr_ba; local
825 init_rpc_hdr_ba(&hdr_ba,
837 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/rpc_server/
H A Dsrv_pipe.c672 RPC_HDR_BA hdr_ba; local
825 init_rpc_hdr_ba(&hdr_ba,
837 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/rpc_server/
H A Dsrv_pipe.c672 RPC_HDR_BA hdr_ba; local
825 init_rpc_hdr_ba(&hdr_ba,
837 if(!smb_io_rpc_hdr_ba("", &hdr_ba, &out_hdr_ba, 0)) {

Completed in 296 milliseconds