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

  /bionic/libc/dns/net/
getaddrinfo.c 231 static int get_portmatch(const struct addrinfo *, const char *);
676 error = get_portmatch(pai, servname);
824 if (get_portmatch(pai, servname) != 0)
894 if (get_portmatch(pai, servname) != 0)
950 if (get_portmatch(pai, servname) != 0)
1036 if (get_portmatch(pai, servname) != 0)
1133 get_portmatch(const struct addrinfo *ai, const char *servname) function
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 220 static int get_portmatch(const struct addrinfo *, const char *,
445 error = get_portmatch(pai, servname, &svd);
587 if (get_portmatch(pai, servname, svd) != 0)
657 if (get_portmatch(pai, servname, svd) != 0)
714 if (get_portmatch(pai, servname, svd) != 0)
800 if (get_portmatch(pai, servname, svd) != 0)
893 get_portmatch(const struct addrinfo *ai, const char *servname, function
    [all...]

Completed in 66 milliseconds