Home
last modified time | relevance | path

Searched refs:StrToPort (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dnat_cmd.c325 StrToPort(const char *str, u_short *port, const char *proto) in StrToPort() function
354 res = StrToPort(str, low, proto); in StrToPortRange()
361 res = StrToPort(minus + 1, high, proto); in StrToPortRange()
/freebsd/sbin/natd/
H A Dnatd.c121 static u_short StrToPort (const char* str, const char* proto);
1378 uNumValue = StrToPort (parms, "divert"); in ParseOption()
1877 u_short StrToPort (const char* str, const char* proto) in StrToPort() function