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

  /external/libpcap/Win32/Src/
getaddrinfo.c 199 static int get_portmatch __P((const struct addrinfo *, const char *));
399 error = get_portmatch(pai, servname);
552 if (get_portmatch(pai, servname) != 0)
724 if (get_portmatch(pai, servname) != 0)
777 if (get_portmatch(pai, servname) != 0)
865 if (get_portmatch(pai, servname) != 0)
1027 get_portmatch(ai, servname) function
  /bionic/libc/dns/net/
getaddrinfo.c 232 static int get_portmatch(const struct addrinfo *, const char *);
680 error = get_portmatch(pai, servname);
827 if (get_portmatch(pai, servname) != 0)
897 if (get_portmatch(pai, servname) != 0)
953 if (get_portmatch(pai, servname) != 0)
1039 if (get_portmatch(pai, servname) != 0)
1136 get_portmatch(const struct addrinfo *ai, const char *servname) function
    [all...]

Completed in 434 milliseconds