Searched refs:StrToPort (Results 1 – 2 of 2) sorted by relevance
327 StrToPort(const char *str, u_short *port, const char *proto) in StrToPort() function356 res = StrToPort(str, low, proto); in StrToPortRange()363 res = StrToPort(minus + 1, high, proto); in StrToPortRange()
124 static u_short StrToPort (const char* str, const char* proto);1381 uNumValue = StrToPort (parms, "divert"); in ParseOption()1880 u_short StrToPort (const char* str, const char* proto) in StrToPort() function