Home
last modified time | relevance | path

Searched refs:rpc2_AllocSle (Results 1 – 10 of 10) sorted by relevance

/dports/devel/rpc2/rpc2-2.14/rpc2-src/
H A Ddelay.c40 sl = rpc2_AllocSle(DELAYED_SEND, NULL); in rpc2_DelayedSend()
88 sl = rpc2_AllocSle(DELAYED_RECV, NULL); in rpc2_DelayedRecv()
H A Dct.c71 sl = rpc2_AllocSle(OTHER, NULL); in rpc2_ClockTick()
H A Drpc2a.c603 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 Dlists.c141 struct SL_Entry *rpc2_AllocSle(enum SL_Type slType, struct CEntry *slConn) in rpc2_AllocSle() function
H A Dmulti1.c373 mcon[host].sle = rpc2_AllocSle(OTHER, thisconn); in SetupPackets()
465 slp = pcon->pending[goodpackets++] = rpc2_AllocSle(OTHER, NULL); in mrpc_SendPacketsReliably()
H A Dpacket.c380 tlp = rpc2_AllocSle(OTHER, NULL); in rpc2_SendReliably()
H A Drpc2.private.h482 struct SL_Entry *rpc2_AllocSle();
H A Dmulti3.c401 sl = rpc2_AllocSle(OTHER, ce);
H A Dsl.c784 sl = rpc2_AllocSle(DELACK, ce); in HandleNewRequest()
H A Dsftp1.c858 sl = rpc2_AllocSle(OTHER, NULL); in AwaitPacket()