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

  /external/openssh/
canohost.c 413 get_port(int local) function
437 cached_port = get_port(0);
445 return get_port(1);
  /external/libvncserver/x11vnc/
inet.c 65 static int get_port(int sock, int remote);
206 static int get_port(int sock, int remote) { function
227 return get_port(sock, 1);
231 return get_port(sock, 0);
  /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);
285 #define GET_PORT(ai, serv) \
288 error = get_port((ai), (serv), 0); \
835 GET_PORT(cur, servname);
900 GET_PORT(cur->ai_next, servname);
906 GET_PORT(cur->ai_next, servname);
958 GET_PORT(cur->ai_next, servname);
979 GET_PORT(cur->ai_next, servname);
1133 return get_port(ai, servname, 1);
1137 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 421 milliseconds