Searched defs:strProto (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp542 char *strProto; local
551 strProto = RTStrStrip(ch);
561 if (RTStrICmp(strProto, "udp") == 0)
563 else if (RTStrICmp(strProto, "tcp") == 0)
569 strProto);
H A DVBoxManageModifyVM.cpp1710 char *strProto; local
1719 strProto = RTStrStrip(ch);
1729 if (RTStrICmp(strProto, "udp") == 0)
1731 else if (RTStrICmp(strProto, "tcp") == 0)
H A DVBoxManageInfo.cpp1026 Utf8Str strProto; local
1047 ITERATE_TO_NEXT_TERM(strProto, utf, pos, ppos);
1057 switch (strProto.toUInt32())
1060 strProto = "tcp";
1063 strProto = "udp";
1066 strProto = "unk";
1072 strNatForwardings.c_str(), i, strName.c_str(), strProto.c_str(),
1080 strNatForwardings.c_str(), currentNIC + 1, i, strName.c_str(), strProto.c_str(),
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4751 Utf8Str strProto; local
4771 ITERATE_TO_NEXT_TERM(strProto, utf, pos, ppos);
4778 uint32_t proto = strProto.toUInt32();
4783 strProto = "UDP";
4786 strProto = "TCP";
4800 InsertConfigString(pPF, "Protocol", strProto);

Completed in 62 milliseconds