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

  /external/libpcap/Win32/Src/
getaddrinfo.c 200 static int get_port __P((struct addrinfo *, const char *, int));
233 #define GET_PORT(ai, serv) \
236 error = get_port((ai), (serv), 0); \
651 GET_PORT(cur->ai_next, servname);
734 GET_PORT(cur->ai_next, servname);
740 GET_PORT(cur->ai_next, servname);
811 GET_PORT(cur->ai_next, servname);
939 GET_PORT(cur, servname);
954 GET_PORT(cur, servname);
961 GET_PORT(cur, servname)
1037 get_port(ai, servname, matchonly) function
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 233 static int get_port(const struct addrinfo *, const char *, int);
284 #define GET_PORT(ai, serv) \
287 error = get_port((ai), (serv), 0); \
844 GET_PORT(cur, servname);
909 GET_PORT(cur->ai_next, servname);
915 GET_PORT(cur->ai_next, servname);
967 GET_PORT(cur->ai_next, servname);
988 GET_PORT(cur->ai_next, servname);
1142 return get_port(ai, servname, 1);
1146 get_port(const struct addrinfo *ai, const char *servname, int matchonly function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]

Completed in 214 milliseconds