Searched refs:rpc2_AllocSle (Results 1 – 10 of 10) sorted by relevance
/dports/devel/rpc2/rpc2-2.14/rpc2-src/ |
H A D | delay.c | 40 sl = rpc2_AllocSle(DELAYED_SEND, NULL); in rpc2_DelayedSend() 88 sl = rpc2_AllocSle(DELAYED_RECV, NULL); in rpc2_DelayedRecv()
|
H A D | ct.c | 71 sl = rpc2_AllocSle(OTHER, NULL); in rpc2_ClockTick()
|
H A D | rpc2a.c | 603 sl = rpc2_AllocSle(OTHER, ce); in RPC2_MakeRPC() 881 sl = rpc2_AllocSle(OTHER, ce); in RPC2_NewBinding() 1033 sl = rpc2_AllocSle(OTHER, ce); in RPC2_NewBinding() 1224 sl = rpc2_AllocSle(REPLY, ce); in SavePacketForRetry() 1305 sl = rpc2_AllocSle(REQ, NULL); in GetNewRequest() 1545 sl = rpc2_AllocSle(OTHER, ce); in Send2Get3()
|
H A D | lists.c | 141 struct SL_Entry *rpc2_AllocSle(enum SL_Type slType, struct CEntry *slConn) in rpc2_AllocSle() function
|
H A D | multi1.c | 373 mcon[host].sle = rpc2_AllocSle(OTHER, thisconn); in SetupPackets() 465 slp = pcon->pending[goodpackets++] = rpc2_AllocSle(OTHER, NULL); in mrpc_SendPacketsReliably()
|
H A D | packet.c | 380 tlp = rpc2_AllocSle(OTHER, NULL); in rpc2_SendReliably()
|
H A D | rpc2.private.h | 482 struct SL_Entry *rpc2_AllocSle();
|
H A D | multi3.c | 401 sl = rpc2_AllocSle(OTHER, ce);
|
H A D | sl.c | 784 sl = rpc2_AllocSle(DELACK, ce); in HandleNewRequest()
|
H A D | sftp1.c | 858 sl = rpc2_AllocSle(OTHER, NULL); in AwaitPacket()
|