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