Searched refs:StrToPortRange (Results 1 - 1 of 1) sorted by relevance

/external/libppp/src/
H A Dnat_cmd.c87 static int StrToPortRange(const char *, u_short *, u_short *, const char *);
139 error = StrToPortRange(arg->argv[arg->argn+2], &laliasport, &haliasport,
344 StrToPortRange(const char *str, u_short *low, u_short *high, const char *proto) function
387 return StrToPortRange(colon + 1, low, high, proto);

Completed in 83 milliseconds