Searched defs:ParsePort (Results 1 - 3 of 3) sorted by relevance

/external/libppp/src/
H A Dfilter.c76 ParsePort(const char *service, const char *proto) function
88 log_Printf(LogWARN, "ParsePort: %s is not a port name or number.\n",
148 tgt->f_srcport = ParsePort(argv[2], pe->p_name);
163 tgt->f_dstport = ParsePort(argv[2], pe->p_name);
/external/chromium/googleurl/src/
H A Durl_parse.cc698 int ParsePort(const char* url, const Component& port) { function in namespace:url_parse
702 int ParsePort(const char16* url, const Component& port) { function in namespace:url_parse
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.cc870 int ParsePort(const char* url, const Component& port) { function in namespace:url_parse
874 int ParsePort(const base::char16* url, const Component& port) { function in namespace:url_parse

Completed in 171 milliseconds