Searched defs:ParsePort (Results 1 - 2 of 2) 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

Completed in 54 milliseconds