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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_pipe_hnd.c407 static ssize_t unmarshall_rpc_header(pipes_struct *p) function
416 DEBUG(0,("unmarshall_rpc_header: assert on rpc header length failed.\n"));
434 DEBUG(0,("unmarshall_rpc_header: failed to unmarshall RPC_HDR.\n"));
445 DEBUG(0,("unmarshall_rpc_header: invalid major/minor numbers in RPC_HDR.\n"));
467 DEBUG(0,("unmarshall_rpc_header: FIRST flag not set in first PDU !\n"));
481 DEBUG(5,("unmarshall_rpc_header: using %sendian RPC\n",
492 DEBUG(0,("unmarshall_rpc_header: FIRST endianness flag (%d) different in next PDU !\n", (int)p->endian));
504 DEBUG(0,("unmarshall_rpc_header: assert on frag length failed.\n"));
510 DEBUG(10,("unmarshall_rpc_header: type = %u, flags = %u\n", (unsigned int)p->hdr.pkt_type,
890 ssize_t rret = unmarshall_rpc_header(
[all...]

Completed in 59 milliseconds