HomeSort by relevance Sort by last modified time
    Searched defs:ParsePort (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
filter.c 76 ParsePort(const char *service, const char *proto)
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/
url_parse.cc 698 int ParsePort(const char* url, const Component& port) {
702 int ParsePort(const char16* url, const Component& port) {

Completed in 62 milliseconds