Searched refs:StrToPortRange (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | nat_cmd.c | 87 static int StrToPortRange(const char *, u_short *, u_short *, const char *); 139 error = StrToPortRange(arg->argv[arg->argn+2], &laliasport, &haliasport, in nat_RedirectPort() 344 StrToPortRange(const char *str, u_short *low, u_short *high, const char *proto) in StrToPortRange() function 387 return StrToPortRange(colon + 1, low, high, proto); in StrToAddrAndPort()
|