Searched refs:ValidTransportProtocol (Results 1 – 1 of 1) sorted by relevance
681 #define ValidTransportProtocol(X) ( (X)[0] == 4 && (X)[1] == '_' && \ macro781 …if (!ValidTransportProtocol(src)) { errormsg = "Transport protocol name must be _udp or _tcp"; got… in ConstructServiceName()827 if (!ValidTransportProtocol(src)) in DeconstructServiceName()