Lines Matching defs:g_pTransport
171 static PCTXSTRANSPORT g_pTransport;
217 int rc = g_pTransport->pfnSendPkt(pPkt);
219 rc = g_pTransport->pfnSendPkt(pPkt);
238 g_pTransport->pfnBabble(&Reply, 20*1000);
257 int rc = g_pTransport->pfnRecvPkt(&pPktHdr);
1356 g_pTransport->pfnNotifyReboot();
1359 g_pTransport->pfnTerm();
1380 int rc2 = g_pTransport->pfnInit();
1449 g_pTransport->pfnNotifyBye();
1466 g_pTransport->pfnNotifyHowdy();
1757 if (!g_pTransport->pfnPollIn())
1911 RTMSINTERVAL const cMsPollBase = g_pTransport->pfnPollSetAdd || pTxsExec->hStdInW == NIL_RTPIPE
1984 if (g_pTransport->pfnPollIn())
2102 if (g_pTransport->pfnPollSetAdd)
2104 rc = g_pTransport->pfnPollSetAdd(pTxsExec->hPollSet, TXSEXECHNDID_TRANSPORT);
2106 return txsExecReplyRC(pTxsExec, rc, "%s->pfnPollSetAdd/stdin", g_pTransport->szName);
3171 g_pTransport = g_apTransports[0];
3201 RTStrmPrintf(pStrm, " Default: %s\n", g_pTransport->szName);
3346 g_pTransport = pTransport;
3451 rc = g_pTransport->pfnInit();
3463 g_pTransport->pfnTerm();