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

  /external/tcpdump/missing/
getaddrinfo.c 189 static int get_portmatch (const struct addrinfo *, const char *);
387 error = get_portmatch(pai, servname);
540 if (get_portmatch(pai, servname) != 0)
712 if (get_portmatch(pai, servname) != 0)
765 if (get_portmatch(pai, servname) != 0)
853 if (get_portmatch(pai, servname) != 0)
1016 get_portmatch(ai, servname) function
  /bionic/libc/netbsd/net/
getaddrinfo.c 229 static int get_portmatch(const struct addrinfo *, const char *);
673 error = get_portmatch(pai, servname);
820 if (get_portmatch(pai, servname) != 0)
890 if (get_portmatch(pai, servname) != 0)
946 if (get_portmatch(pai, servname) != 0)
1032 if (get_portmatch(pai, servname) != 0)
1129 get_portmatch(const struct addrinfo *ai, const char *servname) function
    [all...]

Completed in 467 milliseconds