Searched defs:OutFD (Results 1 – 6 of 6) sorted by relevance
30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel()
32 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel()
32 int OutFD; in main() local
30 FDRawChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawChannel()